2011/Aug/12
Hooking routes.php in CodeIgniter to Create User-Based Personal Short URL Alias
Suppose you are stuck in the middle of a case where you are challenged to create a website with thousands or millions of members. Each member may have a personal URL alias, like:http://www.example.com/yourname
In CodeIgniter you could solved this problem by configuring the routes.php file in the application/config directory. But, the problem is, how if you have millions of user's personal URL in your web application?
