public function process(Am_Controller $action = null) { $action->view->addBasePath($this->_path); $action->view->assign($this->getVars()); $action->renderScript($this->_template); throw new Am_Exception_Redirect(); }
public function process(Am_Controller $action = null) { $action->view->addBasePath($this->_path); $action->renderScript($this->_template); }
public function process(Am_Controller $action = null) { $action->view->assign($this->getVars()); $action->renderScript($this->_template); }