PHP Tutorial #2: Object-Oriented PHP4 vs Object-Oriented PHP5 (Intermediate)

Posted on February 17, 2009 at 7:41 pm by Collin Klopfenstein.
Categories: PHP Tutorials

Personally, when I write Web applications in PHP, I love to use classes. They just make things easier, if used properly, in my opinion. When I first started writing object-oriented PHP (OOPHP), PHP5 was not released yet. Needless to say, when PHP5 came out, I had to relearn a few things in order to write proper OOPHP. In this article, we’ll be exploring the differences between object-oriented programming (OOP) in PHP4 vs. PHP5. more…

no comments

PHP Tutorial #1: PHP Basics (Beginner)

Posted on February 16, 2009 at 6:30 pm by Collin Klopfenstein.
Categories: PHP Tutorials

Ok, so this begins my series of PHP Tutorials. I’m planning on doing some for other languages. These tutorials will not usually be in any particular order, and usually, unless otherwise specified, they will not be directly related, though some may use things discussed in previous tutorials. Each tutorial will be ranked either beginner, intermediate, or advanced. So, here goes!

In this tutorial, we’ll be going over the very basics of using PHP in a web page.
more…

2 comments