Simple Singleton

Package:
Simple Singleton
Summary:
Create singleton objects
Groups:
Design Patterns, PHP 5
Author:
freedelta
Description:
This is a simple class that can be used to create singleton objects.

When requested, it can create an instance of the class itself and store it as static variable.

If the class object was already created and stored in the static variable, the class returns that object.


Powered by Gewgley