Author Archives for Brian Kelley

Sunrise on Lake Lewsville

November 27, 2010 10:17 pm Published by Comments Off on Sunrise on Lake Lewsville

Sunrise on Lake Lewsville from the south bank of the Little Elm peninsula


Bradford Pear

November 27, 2010 9:43 pm Published by Comments Off on Bradford Pear

Bradford Pear in my front yard in Little Elm TX


Simple File Caching Script

August 6, 2010 2:24 pm Published by Comments Off on Simple File Caching Script

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 23 Comments

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.