| User Management for CodeIgniter |
|
|
| Written by Chip |
| Monday, 04 January 2010 21:38 |
|
Being true to my OO programming background, I've always re-used my existing code base built on the CodeIgniter framework version 1.5.x. Recently I have started on a new web application and decided to download the latest version of CodeIgniter (currently 1.7.x). Another "must have" component within my code base is a User Management / Access control library called FreakAuth which I planned on using again. A good user mgmt or access control library saves me alot of time re-writing the basics and it allows me to start customizing right off the bat. As I read through the new changes of the CI framework, I noticed that some functions were deprecated (validation). Much to my disappointment the FreakAuth library has not been updated since 2007 and still uses some deprecated functions. Although it still works and does not break on the new framework, it still bugs me that it is not using the improved functionalities of version 1.7.x. So I decided to recode the FreakAuth library to run better on the CI framework 1.7.x. I also took the liberty to replace the original captcha function with a new captcha system from recaptcha.net. I am by no means trying to take credit for the entire FreakAuth library as it is already a great piece of code done by those guys on 4webby.com. I merely improved it a little by recoding it to run on version 1.7.x, added a new captcha system and fixed a few minor bugs. I wish to share this new library with everyone and I hope it will save you as much time as it has for me. Please bear in mind that this work is done based on the exisiting FreakAuth_light v.1.1. I renamed the library to FreakAuth_recoded in order to avoid its getting mixed up with the original FreakAuth_light. Click here to download. |

My favourite people together-gether: Have a happy T [ ... ]
 
 
 
 
 
 
 
 

I've been developing many web applications using the 








