示例#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();
 }