예제 #1
0
파일: index.php 프로젝트: jumper9/test
 public static function get()
 {
     // show main content view
     f::setView(__DIR__ . "/../views/adminView.php");
 }
예제 #2
0
파일: index.php 프로젝트: jumper9/test
 public static function get()
 {
     // show main content view
     f::setView(dirname(__FILE__) . "/../views/apiView.php");
 }