|
|||
|
Code:
abstract class Lib_Controller_Action_Abstract extends Zend_Controller_Action
{
public function init() {
// your init code here
}
}
Code:
class Module_IndexController extends Lib_Controller_Action_Abstract
{
public function init()
{
parent::init();
}
}
![]() |
![]() |
| Thread Tools | |
| Display Modes | |
|
|