abstract class YourSubController extends Zend_Controller_Action
{
public function init()
{
// ...
}
}On Fri, 18 Jan 2008 16:27:38 +0000 (UTC), Juan Felipe Alavarez Saldarriaga <[EMAIL PROTECTED]> wrote: > Hey :) > > Question, is there a way to sub-classing the Zend_Controller_Action, I > mean, I need to set some variables and objects in the init() method for all > the controllers that I have, is that possible ? > > Thx for any help.
