예제 #1
0
파일: Crud.php 프로젝트: nabble/ajde
 public function getCustomTemplateModule()
 {
     if (parent::hasCustomTemplateModule()) {
         return parent::getCustomTemplateModule();
     }
     return (string) $this->getModel()->getTable();
 }