Welcome Guest, Not a member yet? Register   Sign In
Ion Auth - Lightweight Auth System based on Redux Auth 2

[eluser]austintbiggs[/eluser]
Will you be updating Ion Auth to fit the new CI_Controller / CI_Model and public / private functions?

instead of using
Code:
if ( ! class_exists('Controller'))
{
    class Controller extends CI_Controller {}
}

class Auth extends Controller {

    //redirect if needed, otherwise display the user list
    function index()
    {

using
Code:
class Auth extends CI_Controller {

    //redirect if needed, otherwise display the user list
    public function index()
    {


Messages In This Thread
Ion Auth - Lightweight Auth System based on Redux Auth 2 - by El Forum - 04-23-2011, 01:11 AM



Theme © iAndrew 2016 - Forum software by © MyBB