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