Welcome Guest, Not a member yet? Register   Sign In
Codeigniter 2 Cron Jobs
#7

[eluser]Unknown[/eluser]
Using CodeIgniter 2 with Modular Extensions (MX), I use the following CLI syntax for cron jobs:

Code:
/usr/bin/php /var/www/index.php ModuleName/ModuleClass moduleMethod arg1 arg2 arg3

If ModuleName and Module class are the same, then you don't need them both...

Code:
/usr/bin/php /var/www/index.php ModuleName moduleMethod arg1 arg2 arg3

Where /usr/bin/php is where the php interpreter lives, and /var/www/ is the web server's document root.


Messages In This Thread
Codeigniter 2 Cron Jobs - by El Forum - 03-10-2011, 07:12 AM
Codeigniter 2 Cron Jobs - by El Forum - 03-15-2011, 07:42 AM
Codeigniter 2 Cron Jobs - by El Forum - 03-22-2011, 05:51 AM
Codeigniter 2 Cron Jobs - by El Forum - 08-01-2011, 02:15 PM
Codeigniter 2 Cron Jobs - by El Forum - 08-01-2011, 02:25 PM
Codeigniter 2 Cron Jobs - by El Forum - 08-02-2011, 12:09 AM
Codeigniter 2 Cron Jobs - by El Forum - 02-03-2012, 01:40 PM
Codeigniter 2 Cron Jobs - by El Forum - 02-04-2012, 09:10 AM



Theme © iAndrew 2016 - Forum software by © MyBB