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
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