Using the Observer Design Pattern with Static Data in PHP 5

Monday, September 17th, 2007

In the vast terrain of object-oriented programming with PHP 5 working with static data members is an approach that provides developers with the capacity for building classes that are callable from outside the object context. It also lets them define properties that are shared by all the instances of ...

Understanding Static Properties with PHP 5

Wednesday, September 12th, 2007

The powerful object model offered by PHP 5 presents some useful features that are quite frequently underestimated by the average PHP developer. This is precisely the case with using static methods and properties in conjunction with the object-oriented paradigm thus if you re interested in learning how to put ...

Handling Static Data with PHP 5

Tuesday, September 11th, 2007

It s pretty common when using PHP to develop dynamic object-oriented applications. Every so often though you need to work with static data. This article will explain how to work with static data and static properties and show you how this ability can be useful in ...

Generating Outputs from MySQL with Static Members and Methods in PHP 5

Tuesday, October 10th, 2006

Trying to expand beyond the boundaries of your existing background by learning how to code and use static methods and properties inside your PHP 5 classes Then look no further. Welcome to the last part of the series Using static members and methods in PHP 5. Made ...

Introducing Static Members and Methods in PHP 5

Tuesday, October 3rd, 2006

Static properties and methods can be quite useful in a range of situations not merely for constructing a Singleton class. This article the first in a two-part series introduces the basic concepts of static properties and methods using plenty of hands-on examples.... Rackspace-Managed Servers, Fanatical Supportâ„¢ Full-Scale ...