コード例 #1
0
ファイル: VotesController.php プロジェクト: sov-20-07/billing
 function del()
 {
     Votes::del(Funcs::$uri[3]);
     $this->redirect('/votes/');
 }