I try to send by url like:
"http://localhost/ci/index.php/admin/usuarios/modify/id/1"
and I get the parameters with:
$id= $this->CI->input->get('id');
but it´s no result, and the same dumping
$_GET
variable.
What i am doing wrong?
Do i need to edit .htaccess? do i need to modify routes.php? ...
