public function _initialize() { parent::_initialize(); $this->myModel = new myModel(); } public function index(){ $this->myModel ->myAction(); }