Moving to Doctrine 1.2.x

Apr 28, 2010 00:00 · 29 words · 1 minute read doctrine

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:

[php]spl_autoload_register(array(‘Doctrine’, ‘modelsAutoload’));[/php]