예제 #1
0
파일: Index.php 프로젝트: crazenezz/routa
 public function run($params = array())
 {
     View::show('layout', array('content' => View::contents('index')));
 }
예제 #2
0
 public function index()
 {
     header('Content-type: text/html; charset=utf-8');
     View::show('404');
 }