Exemplo n.º 1
0
 public function getAction()
 {
     Res::html('index', ['title' => 'Oni - A Simple REST Framework', 'method' => Req::method(), 'param' => implode('/', Req::param())]);
 }
Exemplo n.º 2
0
 public function deleteAction()
 {
     Res::json($this->json, $this->option);
 }