Welcome Guest, Not a member yet? Register   Sign In
Custom helper not loading
#2

[eluser]idealws[/eluser]
Code:
class Welcome extends CI_Controller {
    
    public function index()
    {
        $in = valid_admin();
        if ($in == '0' || $in == '')
        {
            redirect('adm/login/', 'refresh');
        }

    }
}

Try removing the $this-> form the $this->valid_admin(). That should do the trick.


Messages In This Thread
Custom helper not loading - by El Forum - 08-06-2011, 02:14 PM
Custom helper not loading - by El Forum - 08-06-2011, 05:22 PM
Custom helper not loading - by El Forum - 08-06-2011, 06:40 PM
Custom helper not loading - by El Forum - 08-06-2011, 08:35 PM



Theme © iAndrew 2016 - Forum software by © MyBB