Recommend this page to a friend! |
Download |
Info | Files | Install with Composer | Download | Reputation | Support forum | Blog | Links |
Ratings | Unique User Downloads | Download Rankings | ||||
45% | Total: 1,129 | All time: 3,341 This week: 660 |
Version | License | PHP version | Categories | |||
singleton_class 1.0.5 | GNU General Publi... | 5.0 | PHP 5, Language, Design Patterns |
Description | Author | |||||||||||||||||||||||
In software engineering, a design pattern is a general solution to a common problem in software design. One of these design patterns is called the Singleton. It's purpose can be described quite briefly as follows: |
|
Files (3) |
File | Role | Description |
---|---|---|
singleton.class.php | Class | Singleton Class |
License.txt | Lic. | GPL License for sTonClass |
example.php | Example | example of use of singleton class |
The PHP Classes site has supported package installation using the Composer tool since 2013, as you may verify by reading this instructions page. |
Install with Composer |
Version Control | Unique User Downloads | Download Rankings | |||||||||||||||
0% |
|
|
User Ratings | ||||||||||||||||||||||||||||||
|
Applications that use this package |
If you know an application of this package, send a message to the author to add a link here.
Related pages |
This is a very common problem with almost all available singleton implantations. THANK GOD I FOUND A BETTER SOLUTION FOR MY READER... |
An in-depth analysis of singleton design pattern . |