mezon/singleton
最新稳定版本:1.0.1
Composer 安装命令:
composer require mezon/singleton
包简介
Simple singleton
README 文档
README
##Intro##
This class implements basic singleton pattern.
##Usage##
Using singleton behaviour in your applications is so simple as it can be. Just extend the class Singleton, and enjoy using it!
See the code:
// including all necessary files require_once( dirname( dirname( dirname( __FILE__ ) ) ).'/conf/conf.php' ); require_once( $MEZON_PATH.'/vendor/singleton/singleton.php' ); // creatingyour own class class MyClass extends Singleton { // methods and their implementations }
That's all!
You can see the Template Engine class for real usage of this pattern.
统计信息
- 总下载量: 1.74k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 2
- 点击次数: 1
- 依赖项目数: 2
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2020-02-13