Codeigniter 2.0 Command Line Interface
Command Line Interface for Codeigniter is now built-in! Woohoo~~~
So now you can add your cronjob as:
[sourcecode]
php /YOURFULLAPPLICATIONDIRECTORY/index.php /CONTROLLER/METHOD
[/sourcecode]
This is all you need!!!