コード例 #1
0
ファイル: Index.php プロジェクト: crazenezz/routa
 public function run($params = array())
 {
     View::show('layout', array('content' => View::contents('index')));
 }
コード例 #2
0
ファイル: Controller.php プロジェクト: crazenezz/routa
 public function index()
 {
     header('Content-type: text/html; charset=utf-8');
     View::show('404');
 }