Building a CMS course will be online next January 10 Dec 2012 | 0 Comments Tutorials I got a lot of questions from people asking me when the course 'Build a CMS with Codeigniter' will be online on tutsplus.com. Well folks, it's been announced for release Jan... Read more
Building a CMS with Codeigniter series on Tutsplus 17 Nov 2012 | 0 Comments Tutorials I recorded a series of video tutorials for Tutsplus.com called 'Building a CMS with Codeigniter'. This followed the tutorials I did for Codeigniter.tv. For those, I got a lot of ... Read more
A helper function for retrieving a value from an object or array 10 Nov 2012 | 0 Comments PHP I'm a sucker for neat little utility functions that make my life as a developer so much simpler. Here's one I use on a regular basis. It has earned a place in my general_helper f... Read more
Dump helper as an alternative to var_dump() 7 Nov 2012 | 0 Comments PHP When you user var_dump() a lot for debugging it can become quite cumbersome to try and make something of the spaghetti it throws at you. This helper utility function is in my general_helpe... Read more