[symfony-users] Re: Modules vs Plugins

2008-05-18 Thread kayoone
thx for your answer! On 17 Mai, 20:26, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote: > For your first question : modules should be specific to a project, > plugins are made for reusability. > Of course you can svn:externals a module, and it will be the same, > but : > - whenever you have to make

[symfony-users] Re: Modules vs Plugins

2008-05-17 Thread [EMAIL PROTECTED]
For your first question : modules should be specific to a project, plugins are made for reusability. Of course you can svn:externals a module, and it will be the same, but : - whenever you have to make a specific change to this module for a specific project, you cannot, or you have to create a bra