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 [...]

Read More..>>

How To : Basic Apache Mod Rewrite

Mod Rewrite is an Apache module that can be used to rewrites URL’s to a “prettier” string in the clients browser.
A great
For the leet SEO guys mod_rewrite is a must. The problem for most is understanding exactly how it maps actions to page views.
For a basic setup you would start by creating a virtual host [...]

Read More..>>