Archive
January 2009
Maintaining different configurations for CodeIgniter across multiple environments can be a pain. Find out how to support multiple config settings and create a instance-wide flag to let you know which environment is being used.
Comments fixed!
I noticed last night that comments once again have been broken, so stayed up late fixing them along with several other bugs in this CMS. Consider them fixed!
How to: Clean username URL's in CodeIgniter
The URI segment system in CodeIgniter is a very handy thing, but sometimes not flexible enough to handle all your URL needs in one go. To have URL's like http://example.com/username and still maintain normal URI segment structure, read on.
How to recover files in Eclipse
Accidentally deleted your working copy/local files and Ctrl + Z just won't get them back? Find out how to recover almost any file using Eclipse's built in history/version tracking feature.
New service launched, CodeIgniter Web Hosting
While there may be many hosting solutions out there, how many of them are designed for CodeIgniter developers? Now the users have one!
DateTime objects - Start month, end month, first Monday, etc
Throw away strtotime and date() and check out PHP's funky DateTime objects for much greater control over your dates.
