CodeIgniter URI Çalışmıyor

0 Cevap php

Ben bu kodu kullanabilirsiniz:

$url =  $this->uri->segment_array()// OR $this->uri->uri_to_assoc(3);
print_r($url);

but it always return empty array ? the requested URL like : http://localhost/my_proj/index.php/thumb/index/id/87

0 Cevap