php - Run CodeIgniter site from Command Line -


ok, need straightforward.

i've got website, built on codeigniter, controllers, etc, , i'd able test using console.

e.g.

http://localhost/mysite/some-controller?u=someparam  $> ci some-controller?u=someparam 

is possible in way? , if so, how?


sidenote : i'm using xampp mac os x 10.6.8

this may help, user guide: running codeigniter via cli


Comments

Popular posts from this blog

c# - DetailsView in ASP.Net - How to add another column on the side/add a control in each row? -

javascript - firefox memory leak -

Trying to import CSV file to a SQL Server database using asp.net and c# - can't find what I'm missing -