CodeIgniter Forums
ACL Class - Own or Zend - 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: ACL Class - Own or Zend (/showthread.php?tid=18583)



ACL Class - Own or Zend - El Forum - 05-11-2009

[eluser]opel[/eluser]
I have been searching the forum and confused whether to write my own or integrate the Zend_ACL like a few people have done on the board.

Any opinions please, is Zend more secure ?


ACL Class - Own or Zend - El Forum - 05-11-2009

[eluser]Dam1an[/eluser]
What features and functionality do you need from an ACL, as there's a number of CI ones floating around as well as the Zend one


ACL Class - Own or Zend - El Forum - 05-12-2009

[eluser]opel[/eluser]
I have set up a administrators table where they can select a role via a foreign key select box and also a table that contains all my controllers/methods. All I am looking to do is have an ACL that will looked to check if the role of the logged in administrator permits them to view the controller/method inside the admin directory ?

I was going to role my own but don't want to reinvent the wheel.


ACL Class - Own or Zend - El Forum - 05-12-2009

[eluser]opel[/eluser]
Is there any CI ACL Libraries you would recommend. I looked at Freaky Auth and Redux early on in my CI coding career but they didn't really fit.


ACL Class - Own or Zend - El Forum - 05-12-2009

[eluser]Thorpe Obazee[/eluser]
You could check wiredesignz's ACL Class