Skip to content

Latest commit

 

History

History
27 lines (16 loc) · 650 Bytes

README.md

File metadata and controls

27 lines (16 loc) · 650 Bytes

yaf-quiet

快速使用yaf开发项目

使用方法:

1、服务器必须先安装了yaf扩展,并且开启了命名空间 (yaf手册:http://www.laruence.com/manual/index.html)

2、将yaf-quiet上传至服务器,配置下conf目录下的application.ini配置文件 改动下数据库的账号密码就好了。如果配置都对,浏览器访问站点即可看到 hello world!

3、项目开发可参考Index.php以及Test module,里面有实例

集成的类库:

1、文件缓存和redis缓存

2、PDO

3、图片上传以及裁剪

4、日志类,使用了monolog

5、分页

6、smarty模板引擎

7、composer