06-22-2010, 08:56 PM
[eluser]demogar[/eluser]
I'm following this instructions to make it work:
http://www.doctrine-project.org/projects...d-doctrine
Everything is ok until I get here:
It returns:
I will appreciate any support
I'm following this instructions to make it work:
http://www.doctrine-project.org/projects...d-doctrine
Everything is ok until I get here:
Code:
$ ./doctrine build-all-reload
build-all-reload - Are you sure you wish to drop your databases? (y/n)
y
It returns:
Code:
build-all-reload - Successfully dropped database named: "test"
build-all-reload - Generated models successfully from YAML schema
build-all-reload - Successfully created database named: "test"
build-all-reload - Created tables successfully
build-all-reload - Data was successfully loaded
Fatal error: Class 'BaseUser' not found in D:\htdocs\doctrine\application\models\User.php on line 14
I will appreciate any support
