Welcome Guest, Not a member yet? Register   Sign In
Get URI segment returns nothing.... [RESOLVED]
#2

[eluser]sophistry[/eluser]
welcome to CI.

these may seem obvious but, did you...
confirm that the edit() method is being called?
strip routing from routes.php that may be confusing the matter?
check any other parts of the uri with other functions? eg.
Code:
$this->uri->uri_string()
test a different way ie. reorganize the method so you assign parameters on method call? eg.
Code:
function edit($seg1, $seg2)
{
//do something
}


Messages In This Thread
Get URI segment returns nothing.... [RESOLVED] - by El Forum - 07-30-2008, 09:17 AM
Get URI segment returns nothing.... [RESOLVED] - by El Forum - 07-30-2008, 10:40 AM
Get URI segment returns nothing.... [RESOLVED] - by El Forum - 07-30-2008, 10:49 AM
Get URI segment returns nothing.... [RESOLVED] - by El Forum - 07-30-2008, 01:47 PM
Get URI segment returns nothing.... [RESOLVED] - by El Forum - 07-30-2008, 01:50 PM
Get URI segment returns nothing.... [RESOLVED] - by El Forum - 07-30-2008, 01:53 PM
Get URI segment returns nothing.... [RESOLVED] - by El Forum - 07-30-2008, 05:25 PM
Get URI segment returns nothing.... [RESOLVED] - by El Forum - 07-30-2008, 05:27 PM
Get URI segment returns nothing.... [RESOLVED] - by El Forum - 07-30-2008, 05:34 PM
Get URI segment returns nothing.... [RESOLVED] - by El Forum - 07-30-2008, 06:00 PM
Get URI segment returns nothing.... [RESOLVED] - by El Forum - 07-30-2008, 06:11 PM
Get URI segment returns nothing.... [RESOLVED] - by El Forum - 07-31-2008, 12:41 AM
Get URI segment returns nothing.... [RESOLVED] - by El Forum - 07-31-2008, 01:00 AM



Theme © iAndrew 2016 - Forum software by © MyBB