> Packaging and releasing plugin to Symfony repository takes a bit more > time, but pluginizing module for your own use only takes minutes with > benefit of reusability over multiple projects.
Possibly a one page checklist should b given some prominence. The info is there in the book, but it gets a little buried. The strong point of the Symfony tutorials are how well everything is explained, but the downside is the lack of simple checklists for folks who just need a reminder, or an overview. On Sep 23, 7:18 pm, Sid Bachtiar <[email protected]> wrote: > > Yeah :) like plugins but one wouldn't have to spend the time making it > > into a plugin ... why not make that as a natural part of process while > > developing an app > > I think it is already natural. Plugin structure is almost identical > apps. You can practically just create a plugin folder, copy your > module to your plugin folder, separate the schema, and that's pretty > much it. > > Let say you keep copying and modifying a module from one project to > another. Then you should think about making it a configurable plugin > and stores it on it's own svn. So on your next project, you just > checkout your plugin from that svn repository. > > Packaging and releasing plugin to Symfony repository takes a bit more > time, but pluginizing module for your own use only takes minutes with > benefit of reusability over multiple projects. > > On Thu, Sep 24, 2009 at 10:47 AM, Farrukh Abbas > > > > <[email protected]> wrote: > > > Yeah :) like plugins but one wouldn't have to spend the time making it > > into a plugin ... why not make that as a natural part of process while > > developing an app .. So modules r from the start build like plugins ... > > During the project the time spent on documentation is minimal so not > > every thing makes to the end doc ... N therefore when in a new project > > i have to use one of my modules written earlier, i have to spend the > > time to relearn atleast 30% of it ... mostly configurations etc ... > > > so given that modules are like plugins (maybe not entirely) reusing a > > module would be alot easier as well ... > > > -- > > Kind regards > > Farrukh Abbas > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "symfony users" 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-users?hl=en -~----------~----~----~----~------~----~------~--~---
