Exemplo n.º 1
0
 public function _initialize()
 {
     parent::_initialize();
     $this->model = M('Banner');
 }
Exemplo n.º 2
0
 public function _initialize()
 {
     parent::_initialize();
 }
Exemplo n.º 3
0
 public function _initialize()
 {
     parent::_initialize();
     $this->art = D('Course');
     $this->art_class = M('Menu');
 }