Latest Articles:
Committee Members:
Alert Email
Get a short email alert whenever a new entry is published.
Confidential, secure it's piece of cake to keep uptodate.
Adding the power of crontab to OpenBD
CFSCHEDULE does an excellent job of schedule the execution of pages at given intervals. The control and power this offers is similar to that of the well known Linux utility crontab.
However, sometimes you just want to bucket things, and have all the templates in a given folder run. Linux offers a small extension to crontab, using the /etc/cron.daily/, /etc/cron.weekly/ etc directories as buckets to which you can place scripts in for execution.
The CRON plugin brings this ease and power to CFML developers, by creating a series of directories to which you can simply drop your templates into and have them automatically run at the pre-defined period.
To see the details of this official OpenBD plugin visit the wiki.



