示例#1
0
文件: order.m.php 项目: lotcz/zshop
 public function loadProducts()
 {
     $this->products = OrderProduct::select($this->db, 'viewOrderProducts', 'order_product_order_id = ?', [$this->ival('order_id')], 'i', null, 'order_product_name');
 }