CRON job for codeigniter

Posted by ASD on Stack Overflow See other posts from Stack Overflow or by ASD
Published on 2010-02-10T11:33:28Z Indexed on 2010/05/05 5:18 UTC
Read the original article Hit count: 179

Filed under:
|
|

I am using codeigniter. I want to know how to set up a cron job to check a table for expiring users and insert data in to another table with the list of expiring users. How to do that.

When i tried to write a script with controller and model to insert the table : Content-type: text/html


Fatal error: Class 'Controller' not found in /home/content/html/test/live/application/controllers/cron.php on line 2

© Stack Overflow or respective owner

Related posts about setup

Related posts about cronjob