Код: Выделить всё
$orders = $this->order->with("customer")->with("address")->get_many_by(array("submitted" => 1));
$this->main = $this->load->view("partials/admin/list_orders", array("allorders" => $orders), true);
Подробнее здесь: https://stackoverflow.com/questions/381 ... efactoring