dynamic action names in codeigniter or any php mvc framework
Posted
by Mohamed
on Stack Overflow
See other posts from Stack Overflow
or by Mohamed
Published on 2010-03-17T22:41:08Z
Indexed on
2010/03/17
22:41 UTC
Read the original article
Hit count: 218
I've noticed many sites are able to use a username or page title as an action. How is this done?
For example instead of www.example.com/users/my_username (where the users action is generic and responsible for fetching user data) how could I make this www.example.com/my_username?
Thanks very much.
© Stack Overflow or respective owner