symfony 1.4 - Doctrine update php models according to db -


i need maintain symfony 1.4 app , app uses doctrine (1.2 guess). problem people modified databse without using doctrine. fix tried update doctrine models way:

symfony doctrine:build-schema symfony doctrine:build-model 

both not show errors when access website fails due db problems.

i got errors 'unknown aliases'

following sriniwas advice went , guess orm not meant :(


Popular posts from this blog

Php - Delimiter must not be alphanumeric or backslash -

c# - How to change the "Applies To" field under folder auditing options programatically (.NET) -

c++ - Ambiguity when using boost::assign::list_of to construct a std::vector -