Welcome Guest, Not a member yet? Register   Sign In
Problems understanding the use of GET
#1

[eluser]Tommy_DK[/eluser]
I have a newbie question, that I presume can be answered with a link... I just can't seem to find it Smile

The CI Framework seems great but what if I would like to add a parameter? Ex. extend http://localhost/CodeIgniter/user/ to http://localhost/CodeIgniter/user/125/ where 125 is the id of the user.

How do I do this while preserving the way CI works?
#2

[eluser]usmc[/eluser]
Read under the heading Passing URI Segments to your Functions

And a bit more here:
http://ellislab.com/codeigniter/user-gui...s/uri.html
#3

[eluser]SpooF[/eluser]
It looks like your trying to by-pass the method?

Such as:

CodeIgniter:root
user:Controller
125:paramater
#4

[eluser]Tommy_DK[/eluser]
Thank you very much for your help, both - it's greatly appreciated Smile
I was looking for the two links usmc provided but was not sure what to look for.




Theme © iAndrew 2016 - Forum software by © MyBB