We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
You can also add jobs from a Crontab file, such as this one:
* * * * * /usr/bin/php /path/to/cli.php cron
$cron = new \Sid\Phalcon\Cron\Manager(); $cron->addCrontab("/path/to/crontab");
To get an array of System Job instances from the Crontab:
$crontab = new \Sid\Phalcon\Cron\CrontabParser("/path/to/crontab"); $jobs = $crontab->getJobs();