mixing URI query and URI Segment |
[eluser]xwero[/eluser]
you can do http://my_site.com/index.php/blog/write/.../memo/blah. But i hope you understand the limits of the query string approach. Those values you attach to the url should be posted. Said that you can extract the url as follows Code: $params = $this->uri->uri_to_assoc(3); |
Messages In This Thread |
mixing URI query and URI Segment - by El Forum - 04-03-2008, 02:21 AM
mixing URI query and URI Segment - by El Forum - 04-03-2008, 02:48 AM
mixing URI query and URI Segment - by El Forum - 04-03-2008, 03:58 AM
mixing URI query and URI Segment - by El Forum - 04-03-2008, 04:05 AM
mixing URI query and URI Segment - by El Forum - 04-03-2008, 04:41 AM
mixing URI query and URI Segment - by El Forum - 04-03-2008, 05:21 AM
mixing URI query and URI Segment - by El Forum - 09-23-2008, 09:12 AM
|