示例#1
0
文件: Crud.php 项目: nabble/ajde
 public function getCustomTemplateModule()
 {
     if (parent::hasCustomTemplateModule()) {
         return parent::getCustomTemplateModule();
     }
     return (string) $this->getModel()->getTable();
 }