CodeIgniter Forums
CI 2.0 & ACL library - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20)
+--- Forum: Archived General Discussion (https://forum.codeigniter.com/forumdisplay.php?fid=21)
+--- Thread: CI 2.0 & ACL library (/showthread.php?tid=31773)



CI 2.0 & ACL library - El Forum - 06-30-2010

[eluser]33cent[/eluser]
Hi,

i'm going to start a new project based on Codeigniter 2.0, and i'm in doubt, what ACL library to use. Adding Zend libraties doesn't attract me very much.

Any kind of advice is welcome.


CI 2.0 & ACL library - El Forum - 06-30-2010

[eluser]pickupman[/eluser]
+1 for Ion Auth. Ben & Phil are active both on the boards and the codebase. I believe they have a 2.0 version available.


CI 2.0 & ACL library - El Forum - 07-01-2010

[eluser]33cent[/eluser]
I will try it, it looks pretty easy to implement it. Thanks


CI 2.0 & ACL library - El Forum - 07-01-2010

[eluser]pickupman[/eluser]
It was very easy and lightweight. One of the nice features, all syntax goes through the library. The use a php5 feature that will load a model call if not found in the library. Makes it easy to remember the syntax since you just use $this->ion_auth for everything.


CI 2.0 & ACL library - El Forum - 07-01-2010

[eluser]Phil Sturgeon[/eluser]
Yep, and it supports 1.7.2 and 2.0. :-)