コード例 #1
0
ファイル: C_Index.php プロジェクト: Karginskiy/phpcourse2.ru
 protected function OnOutput()
 {
     $vars = array('lastedit' => $this->last_edit, 'content' => $this->articles, 'isback' => $this->back);
     $this->content = $this->Template('views/v_index.php', $vars);
     parent::onOutput();
 }