コード例 #1
0
ファイル: IndexController.php プロジェクト: scarwu/oni
 public function getAction()
 {
     Res::html('index', ['title' => 'Oni - A Simple REST Framework', 'method' => Req::method(), 'param' => implode('/', Req::param())]);
 }
コード例 #2
0
ファイル: TestController.php プロジェクト: scarwu/oni
 public function deleteAction()
 {
     Res::json($this->json, $this->option);
 }