コード例 #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');
 }