Doctrine 1.2 not creating tables from models in Zend Framework?

The problem has been solved. I was using the softdelete functionality and I forgot to set: $manager->setAttribute(Doctrine_Core::ATTR_USE_DQL_CALLBACKS, true) This is necessary for softdelete to work. I also found out that in my generated models it used the wrong code for softdeletion: $softdelete0 = new softDelete() Instead of: $softdelete0 = new Doctrine_Template_SoftDelete().

The problem has been solved. I was using the softdelete functionality and I forgot to set: $manager->setAttribute(Doctrine_Core::ATTR_USE_DQL_CALLBACKS, true); This is necessary for softdelete to work. I also found out that in my generated models it used the wrong code for softdeletion: $softdelete0 = new softDelete(); Instead of: $softdelete0 = new Doctrine_Template_SoftDelete().

I had face this issue before that and after 3 days of searching I couldn't find a solution at the end of it I had moved to use symfony cli tool to generate sql and create db from yaml file.

This isn't an answer to the question, rather a way around a supposedly straight forward problem. Granted, you can't yet give a full answer to the question as the OP is yet to post useful information, but I wouldn't be so quick to offer a completely different method to handling table generation. – adlawson Aug 21 at 20:04 its just workaround to save the time , and get the job done ,if you can afford an answer I will be happy to use it – tawfekov Aug 21 at 20:25 Again, its rather difficult without first seeing your models & base classes – adlawson Aug 21 at 20:27 I understand , and I am willing to see you fix it – tawfekov Aug 21 at 20:31 I'm not using Symfony, so I can't use the cli tool.

– Willem Oostendorp Aug 217 at 12:19.

I cant really gove you an answer,but what I can give you is a way to a solution, that is you have to find the anglde that you relate to or peaks your interest. A good paper is one that people get drawn into because it reaches them ln some way.As for me WW11 to me, I think of the holocaust and the effect it had on the survivors, their families and those who stood by and did nothing until it was too late.

Related Questions


Thank You!
send