public function loadProducts() { $this->products = OrderProduct::select($this->db, 'viewOrderProducts', 'order_product_order_id = ?', [$this->ival('order_id')], 'i', null, 'order_product_name'); }