Exemple #1
0
 public function action_index()
 {
     $language_id = Model_Languages::getLangIdByAbbr($this->current_lang);
     $catalogs = Model_Catalogs::listAll(2, $language_id);
     $view = $this->template->content = View::factory('songs')->set('lang', $this->current_lang)->set('catalogs', $catalogs);
     $this->response->body($view);
 }