How to get current URL in CodeIgniter
Posted in Snippets Ideas on June 6th, 2011 by admin – Be the first to commentIf you want to get the current URL in CodeIgniter then you can use uri_string from URI Class.
$this->uri->uri_string()
Related searches:
- codeigniter current url
- codeigniter get current url
- current_url codeigniter
- codeigniter current_url
- codeigniter currenturl
- current_url() codeigniter
- current_url() how to use codeigniter
- get current url in codeigniter
- ci getcurrenturl




