Beispiel #1
0
 public function _initialize()
 {
     parent::_initialize();
     $this->model = D('ActionLog');
 }
Beispiel #2
0
 public function _initialize()
 {
     parent::_initialize();
     $this->model = D('User');
 }
Beispiel #3
0
 public function _initialize()
 {
     parent::_initialize();
     $this->model = D('Message');
 }
 public function _initialize()
 {
     parent::_initialize();
     $this->model = D('Feedback');
 }
Beispiel #5
0
 public function _initialize()
 {
     parent::_initialize();
 }
 public function _initialize()
 {
     parent::_initialize();
     $this->model = D('Category');
 }
Beispiel #7
0
 public function _initialize()
 {
     parent::_initialize();
     $this->model = D('Db', 'Logic');
 }