xiidea / ezRbac

A simple yet easy to implement Role Based Access Control Library for popular PHP framework Codeigniter
http://xiidea.github.io/ezRbac/
86 stars 39 forks source link

Are you intend to support it for Codeigniter 3 #19

Closed aa6my closed 8 years ago

aa6my commented 9 years ago

Would be appreciate.

ronisaha commented 8 years ago

Yes have plan for that

schorschie commented 8 years ago

This may be a stupid question, but does it not work in general with CodeIgniter 3.0.3 ? I'm trying to run it on my localhost, but when going to /rbac/gui I route to my welcome message :(

ronisaha commented 8 years ago

@schorschie : As of CodeIgniter 3 the file name convention hasbeen changed, so for current release it may not work on linux machine. but it should still work on windows machine. You can rename all the class file as ucfirst (Like ezuri->Ezuri ). then it should work

aa6my commented 8 years ago

thanks @ronisha

ronisaha commented 8 years ago

Library updated to support CI-3