コード例 #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");
 }