Welcome Guest, Not a member yet? Register   Sign In
display username dx_auth
#1

[eluser]Paleleaves[/eluser]
Hi,

I'm using dx_auth and it's working fine. But how can I display username at header after login? And what does this line means in the library


Code:
$this->load->view($this->dx_auth->logged_in_view, $data);

thanks in advance.
#2

[eluser]Paleleaves[/eluser]
Sorry guys.. i solved that issue..

just put

Welcome <?php echo $this->dx_auth->get_username(); ?>

in your view file.




Theme © iAndrew 2016 - Forum software by © MyBB