Exemplo n.º 1
0
Arquivo: admin.php Projeto: ajb/rfpez
 public function action_project_sections()
 {
     $view = View::make('admin.project_sections');
     $view->project_sections = ProjectSection::paginate(10);
     $this->layout->content = $view;
 }