Hello, i'm backing from appfuse(J2ee Spring + Hibernate) into Symfony. I miss the Manager and the Dao classes on the crud generation.
For me to call $entities sfDoctrine::getTable('Entity')->findAll(); is not the best way, the correct way should be: $entities = $this->entityManager->findAll(); because entityManager has a EntityDao that call sfDoctrine::getTable("Entity")->findAll(); (Persistence decoupled and Manager acting as Business facade) Also i miss more interfaces. So, if there any body who wants to talk about it and together help to make crud code generation better - please let me know. See ya. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "symfony users" group. To post to this group, send email to symfony-users@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/symfony-users?hl=en -~----------~----~----~----~------~----~------~--~---