The cli seems to work fine, but I get an error when attempting to load the library in CI.
( ! ) Fatal error: Class 'Doctrine\Common\ClassLoader' not found in C:\wamp\www\composerTest\application\libraries\Doctrine.php on line 18
Line 18 is:
$doctrineClassLoader = new \Doctrine\Common\ClassLoader('Doctrine', APPPATH.'libraries');
The cli seems to work fine, but I get an error when attempting to load the library in CI.
( ! ) Fatal error: Class 'Doctrine\Common\ClassLoader' not found in C:\wamp\www\composerTest\application\libraries\Doctrine.php on line 18
Line 18 is:
$doctrineClassLoader = new \Doctrine\Common\ClassLoader('Doctrine', APPPATH.'libraries');