学习资料:
Yaf(Yet Another Framework)用户手册
http://www.laruence.com/manual/index.html
laruence/yaf
https://github.com/laruence/yaf
php yaf框架开发扩展实践
http://www.01happy.com/php-yaf-ext-preface/
http://www.php.net/manual/zh/book.yaf.php
特点:
1、基于c语言开发;
2、以php扩展的形式安装(.so,.dll)
3、没有封装数据库操作的ORM
参考源码里面的test进行搭建demo。
原文:http://www.cnblogs.com/52fhy/p/4930223.html