Home > Backend Development > PHP Tutorial > The first Chinese member of the PHP development team and his Yaf_PHP tutorial

The first Chinese member of the PHP development team and his Yaf_PHP tutorial

WBOY
Release: 2016-07-20 10:58:05
Original
839 people have browsed it

The PHP development team finally has Chinese participation. Recently, Laruence (http://www.laruence.com), real name Hui Xinchen, joined the PHP language official development team. Do PHP students must be familiar with him. His blog, Fengxuezhiyu, has published many articles related to PHP source code analysis and extension development.

The PHP framework Yaf, which he developed using PHP extensions, has also entered PHP The official extension library (http://pecl.php.net/package/yaf), this framework draws on the design of Zend Framework, the most popular PHP development framework at present, and the migration cost is very low. However, the English documentation of Yaf is still very imperfect: http://www.php.net/manual/en/book.yaf.php, the Chinese documentation is slightly better: http://yaf.laruence.com/manual/

Yaf’s advantages:

1. The PHP framework developed in C language brings almost no additional performance overhead compared to native PHP.

2. All framework classes do not need to be compiled and are started in PHP is loaded at the time, and resides in the memory.

3. Shorter memory turnover cycle, improves memory utilization, and reduces memory occupancy.

4. Smart automatic loading. Supports global and Two local loading rules facilitate class library sharing.

5. High-performance view engine.

6. Highly flexible and extensible framework, supports custom view engines, supports plug-ins, supports Custom routing, etc.

7. Built-in multiple routes, compatible with various common routing protocols.

8. Powerful and highly flexible configuration file support. And support Cache configuration files to avoid performance losses caused by complex configuration structures.

9. In the framework itself, dangerous operating habits are prohibited.

10. Faster execution speed, Less memory usage.

Yaf has now attracted the attention of many people abroad, including the author of Zend Framework, who also recommended Yaf on twitter:

julienPauli:

pecl/yaf finally made it: A framework, inspired by ZendFramework, entirely written in a C extension


www.bkjia.comtruehttp: //www.bkjia.com/PHPjc/445717.htmlTechArticleThe PHP development team finally has Chinese people participating. Recently, Laruence (http://www.laruence.com), His real name is Hui Xinchen, and he has joined the official PHP language development team. Students who are doing PHP must be familiar with him, his...
Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template