Welcome Guest, Not a member yet? Register   Sign In
How to find out user is in index
#3

[eluser]Pedro Luz[/eluser]
something like this?

Code:
$this->load->helper('url');
if(index_page() == current_url()) echo "user is at root";

take a look at http://ellislab.com/codeigniter/user-gui...elper.html


Messages In This Thread
How to find out user is in index - by El Forum - 05-29-2012, 12:25 AM
How to find out user is in index - by El Forum - 05-29-2012, 01:30 AM
How to find out user is in index - by El Forum - 05-29-2012, 01:38 AM
How to find out user is in index - by El Forum - 05-29-2012, 07:27 AM
How to find out user is in index - by El Forum - 05-29-2012, 07:58 AM
How to find out user is in index - by El Forum - 05-29-2012, 09:53 AM



Theme © iAndrew 2016 - Forum software by © MyBB