The question is quite simple : I have a controller plugin for Zend Framework.
Should I put it in the \"library/Plugin\" folder, or in \"application/plugins\".
If its a controller plugin it goes in "application/plugins". If it's a general purpose plugin (ie Utility Classes and such) it goes in /library/*, where * follows the Zend Loader rules.