Recommend this page to a friend! |
Download .zip |
Info | Example | View files (4) | Download .zip | Reputation | Support forum | Blog | Links |
Last Updated | Ratings | Unique User Downloads | Download Rankings | |||||
2014-08-21 (2 years ago) | 58% | Total: 390 | All time: 6,300 This week: 1,095 |
Version | License | PHP version | Categories | |||
cron-php 1 | GNU General Publi... | 5.4 | PHP 5, Time and Date, Language |
Description | Author | |
This class can load and run periodic jobs executed by classes. |
Files | / | Fogg | / | CronPhp |
File | Role | Description | ||
---|---|---|---|---|
Jobs (1 file) | ||||
CronPhp.php | Class | The controller class used for managing and executing system tasks. | ||
Example.php | Example | Here is an example script for setting up the CronPhp object. | ||
JobAbstract.php | Class | An abstract class used to implement individual cronjobs. |
Files | / | Fogg | / | CronPhp | / | Jobs |
File | Role | Description |
---|---|---|
JobExample.php | Class | A sample job used to base other jobs on. |
Version Control | Unique User Downloads | Download Rankings | |||||||||||||||
0% |
|
|
User Ratings | ||||||||||||||||||||||||||||||
|
Applications that use this package |
If you know an application of this package, send a message to the author to add a link here.
Related pages |
PHP Event Logger This class relies on the logging trait class for its logging capabilities. |
Timmer Class Description Author Edit This package provides a trait that measures the time that elapsed between different moments of the execution of the script. |