Current page url |
[eluser]_TTT_[/eluser]
how to get full page url in CI ? http://site.net/site/index/param/ $page_url = ?
[eluser]InsiteFX[/eluser]
Code: $route['default_controller'] = "page"; InsiteFX
[eluser]Twisted1919[/eluser]
Code: $this->load->helper('url');
[eluser]Dennis Rasmussen[/eluser]
To get the current URL you can use the functions explained in the documentation below. http://ellislab.com/codeigniter/user-gui...elper.html To get a part of the URL you can use the class/functions in the documentation below. http://ellislab.com/codeigniter/user-gui...s/uri.html |
Welcome Guest, Not a member yet? Register Sign In |