I need to execute a Doctrine Query in my project configuration class. I tried to put my code in the setup method but it cant find the classes.
Do i need to register Doctrine Autoload manually or something?.
Thanks for the help.
|
I need to execute a Doctrine Query in my project configuration class. I tried to put my code in the setup method but it cant find the classes. Do i need to register Doctrine Autoload manually or something?. Thanks for the help.
| ||||
|
feedback
|
|
Just how you said - you have to define ProjectConfiguration class with manual autoloading registration because ProjectConfiguration runs before it:
I have my projects set with symfony cloned internaly in vendor path, change your path how you need to. | |||
|
feedback
|