 |
|
Innovation award
 Nominee: 3x |
This class implements the singleton design pattern.
It provides an interface that has a constructor function that once called stored objects of each singleton class in static array class variable.
This way the objects of a singleton class are only instantiated once.
|
|
| Name: |
Multi Singleton |
| Base name: |
multi-singleton |
| Description: |
Implementation of the singleton design pattern |
| Version: |
1.0 |
| PHP version: |
5.3.0 |
| License: |
GNU General Public License (GPL) |
| All time users: |
701 users |
| All time rank: |
4048 |
| Week users: |
0 users |
| Week rank: |
2072  |
| |
|
 November 2009
Number 5
Prize: One copy of the Zend Studio |
Singleton is a design pattern that assures that only one instance of an object is created.
Usually, each class defines its own implementation of the singleton design pattern.
This class can manage singletons of multiple classes.
Manuel Lemos |
| Not yet rated by the users |
| |
Applications that use this class |
|
|
No application links were specified for this class.

If you know an application of this package, send a message to the
author to add a link here.
| |
Files |
|
|