Я использую этот код:
$url = $this->uri->segment_array()// OR $this->uri->uri_to_assoc(3); print_r($url);
но он всегда возвращает пустой массив? запрошенный URL-адрес, например: http://localhost/my_proj/index.php/thumb/index/id/87
http://localhost/my_proj/index.php/thumb/index/id/87