Welcome Guest, Not a member yet? Register   Sign In
flexi auth - A user authentication library for CodeIgniter

[eluser]katanama[/eluser]
Hello Rob,

Nice library you've got here.... I like it very much. Easy to use too.

Got a few questions for you mate...

1. Have you ever tried Flexi-Auth with HMVC?

2. I'm trying it with HMVC and got the "Creating default object from empty value" warning... just a warning but extremely annoying.

here's the full error

Code:
A PHP Error was encountered

Severity: Warning

Message: Creating default object from empty value

Filename: models/flexi_auth_lite_model.php

Line Number: 47

On my controllers' constructor I already have it like this :

Code:
// Load required CI libraries and helpers.
            $this->load->database();
            $this->load->library('session');
            $this->load->helper('url');
            $this->load->helper('form');

            // This is used as a global that is accessible via both models and both libraries, without it, flexi auth will not work.
            $this->auth = new stdClass;
            

            // Load 'standard' flexi auth library by default.
            $this->load->library('flexi_auth');

CI : v2.1.3
HMVC : I don't know what version but it's the latest stable. downloaded two days ago.
Flexi Auth : Latest...


Messages In This Thread
flexi auth - A user authentication library for CodeIgniter - by El Forum - 12-13-2012, 01:34 AM



Theme © iAndrew 2016 - Forum software by © MyBB