示例#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");
 }