public function init() { parent::init(); $this->_model = $this->getModel(); $this->form = $this->getForm('Ingredient'); $this->view->form = $this->form; }
/** * Setup this controller specifically and then call the parent */ public function init() { parent::init(); $this->_model = $this->getModel(); }
public function init() { parent::init(); $this->_model = new Recipe_Model_AclResource(); }
public function init() { parent::init(); $this->_model = new Recipe_Model_User(); $this->getForm(); }