URI Segments only grabbing first number |
[eluser]WanWizard[/eluser]
You are making it a lot more complicated then needed. With a URL like http://localhost/index.php/site/record/39, CI will take care of the routing to controller site, method record(). You then define the method: Code: function record( $id = FALSE ) |
Messages In This Thread |
URI Segments only grabbing first number - by El Forum - 09-15-2010, 05:10 AM
URI Segments only grabbing first number - by El Forum - 09-15-2010, 06:08 AM
URI Segments only grabbing first number - by El Forum - 09-15-2010, 07:24 AM
URI Segments only grabbing first number - by El Forum - 09-15-2010, 07:53 AM
URI Segments only grabbing first number - by El Forum - 09-15-2010, 08:50 AM
|