| Cheetah
    | 
Go to the source code of this file.
| Functions | |
| getRange ($iLow, $iHigh, $iStep) | |
| getPeriod ($sPeriod, $iLow, $iHigh) | |
| checkCronJob ($sPeriods, $aDate=array()) | |
| runJob ($aJob) | |
| Variables | |
| $GLOBALS ['ch_profiler_disable'] = true | |
| const | CH_WSB_CRON_EXECUTE '1' | 
| $aPathInfo = pathinfo(__FILE__) | |
| $oDb = ChWsbDb::getInstance() | |
| $aJobs = $oDb->fromCache('sys_cron_jobs', 'getAll', 'SELECT * FROM `sys_cron_jobs`') | |
| $iDate = time() | |
| $aDate = getdate($iDate) | |
| $aJobs = $oDb->fromCache('sys_cron_jobs', 'getAll', 'SELECT * FROM `sys_cron_jobs`') | 
| $GLOBALS[ 'ch_profiler_disable'] = true | 
This work, "Cheetah - https://www.cheetahwsb.com", is a derivative of "Dolphin Pro V7.4.2" by BoonEx Pty Limited - https://www.boonex.com/, used under CC-BY. "Cheetah" is licensed under CC-BY by Dean J. Bassett Jr. CC-BY License - http://creativecommons.org/licenses/by/3.0/
| $oDb = ChWsbDb::getInstance() |