28Apr/100
Moving to Doctrine 1.2.x
Here are some updates on my previous article. Doctrine meets Codeigniter.
Do not forget to add the following autoload directive to your hooks/doctrine.php and the doctrine.php cli:
spl_autoload_register(array('Doctrine', 'modelsAutoload'));