예제 #1
0
파일: category.php 프로젝트: vano00/blog
 public function action_index()
 {
     $data['categories'] = Model_Category::find_all_with_nb_posts();
     $this->template->title = "Categories";
     $this->template->content = View::forge('admin/category/index', $data);
 }