Example #1
0
 public function index($id = null)
 {
     parent::routes()->render('index_order.twig', array('app_base' => $this->appBase, 'order_page' => Order::orderPage($id), 'results' => Order::orderPagination($id), 'title' => 'Orders'));
 }