Пример #1
0
 function del()
 {
     $model = new Cron();
     $model->del();
     $this->redirect('/cron/');
 }