I\'m following this tutorial on running Codeigniter via the CLI. I\'ve done everything they\'ve done (copied and pasted) now when I run this command, it doesn\'t do
This worked for me - found at http://www.daharveyjr.com/codeigniter-cli-command-line-interface/
$config['uri_protocol'] = 'CLI';
I then run like this
php index.php controller/function/parameter