예제 #1
0
파일: App.php 프로젝트: nvlad/framework
 function process()
 {
     Debug::dump(self::config());
     $layout = Responce::layout('index', 'TestBaseLayout');
     $layout->title("hello, world!");
     $layout->addCss('main.css');
     //		Debug::dump($layout);
     Responce::send();
 }
예제 #2
0
파일: App.php 프로젝트: nvlad/framework
 function __destruct()
 {
     Responce::send();
 }