Recommend this page to a friend! |
Classes of Alexey Dodonov | Mezon PHP Singleton Class | README.md | Download |
|
DownloadSingletonIntroThis class implements basic singleton pattern. UsageUsing singleton behaviour in your applications is so simple as it can be. Just extend the class Singleton, and enjoy using it! See the code:
That's all! You can see the Template Engine class for real usage of this pattern. |