<? scriptify_com: { assert(enterprise_scripting != oxymoron); } ?>
home
about
speakings
writings
contact
 

"OO in PHP 5: Interfaces, Static Methods & More"

These are the notes used for a verbal presentation to the Nashville Users Group on February 10, 2005

A whirlwind tour of general object oriented programming in PHP, followed by a more in-depth tutorial regarding OO functionality new in PHP 5, including interfaces and static methods, using the everyday, practical context of database connectivity and persistence.
  1. Why Use Objects?
  2. Basic OO with PHP4
  3. Intermediate OO with PHP5:
  4. Advanced OO with PHP5:
  5. Further Reading
Start>>