Welcome Guest, Not a member yet? Register   Sign In
URI Class subfolder and Routing
#2

[eluser]Bart v B[/eluser]
Code:
function detail($id = 0)
{
  echo '<pre>';
    print_r($this->uri->segment_array());
    print_r($this->uri->rsegment_array());
  echo '</pre>';
}

maybe it is a write misstake on the seccond line?

Code:
function detail($id = 0)
{
  echo '<pre>';
    print_r($this->uri->segment_array());
    print_r($this->uri->segment_array());
  echo '</pre>';
}


Messages In This Thread
URI Class subfolder and Routing - by El Forum - 08-08-2011, 03:23 PM
URI Class subfolder and Routing - by El Forum - 08-08-2011, 03:26 PM
URI Class subfolder and Routing - by El Forum - 08-08-2011, 03:49 PM
URI Class subfolder and Routing - by El Forum - 08-08-2011, 04:11 PM
URI Class subfolder and Routing - by El Forum - 08-08-2011, 04:54 PM
URI Class subfolder and Routing - by El Forum - 08-13-2011, 04:10 PM



Theme © iAndrew 2016 - Forum software by © MyBB