You can try with extending Zend_Controller_Plugin_Abstract http://framework.zend.com/manual/en/zend.controller.plugins.html
Regards, Saša Stamenković On Tue, Dec 22, 2009 at 7:23 AM, Taha Bayrak <[email protected]> wrote: > Hi , > > I have a quick question: > > What is the best practice for placing the base controller classes? > > a. Placing them in the same directory as the other controllers - the ones > that extends from the base class -? If so, is there a easy way to prevent > the base class getting into the dispatch loop? > > b. Placing into the library? > > c. { Another solution }? > > Thanks in advance > > Taha >
