Ejemplo n.º 1
0
 public function index()
 {
     $data['pages'] = Model\Page::latest('date')->get();
     $this->template->build('index', $data);
 }