예제 #1
0
파일: Admin.php 프로젝트: rocknoon/TCVM
 public function preDispatch()
 {
     parent::preDispatch();
     $this->_appendBasicJs();
     $this->_initAdmin();
     $this->_checkAdmin();
 }
예제 #2
0
파일: Front.php 프로젝트: rocknoon/TCVM
 public function preDispatch()
 {
     parent::preDispatch();
     $this->_appendBasicJs();
     $this->_assignGlobalVal();
     $this->_assignTitle();
 }