Introduction
12 Jun 2009 @ 01:44PM

Updated: 25 Jan 2010 @ 01:44PM
The previous tutorials covered all the basics we need. With those completed, we're going to focus on building a more useful web application. In this case we'll be creating a blog application from scratch. This will allow a user to post blog entries, to display these entries to other people, and to allow other people to post responses.

We'll integrate all this functionality into a single web page to show what can be done with OO. We'll also be creating a few db tables to support it all. Due to the amount of code we'll be writing, I'll keep the line-by-line explanation to a minimum and just cover the general concepts of what I'm doing. Follow along and feel free to play with the code if it doesn't make sense to you.
Comments (0)