php - Why can't I create a Doctrine model named 'Album' -
I am using the theory as the ORM in my project but is running against a strange error:
Using the following
I create my own model, but refreshing my page and automatically loading the models However, PHP meets this error:
Fatal error: Class 'base album' was not found in E: \ sites \ dpp \ system \ application
Strangely all my other models are just fine and those classes get base classes.
When the names change something 'set' like 'album' it just works! Is not it weird ?!
It seems that the use of 'album' is in any kind of conflict, though error message gives some more suggestions, changes in the plural album also do not work, anything else is fine!
Any suggestions?
Thank you!
if option is set (default) generated in Firefox () in your case a class albumBase
( derived
by default in the subdirectory) and an empty square increases album albumbase
. To wit. If album
occurs immediately, then albumbase
is already known or loaded by some autoloaders.
Comments
Post a Comment