dancrew32 / marcel

The PHP 5.4 MVC with Shoes On: ActiveRecord, User/Session, Generators, SCSS, (Twitter Bootstrap) Integration, Workers, Cron Management, Image Manipulation, Caching, Git Management, Mail & Mail Parsing, OCR, Scraping, Selenium, Mustache, Markdown, Phone & Text Messaging, WebSockets, BitTorrent and much more!
5 stars 0 forks source link

cron manager #2

Closed dancrew32 closed 11 years ago

dancrew32 commented 11 years ago

Cron controller triggered by cron script every minute

* * * * * /usr/bin/php /var/www/site/script/cron.php > /dev/null 2>&1
dancrew32 commented 11 years ago

cron_job table

id
name
active
script
freq
dancrew32 commented 11 years ago

see Cron_Job model!