codeigniter routing issue
14:02 06 May 2012

I had my users profile at

www.domain.com/user/username

and moved it at

www.domain.com/username

but this required to add most classes functions into the routes.php file in the config and if i want to add new features to my app i will need to add all the functions into the routes.php file which doesnt sound good practice...

What is the best way that other deal with it on CodeIgniter ?

php codeigniter routes