Recommend this page to a friend! |
Download .zip |
Info | View files (3) | Download .zip | Reputation | Support forum | Blog | Links |
Last Updated | Ratings | Unique User Downloads | Download Rankings | |||||
2007-09-26 (9 years ago) | 48% | Total: 1,125 | All time: 3,225 This week: 1,042 |
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 |
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 |
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 |
common misunderstanding of a singleton This is a very common problem with almost all available singleton implantations. THANK GOD I FOUND A BETTER SOLUTION FOR MY READER... |
Singleton Tutorial An in-depth analysis of singleton design pattern . |