Welcome Guest, Not a member yet? Register   Sign In
$this->uri->rsegments versus $this->uri->segments: subdirectory gets lost?
#2

[eluser]kenjis[/eluser]
Yes, you're.

This seems to be a bug.


And my friend found the below result:
Code:
URI: /index.php/admin/

print_r($this->uri->segments);
// Array ( [1] => admin )

print_r($this->uri->rsegments);
// Array ( )


Messages In This Thread
$this->uri->rsegments versus $this->uri->segments: subdirectory gets lost? - by El Forum - 06-02-2008, 02:39 PM



Theme © iAndrew 2016 - Forum software by © MyBB