Hi, All my controllers which are located in the default module extends 'MyZend_Default_Controller_Action' which extends 'MyZend_Default_Common_Action' which finally extends Zend_Action_Controller
When I do a request for the main page (IndexController/indexAction), the scripts executes once the 'MyZend_Default_Controller_Action', but when I try to execute another controller, 'MyZend_Default_Controller_Action' gets executed twice ! I can't understand why ... I do not even know how to debug this behaviour, can anyone help me with this ? Thank you. -- View this message in context: http://www.nabble.com/parent-Controller-getting-executed-twice-tp19709269p19709269.html Sent from the Zend Framework mailing list archive at Nabble.com.
