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