Welcome Guest, Not a member yet? Register   Sign In
myAuth - ACL Auth Library
#1

[eluser]Unknown[/eluser]
myAuth is my first go at a library that is self contained for code igniter

Code : myAuth on Github

Happy for feedback and changes to it, so that it can be utilised a lot more than just for me, but I would be happy if others want to look at it and help it progress to.

Currently it is used in a Intranet development that only needs the basics.

This isn't for beginners as there are no instructions quite yet ( working on it ), there is no back end ( I use phpMyAdmin to make changes ). I would like to think however that the code is readable and well structured enough for confident coders to understand and use.

Also Note permissions are built on the below code

Code:
$permission = $this->router->fetch_class().'_'.$this->router->fetch_method();





Theme © iAndrew 2016 - Forum software by © MyBB