Example #1
0
 public static function get()
 {
     // show main content view
     f::setView(__DIR__ . "/../views/adminView.php");
 }
Example #2
0
 public static function get()
 {
     // show main content view
     f::setView(dirname(__FILE__) . "/../views/apiView.php");
 }