These two days to learn the yaf frame of bird brother, here put a little learning materials and test water, need to follow the data to see it.
1.download the YAF code from Github:https://github.com/denglitong/yaf.git
2.install as the YAF manual guide:http://www.laruence.com/manual/http://php.net/manual/zh/book.yaf.php
3.add extension=yaf.so in php.ini in Linux
4.copy the Php_yaf.dll in ext. Directory of PHP and add Extension=php_yaf.dll in Windows
5.restart your Web server
One of the realizations is that the framework is somewhat invisible to the framework and other frameworks written in PHP, but it is equivalent to being built into the language. Although the download of Php-yaf-doc in the editor can function completion, but because it is developed with the extension, the function source code is not visible, so I just in the study manual to understand some basic common usage, when needed to learn.