Welcome Guest, Not a member yet? Register   Sign In
Fundamental functions of auth and access libraries.
#2

[eluser]n0xie[/eluser]
Let me fix that for you:

Code:
<?php

    abstract class CI_Auth
    {
        abstract function authenticate();
        abstract function is_authenticated();
    }

Have fun!


Messages In This Thread
Fundamental functions of auth and access libraries. - by El Forum - 02-15-2011, 10:20 PM
Fundamental functions of auth and access libraries. - by El Forum - 02-16-2011, 04:35 AM
Fundamental functions of auth and access libraries. - by El Forum - 02-16-2011, 04:50 AM
Fundamental functions of auth and access libraries. - by El Forum - 02-16-2011, 07:05 AM
Fundamental functions of auth and access libraries. - by El Forum - 02-16-2011, 07:14 AM
Fundamental functions of auth and access libraries. - by El Forum - 02-16-2011, 07:17 AM
Fundamental functions of auth and access libraries. - by El Forum - 02-16-2011, 07:20 AM
Fundamental functions of auth and access libraries. - by El Forum - 02-16-2011, 07:31 AM
Fundamental functions of auth and access libraries. - by El Forum - 02-16-2011, 07:45 AM
Fundamental functions of auth and access libraries. - by El Forum - 02-16-2011, 08:32 AM
Fundamental functions of auth and access libraries. - by El Forum - 02-16-2011, 08:37 AM
Fundamental functions of auth and access libraries. - by El Forum - 02-16-2011, 08:44 AM
Fundamental functions of auth and access libraries. - by El Forum - 02-16-2011, 12:55 PM



Theme © iAndrew 2016 - Forum software by © MyBB