Codeigniter 2.0 Command Line Interface

Posted on: February 7, 2011 Posted by: JJ Comments: 0

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!!!