Welcome Guest, Not a member yet? Register   Sign In
CI Route question
#1
Photo 

hi guys, i am new to Codelgniter.  I have a question for the CI url routing.
Here is CI user guide examples

example 1:
$route['journals'] = 'blogs';

A URL containing the word “journals” in the first segment will be remapped to the “blogs” class.

example 2:
$route['blog/joe'] = 'blogs/users/34';

A URL containing the segments blog/joe will be remapped to the “blogs” class and the “users” method. The ID will be set to “34”.

It works with example 1.  

But I try example 2,  use $this->uri->segment(3),  it cannot receive the parameter ID 34, the segment(3) is a NULL value,

[Image: 40642a856e.jpg]


How this work out? Thanks!
Reply


Messages In This Thread
CI Route question - by jackcott - 11-09-2016, 10:33 PM
RE: CI Route question - by salain - 11-10-2016, 02:47 AM



Theme © iAndrew 2016 - Forum software by © MyBB