I think, maybe other devs, it will be great to be able to separate model into subfolder. If the project has more than 50 Models it will be great to organize them by group. Another example is if we have classes only used for a module, and we don't want to pollute the main folder.
The package feature is also implemented into Propel, so It will be a great thing if both ORM have the same features. Maybe before creating a ticket, the community can share their thought about that point. On Wed, Oct 15, 2008 at 7:05 PM, Jonathan Wage <[EMAIL PROTECTED]> wrote: > The package feature of Doctrine cannot be used by the user with > sfDoctrinePlugin. We use the package feature internally for plugin schemas. > I think we need to make the plugin throw an exception if you try and use > that feature. Can you create a ticket to do that? > > - Jon > > On Wed, Oct 15, 2008 at 7:11 AM, Thomas Rabaix <[EMAIL PROTECTED]> > wrote: >> >> Hello, >> >> I am using the package definition for a model in order to place the >> generated model into a specific path. However, that does not work. >> >> ProductMySuperModel: >> package: lib.products >> [...] >> >> Generated files are located in SF_ROOT/lib/model/doctrine/lib/* which >> is wrong AND Plugin*.class.php are also created in >> SF_ROOT/plugin/lib/widgets/. I guess all files should be in >> SF_ROOT/lib/widgets and it is not a plugin so plugin classes files >> should NOT be generated. >> >> Look to me it is a critical bug, If so I will create a ticket. >> >> -- >> Thomas Rabaix >> Internet Consultant >> >> > > > > -- > Jonathan H. Wage > Open Source Software Developer & Evangelist > http://www.jwage.com > > > > -- Thomas Rabaix Internet Consultant --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "symfony developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/symfony-devs?hl=en -~----------~----~----~----~------~----~------~--~---
