芝麻web文件管理V1.00
编辑当前文件:/home/p/r/i/prismawe/www/resuamer/site/application/classes/controller/welcome.php
template = View::factory(I18n::$lang.'/'.$this->layout); $this->template->content = null; if ($this->request->is_initial()) $this->tpl = & $this->template->content; else $this->tpl = & $this->template; } public function action_index() { $this->template->title = I18n::get('ma page'); $this->tpl = View::factory(I18n::$lang.'/welcome/index'); $this->tpl->message = I18n::get('Hello, world!'); $this->tpl->parti = ORM::factory('parti', 1); } }