Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/widuu/yafphp
https://github.com/widuu/yafphp
Last synced: 8 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/widuu/yafphp
- Owner: widuu
- Created: 2015-02-11T03:52:56.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-02-17T02:40:13.000Z (almost 10 years ago)
- Last Synced: 2024-11-13T22:12:07.670Z (2 months ago)
- Language: PHP
- Size: 176 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
#YAFPHP
###Yaf在php.ini中的配置
[yaf]
yaf.environ=widuu
yaf.use_namespace=1## Contributing
1. 登录
2. Fork
3. 创建您的特性分支 (`git checkout -b my-new-feature`)
4. 提交您的改动 (`git commit -am 'Added some feature'`)
5. 将您的改动记录提交到远程 git 仓库 (`git push origin my-new-feature`)
6. 然后到 coding 网站的该 git 远程仓库的 `my-new-feature` 分支下发起 Pull Request##Library
Register.php 注册服务
Model.php 模型服务
Driver.php 数据库抽象驱动
Database.php 单态模式的数据库实例化方法
Db\Pdo.php PDO驱动
Db\Mysql.php Mysql驱动