Working With CodeIgniter’s Controller Scott Hummel, March 19, 2013 7 min read Let's face it, the app we've been building isn't much good without the ability to dynamically add tasks instead of...
Add CSS, Database Tables to Your CodeIgniter App Scott Hummel, March 4, 2013 4 min read In my last installment, we set up a framework so we could begin building the app we'll dig into today. Before we go any...
How to Build a To-Do App with CodeIgniter Scott Hummel, February 18, 2013 5 min read Now that I've introduced you to the framework, it's time to get started on our project. We're going to be creating a...
Modeling Data With CodeIgniter Scott Hummel, February 8, 2013 8 min read This is going to be the last chapter in my series on CodeIgniter before we begin our project. It's important to...
How to Build Controllers and Views with CodeIgniter Scott Hummel, January 31, 2013 7 min read Now that we have the CodeIgniter configuration out of the way, let's get started with our first controller. We'll also...
CodeIgniter: How to Configure the Framework Scott Hummel, January 17, 2013 7 min read In this, the second part of my series on working with CodeIgniter, we'll move into configuring the framework for use on...
Getting Started With CodeIgniter Scott Hummel, January 10, 2013 7 min read CodeIgniter is a popular PHP MVC framework that's developed a following for a variety of reasons: First, it's very well...
‘Hello, World’ and Other PHP Basics Scott Hummel, December 31, 2012 6 min read Since this is my first column on PHP for Dice, let's start at the beginning. The common convention in learning any...