 |
|
Innovation award
 Nominee: 1x |
This package can be used to create and manage one or more singleton objects.
There is one class that can manage one singleton object, assuring that only one instance of the class is created.
Another class can manage multiple singleton objects which are distinguished by name.
|
|
| Name: |
Simple Singleton and Multiton Class |
| Base name: |
singleton-multiton |
| Description: |
Create and manage one or more singleton objects |
| Version: |
1.0 |
| PHP version: |
5.0 |
| License: |
GNU Lesser General Public License (LGPL) |
| All time users: |
510 users |
| All time rank: |
4895 |
| Week users: |
2 users |
| Week rank: |
1363  |
| |
|
 August 2010
Number 10 |
Singleton is a common design pattern used to assure that only one object of a given class is created within the lifetime of a running script.
Sometimes you need to manage multiple singletons for different classes. This package can be used to manage the creation of multiple singletons within the same script.
Manuel Lemos |
| Ratings | Utility |
Consistency |
Documentation |
Examples |
Tests |
Videos |
Overall |
Rank |
| All time: |
Sufficient (66.7%) |
Sufficient (75.0%) |
- |
Not sure (58.3%) |
- |
- |
Not sure (46.7%) |
1743 |
| Month: |
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 |
|
|