Welcome Guest, Not a member yet? Register   Sign In
EasyAuth question?
#1

[eluser]Angkor[/eluser]
I applied the EasyAuth to my application

http://joedesigns.com/labs/EasyAuth/
Code:
<?php

class Blog extends Controller {

    function index(){

        if($this->easyauth->connected == true):

            $this->load->view('dashboard');

        else:

            $this->load->view('login');

        endif;

    }

}

?>

Could anybody give me the view login that works with the EasyAuth?

thanks.




Theme © iAndrew 2016 - Forum software by © MyBB