This package can be use as the base for implementing the singleton design pattern.
It provides a simple interface definition that all classes can use to implement singletons.
The package also comes with an autoload to load classes or interfaces with the Zend framework if available, or directly from class files otherwise.
|
|
| Name: |
Singleton Interface |
| Base name: |
singleton_interface |
| Description: |
Implementation of the singleton design pattern |
| Version: |
- |
| PHP version: |
5.0 |
| License: |
GNU General Public License (GPL) |
| All time users: |
840 users |
| All time rank: |
3612 |
| Week users: |
0 users |
| Week rank: |
2173  |
| |
|
| There are not enough user ratings to display for this class. |
| |
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 |
|
|
| File |
Role |
Description |
Interface.php |
Class |
Interface for singletons classes |