How to make permalink in codeigniter… social case
问题 i want to build a website using codeigniter. The website is look like a social agregator for my school. to build my website i plan : making a class "pages". The class "pages" has a common function login, register , logout.. etc. making a "user" class the class "user" has a function related to user needs like: edit profile, add social api, view_profile etc. i know if we want to see a profile we should pass an url like : www.Mysite.com/user/view_profile/ <user name> I dont know how to make a