Example #1
0
 public function indexAction()
 {
     $id = Comm\Arg::post('id');
     $result = Model\Article::destory($id);
     Comm\Response::json(100000, _('删除成功'), null, false);
 }