Hey there,
I'm currently working on an user management system, for which I want to generate (?) user profile pages; something like this for every registered user: mydomain.com/user/%username%
I'm quite new to CI and (web) development in general and I have simply no idea what kind of functionality I'd need for something like this, so I'd be able to google it.
I assume I don't want to create an actual php file for each user (automatically when the user saves the profile), rather maybe creating a template page and inserting user informations into it - right?
I'd be grateful if someone could point me in the right direction.