コード例 #1
0
 public function __construct()
 {
     parent::__construct();
     $this->user = D('Member');
     $this->message = D('Message');
 }
コード例 #2
0
 public function __construct()
 {
     parent::__construct();
     $this->order = D('Order');
     $this->gangkou = D('Gangkou');
 }
コード例 #3
0
 public function __construct()
 {
     parent::__construct();
     $this->item = D('Item');
     $this->itemCate = D('Itemcate');
 }