Welcome Guest, Not a member yet? Register   Sign In
Login codes
#1

[eluser]davy_yg[/eluser]

Hello,

can anyone help me explain the following codes:

where does signed_in() come from ? If it is the extends of MY_Controller then, where can I find MY_Controller or is it a default code from CI ? Thanks before.

Code:
class Login extends MY_Controller {



public function index()

{

  if ($this->signed_in())

   redirect_admin();

  else

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

}


Messages In This Thread
Login codes - by El Forum - 11-06-2013, 03:39 AM
Login codes - by El Forum - 11-06-2013, 04:17 AM
Login codes - by El Forum - 11-06-2013, 08:29 PM
Login codes - by El Forum - 11-07-2013, 03:15 AM



Theme © iAndrew 2016 - Forum software by © MyBB