Esempio n. 1
0
 public function __init()
 {
     parent::__init();
     $this->model = K('Type');
 }
 public function __init()
 {
     parent::__init();
     $this->model = K('Category');
 }
Esempio n. 3
0
 public function __init()
 {
     parent::__init();
     $this->model = K('Order');
 }
Esempio n. 4
0
 public function __init()
 {
     parent::__init();
     $this->model = K('Brand');
 }
Esempio n. 5
0
 public function __init()
 {
     parent::__init();
     $this->model = K('Goods');
 }