コード例 #1
0
ファイル: actions.class.php プロジェクト: sgrove/cothinker
 public function executeDeleteAll()
 {
     sfErrorLogPeer::doDeleteAll();
     $this->redirect('sfErrorLogViewer/list');
 }