Welcome Guest, Not a member yet? Register   Sign In
Controller not recieving my parameter
#3

[eluser]Rolly1971[/eluser]
try this:

Code:
public function display() {
     $id = $this->uri->segment(3);
     // fetching subcategories depending on $id
}

ofc change the number to what it is depending on your full uri


Messages In This Thread
Controller not recieving my parameter - by El Forum - 11-11-2010, 06:58 AM
Controller not recieving my parameter - by El Forum - 11-11-2010, 10:20 AM
Controller not recieving my parameter - by El Forum - 11-11-2010, 11:20 AM
Controller not recieving my parameter - by El Forum - 11-11-2010, 02:16 PM
Controller not recieving my parameter - by El Forum - 11-12-2010, 12:43 AM
Controller not recieving my parameter - by El Forum - 11-12-2010, 01:42 AM
Controller not recieving my parameter - by El Forum - 11-12-2010, 02:28 AM



Theme © iAndrew 2016 - Forum software by © MyBB