php - Where to put plugins in a Zend Framework website -
The question is quite simple: I have a controller plugin for the Zend Framework.
Should I put it in the "Library / Plugin" folder, or in "Applications / Plugins".
(For now BTW is in this library / plugin but it works on Linux and Mac OS X, but Windows, otherwise I guess this is not the right place)
Thanks
If it goes into an "Applications / Plugins"
If it goes to the general purpose plugin (i.e. utility classes and so on) / library / *, where * follows the rules.
Comments
Post a Comment