I'm using Doctrine with Lion and I'm getting a "Fatal error: Class 'BaseAcctgcalendars' not found in C:\wamp\www\models\Acctgcalendars.php".
Doctrine generated all the classes for the tables in my database. It creates all the base models in the /models folder, but also generates "Base..." classes in the /models/generated folder. The classes in the classes in the /models folder all extend the "Base..." classes in the /models/generated folder. Does anyone have an idea how a create a "path" for this /models/generated folder?. No one in the Doctrine community seems to have any idea.
Help!
Thanks,
Merrill