Code Igniter User Permissions - A Simple Solution
Recently a client requested a massive user permission based application supporting thousands of articles and updateable permissions for their users. This was tough considering AFAIK - CI does not have a native model for this type of application, so I had to figure it out myself.
The application needed a way to determine a users permitted [...]
Comments(0)