Welcome Guest, Not a member yet? Register   Sign In
mixing URI query and URI Segment
#1

[eluser]tominku[/eluser]
CI's uri convention is class/function/parameter1/parameter2

but is it possible to use like this?

http://my_site.com/index.php/blog/write/...&memo=blah

but it wasn't work.. i saw "invalid URI" message

in fact, it is inconvenient to just depend on the sequence of parameter like this

URI: blog/write/kang/hi/blah
USAGE:
Code:
class Blog extends Controller{
        function write($name, $subject, $memo){
             ...some db related working.....
        }
    }


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



Theme © iAndrew 2016 - Forum software by © MyBB