示例#1
0
文件: Field.php 项目: nabble/ajde
 protected function _getCustomTemplateAction($action)
 {
     return 'crud/' . (string) $this->_crud->getModel()->getTable() . '/' . $action;
 }