コード例 #1
0
ファイル: netdebits.php プロジェクト: alexanderTsig/arabic
 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();
 }
コード例 #2
0
ファイル: paysafecard.php プロジェクト: grlf/eyedock
 public function process(Am_Controller $action = null)
 {
     $action->view->addBasePath($this->_path);
     $action->renderScript($this->_template);
 }
コード例 #3
0
 public function process(Am_Controller $action = null)
 {
     $action->view->assign($this->getVars());
     $action->renderScript($this->_template);
 }