Tag Archive: script

Simple File Caching Script

August 6, 2010 2:24 pm Published by

On a recent project, I needed a quick, easy and simple caching function for XML files, so whipped up this little function. The function is pretty straight forward to use as it only needs the URL of the file, the cache file location, and the amount of time to cache it for.

Simple ACL Class for CodeIgniter

August 6, 2010 2:23 pm Published by

Hey guys, I was originally using an ACL Class that was posted on net tuts. After scouring the internet for an ACL plugin that was similar to the net tuts one I opted to just adapt the net tuts one since I couldn't find one similar. I tried out the Zend ACL library but it didnt (that i saw) have the same functionality.