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

[eluser]cahva[/eluser]
Try to get this to work without using $this->uri->segment(3) as that should work.

So what does this get you? Its almost the same but with constructor:
Code:
class Subcategories extends Controller {

    function __construct()
    {
        parent::__construct();
    }

    public function display($id = FALSE)
    {
        echo $id;
    }
}


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