https://github.com/craryprimitiveman/create-your-own-php-framework
构建自己的PHP框架
https://github.com/craryprimitiveman/create-your-own-php-framework
create framework php
Last synced: 5 months ago
JSON representation
构建自己的PHP框架
- Host: GitHub
- URL: https://github.com/craryprimitiveman/create-your-own-php-framework
- Owner: CraryPrimitiveMan
- License: mit
- Created: 2015-09-05T09:02:03.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2019-12-09T09:27:36.000Z (about 6 years ago)
- Last Synced: 2025-04-15T02:38:32.826Z (8 months ago)
- Topics: create, framework, php
- Size: 49.8 KB
- Stars: 146
- Watchers: 8
- Forks: 37
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# create-your-own-php-framework
构建自己的PHP框架
这个栏目暂时告一段落,前一部分比较像Yii,后一部分比较像Laravel,因为当时正在看相应框架的源码,所以会有不少借鉴参考。捂脸~
这个框架千万不要直接应用于生产环境,只是用来帮助大家理解PHP框架的实现机制。
* [搭建基本结构](https://github.com/CraryPrimitiveMan/create-your-own-php-framework/blob/master/01.md)
* [抽象框架的内容](https://github.com/CraryPrimitiveMan/create-your-own-php-framework/blob/master/02.md)
* [抽象Controller的基类](https://github.com/CraryPrimitiveMan/create-your-own-php-framework/blob/master/03.md)
* [定义ORM的接口](https://github.com/CraryPrimitiveMan/create-your-own-php-framework/blob/master/04.md)
* [实现Model类(1)](https://github.com/CraryPrimitiveMan/create-your-own-php-framework/blob/master/05.md)
* [实现Model类(2)](https://github.com/CraryPrimitiveMan/create-your-own-php-framework/blob/master/06.md)
* [实现Model类(3)](https://github.com/CraryPrimitiveMan/create-your-own-php-framework/blob/master/07.md)
* [创建组件的机制](https://github.com/CraryPrimitiveMan/create-your-own-php-framework/blob/master/08.md)
* [构建缓存组件(1)](https://github.com/CraryPrimitiveMan/create-your-own-php-framework/blob/master/09.md)
* [构建缓存组件(2)](https://github.com/CraryPrimitiveMan/create-your-own-php-framework/blob/master/10.md)
* [构建模版引擎(1)](https://github.com/CraryPrimitiveMan/create-your-own-php-framework/blob/master/11.md)
* [构建模版引擎(2)](https://github.com/CraryPrimitiveMan/create-your-own-php-framework/blob/master/12.md)
* [构建模版引擎(3)](https://github.com/CraryPrimitiveMan/create-your-own-php-framework/blob/master/13.md)
## Star history
[](https://starchart.cc/CraryPrimitiveMan/create-your-own-php-framework)
## 许可
本书系[孙广君](https://github.com/CraryPrimitiveMan)著,采用[知识共享署名-非商业性使用-禁止演绎 4.0 国际许可协议](https://creativecommons.org/licenses/by-nc-nd/4.0/deed.zh)许可。
