コード例 #1
0
ファイル: LogController.class.php プロジェクト: Orchild/mt
 public function _initialize()
 {
     parent::_initialize();
     $this->model = D('ActionLog');
 }
コード例 #2
0
ファイル: ResetController.class.php プロジェクト: Orchild/mt
 public function _initialize()
 {
     parent::_initialize();
     $this->model = D('User');
 }
コード例 #3
0
 public function _initialize()
 {
     parent::_initialize();
     $this->model = D('Message');
 }
コード例 #4
0
 public function _initialize()
 {
     parent::_initialize();
     $this->model = D('Feedback');
 }
コード例 #5
0
 public function _initialize()
 {
     parent::_initialize();
 }
コード例 #6
0
 public function _initialize()
 {
     parent::_initialize();
     $this->model = D('Category');
 }
コード例 #7
0
ファイル: DbController.class.php プロジェクト: Orchild/mt
 public function _initialize()
 {
     parent::_initialize();
     $this->model = D('Db', 'Logic');
 }