コード例 #1
0
ファイル: CrmController.php プロジェクト: lschnoller/boonding
 public function cronAction()
 {
     $this->_helper->layout()->disableLayout();
     $this->_helper->viewRenderer->setNoRender(true);
     $model = new Gyuser_Model_CRMTasks();
     $model->setDailyTasks();
 }