예제 #1
0
파일: Field.php 프로젝트: nabble/ajde
 protected function _getCustomTemplateAction($action)
 {
     return 'crud/' . (string) $this->_crud->getModel()->getTable() . '/' . $action;
 }