Ejemplo n.º 1
0
 public function action_index()
 {
     $order = new Model_Admin();
     $result = $order->get_order();
     $content = View::factory('/admin/show');
     $content->name = $result;
     $this->template->content = $content;
 }