August 26th, 2008
It is often said, but one of the great things about the CodeIgniter project is the community that sprung up around it. Hardworking, smart, insightful, patient people. A true “open source” community willing to share in their time, expertise and enthusiasm. Too often these people don’t get the recognition they deserve. I just wanted to take a moment to mention one that I’ve always admired - FreakAuth.
FreakAuth is mostly driven by danfreak and grahack. The project is well documented, highly popular, and frankly, very useful. The kind of project we’re lucky to have. Show your appreciation by dropping them a “thank you” or as I did, make a small donation to a worthwhile project.
Thanks Dan and Grahack.
Continue reading “Freakauth : community driven CodeIgniter authentication”. Posted in
CodeIgniter with 8 comments 
August 25th, 2008
This release is mostly a bug-fix release, but includes a few features that I had been meaning to get around to, and also has some architectural changes that should allow for some neat things in the future. Mostly though, some real effort went into trying to make Bamboo as intuitive as possible - the growth in popularity has meant that I’m now seeing it installed in some rather “unconventional” server setups (GoDaddy… I hate you).
This version of Bamboo also includes an automated “new version check”. I’m hoping this will reduce the number of very old installations I’m seeing - the newer versions really are superior. The new version check is just a simple file read from the BambooInvoice website, no information is transmitted, but it can be easily disabled in Settings > Advanced Settings > Automatically check for new versions.
You can get the new version from the BambooInvoice website.
If you are a Bamboo user, and discover any issues with this version, please let me know and I’ll get them fixed right up.
Here’s a small sample from the changelog:
- Naming changes on “private” invoice notes.
- Further adjustments to how logos get included. I think this time all the issues are resolved.
- Uploading a logo now changes both the web and PDF views.
- Moved logo insertion code into a centralized location.
- Added “Edit” option to Ajax client contact creation, move text into language variables.
- Specified that logo inserts must be jpg or gif for PDF creation.
- Flushed out new version check tool in utilities. Its functional now.
Happy Bamboo’ing!
Continue reading “BambooInvoice 0.87 Release”. Posted in
BambooInvoice with 5 comments 
August 21st, 2008
An oft-requested feature has been implemented in CodeIgniter’s session class. If you use a database to store your session info, then all user data will now be in the database, rather then an encrypted cookie. From the subversion repository’s changelog
Updated the Sessions class so that any custom data being saved gets stored to a database rather than the session cookie (assuming you are using a database to store session data), permitting much more data to be saved.
More details available in the manual. Please read the svn upgrading instructions, as a new field needs to be added to the database for this.
Continue reading “CodeIgniter session changes when using a database”. Posted in
CodeIgniter with 15 comments 
August 15th, 2008
So, its undoubtedly the long nights of coding, and repeated triangle chokes I’ve been enduring, but I’ve had this 80’s song in my head and I can’t get it out. I don’t know the name of the song, or the artist, and I now consider it my personal mission to figure it out. This song is my white whale. Its a poorly rapped song, and between every verse is some dude in the background singing “you got to get up to get down… you got to get up to get down…“
I know that’s not much to go on… but if you’re a child of the 80s, it should be enough. Now I know all you whipper-snappers won’t know it, so if you want to participate, but don’t know the song, then just tell me what song was your white whale. Sharing in my misery will make me feel better ;)
Please, I beg you. If you know this song, throw me a lifeline! If you’ve never commented on a blog ever before in your life, make this a first.
Things are getting scary. A video search for “gotta get up to get down” brought me
this video, which is probably the single most scary thing I’ve ever watched. And yeah… I’m ashamed to say that I did watch nearly all of it. Its like a car accident… you know you shouldn’t look but you can’t avert your eyes..

I hereby pledge that ExpressionEngine 2 will not be released until I have an answer for this. Jones, Ellis, Camacho… you guys listening!
Continue reading ““You gotta get up to get down” - Name that tune”. Posted in
Personal with 25 comments 
August 12th, 2008
Quietly last night CodeIgniter gained the oft-requested ability to load libraries from subfolders.
Added the ability to store libraries in subdirectories within either the main “libraries” or the local application “libraries” folder.
Many more good things abound in CI-land.
Continue reading “CodeIgniter Libraries in subfolders”. Posted in
CodeIgniter with 3 comments 
August 05th, 2008
Courtesy of PHP::Impact ( [str Blog] ), here's a detailed "map" of the CodeIgniter system's file structure when loading files. Its beautiful.

Continue reading “Where’s that file coming from?”. Posted in
CodeIgniter with 9 comments 