Exemple #1
0
 public function action_project_sections()
 {
     $view = View::make('admin.project_sections');
     $view->project_sections = ProjectSection::paginate(10);
     $this->layout->content = $view;
 }