芝麻web文件管理V1.00
编辑当前文件:/home/p/r/i/prismawe/www/resupres/application/classes/controller/mobile/encyclopedie.php
order_by('nom', 'ASC') ->find_all(); $this->template->metaDescription = 'Encyclopédie politique regroupant les fiches de toute les personnalités politiques importantes ainsi que les partis politiques français.'; $this->template->metaKeywords = 'Encyclopedie politique, le wiki de 2012, election 2012, sarkozy 2012, le pen 2012, ségolène royale 2012, 2012'; $this->template->pageTitle = 'Encyclopédie politique'; $this->template->content = View::factory('mobile/encyclopedie'); $this->template->content->partis = $partis; } public function action_liste_json() { $orientations = ORM::factory('orientation') ->order_by('id', 'DESC') ->find_all(); $this->template = View::factory('mobile/encyclopedie/liste_json'); $this->template->orientations = $orientations; } }