예제 #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');
 }