
Jan 2, 2010
Yesterday, we covered extending classes. Now in Object Oriented Programming, you can also create abstracted and interface classes. Abstracted classes are ones that cannot be used directly (they must be extended) and provide only a basic template of a class. Here is an example:
Continue Reading »

Jan 1, 2010
I hope this is going to be a good year. I’ve got many ideas and hopefully more time to build them. But above all, I feel like this year I need to take Douglas Adams’ most important advice to heart:
Yes, I got this in a fortune cookie, I kid you not.
Happy New Year!
May the robot uprising be swift and painless.

Jan 1, 2010
This it the real meat and potatoes of PHP. Classes contain methods (functions) and properties (variables). This basic concept is also known as encapsulation or information hiding.
Continue Reading »

Dec 31, 2009
Okay, let’s get though this before the new year! Finally this chapter will conclude with Header control, accessing cookies, and modifying sessions.
Continue Reading »

Dec 31, 2009
Okay, so I’m a day late, I’m sorry. Last night was very busy for me. Anyway, the next part is all about Web Programming. I’m going to assume you know basic HTML and form programming (as I do).
Continue Reading »