Пример #1
0
 public function __init()
 {
     parent::__init();
     $this->model = K('Type');
 }
Пример #2
0
 public function __init()
 {
     parent::__init();
     $this->model = K('Category');
 }
Пример #3
0
 public function __init()
 {
     parent::__init();
     $this->model = K('Order');
 }
Пример #4
0
 public function __init()
 {
     parent::__init();
     $this->model = K('Brand');
 }
Пример #5
0
 public function __init()
 {
     parent::__init();
     $this->model = K('Goods');
 }