The CodeIgniter’s upload library is great. But it only works for single file uploads. So I thought that an extension to allow for multiple files […]
Continue readingImage_nation – a new CodeIgniter image library for automatic cropping and/or resizing of images
Please allow me to introduce to you another one of my libraries. This one is good for manipulating images. Every site that has images for […]
Continue readingUsing Composer PHP (and Git) behind a Proxy in Windows
We said good-bye to the PEAR packages, and hello to Composer. All is working fine at my home computer, but then I go to work […]
Continue readingLaravel 4 Model Events: Dynamicaly populate columns on insert/update
When I create some sort of admin panel, I usually want to know not only when a user created or edited an item (post), but […]
Continue readingLaravel 4: Verify if a route exists or not
Aren’t those error pages ugly when you try to link to a route that doesn’t exist?
Continue readingMulti-level menu in PHP – how to do it without killing yourself or the database in the process
Why don’t you take a look at this newer tutorial about creating a multi-level menu in PHP. It also has a Bootstrap Framework implementation 🙂 […]
Continue readingMeet my Matches – a PHP CLI script meant to expedite Codeigniter development
Maybe it’s too early to make the announcement, so I hope you will all be gentle with this script. I’m not saying this is THE SOLUTION to […]
Continue readingCodeigniter – Convert an array to object
I usually use the results that come from the models as objects (not as arrays). However, there are moments when I need to work with […]
Continue readingHow to use a “Cookbook” with Codeigniter
I was asked to do a review for Codeigniter 2 Cookbook, written by Rob Foster and published by Packt Publishing (to be honest, I actually […]
Continue readingCodeigniter: Install Swift Mailer using Composer
Composer is the new kid on the block. Composer is a tool used to distribute and manage packages. I first heard of it while taking […]
Continue reading