Package:
cSingleton
Summary:
Implements the singleton design pattern
Groups:
Design Patterns, PHP 5
Author:
Simon István
Description:
This class implements the singleton design pattern.
It should be extended by implementation classes so the singleton base class assures that only one instance of that extension class exists.