User-defined Interfaces in PHP 5: Turning MySQL Classes into Interface Implementers
Monday, January 2nd, 2006User-defined interfaces in PHP 5: Implementing (X)HTML Widgets
Monday, December 26th, 2005In this second part of the series you will learn the basics of object-oriented web page generation through the use of X HTML widgets. You will also see how objects implement the HTMLRenderer interface to explicitly define its functionality by using the toHTML ...
User-defined Interfaces in PHP 5: Introduction to Core Concepts
Monday, December 19th, 2005PHP5 takes users increasingly in the direction of object-oriented programming. The Standard PHP Library SPL is a new item that helps developers both with the creation of OOP applications and the maintenance of standardization. The SPL enables developers to work with user-defined interfaces. In this article the ...
