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