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