示例#1
0
 protected function _runFormAction($action)
 {
     if ($this->grid->doFormActions($action)) {
         return true;
     } else {
         echo $this->renderTitle();
         echo $this->grid->getForm();
     }
     return false;
 }