I have enabled some behaviours in my Symfony 1.4 application.
The problem is that I don't know why the Doctrine_Template_* classes are not included so that PHP cannot access them.
For example, this has the setUp method of the model class:
- Code: Select all
$sortable0 = new Doctrine_Template_Sortable();
$softdelete0 = new Doctrine_Template_SoftDelete();
$timestampable0 = new Doctrine_Template_Timestampable();
$signable0 = new Doctrine_Template_Signable();
When I run the application, I got this error:
Fatal error: Class 'Doctrine_Template_Sortable' not found
When I did not have the Sortable behaviour enabled, the error was about Doctrine_Template_Signable class.
Any help will be greatly appreciated
Thanks
Jaime
