Welcome Guest, Not a member yet? Register   Sign In
Starter for codeigniter 3rc2 with flexiauth
#1

Hi all after looking all over for help on getting flexiauth to work with codeigniter 3rc2 i decided to do it myself

you can find it here

Flexi-Auth-and-Codeigniter-3RC2

hope someone finds this helpfull

Im willing to update if necessary

cheers
Reply
#2

Hi There,


We've got a highly modified version of flexiAuth for a project -- We are keen to upgrade, any chance you can give an outline of what changes were needed to get it running from pre RC CI3 to release candidate CI with the new sessions?

Many thanks,

Tom
Reply
#3

(03-12-2015, 05:26 PM)mrtomtom Wrote: Hi There,


We've got a highly modified version of flexiAuth for a project -- We are keen to upgrade, any chance you can give an outline of what changes were needed to get it running from pre RC CI3 to release candidate CI with the new sessions?

Many thanks,

Tom

hi there the main changes that i have done is the Firstletter capitilisation as specified by CI3 only the phisical filenames no need to change in the code.

also check the sessions code as CI3 have made some changes example
old sessions_id is now id
old user_data = is now data. and has a type blob not text as before

also in the libraries change this

Code:
$this->CI->load->model('flexi_auth_model');

to this
Code:
$CI =& get_instance();
$CI->load->library('Flexi_auth_lite');


hope this helps
Reply




Theme © iAndrew 2016 - Forum software by © MyBB