Home  >  Article  >  Backend Development  >  PHP study notes (5)_PHP tutorial

PHP study notes (5)_PHP tutorial

WBOY
WBOYOriginal
2016-07-13 10:32:18920browse

As a qualified PHP development framework, I personally feel that it needs to meet at least the following points.

1. The upper beam is not straight and the lower beam is crooked. A good framework must first have good coding standards and file directory structure, and the code must be easy to read and understand.

2. In order to better adapt to OOP, the framework must provide a fully functional universal type loading system.

3. The framework must have a complete processing mechanism

4. The framework can provide good scalability, and it is best to be compatible with codes using other frameworks.

All things considered

If you are pursuing operating efficiency, I will choose Phalcon. Phalcon is written in C and compiled into a PHP extension. It is known as the fastest PHP framework.

If you are pursuing development efficiency and code maintainability, you should choose Laravel. This framework design is very good in code design and integrates the excellent design ideas of some other language frameworks.

www.bkjia.comtruehttp: //www.bkjia.com/PHPjc/755939.htmlTechArticleAs a qualified PHP development framework, I personally feel that it needs to meet at least the following points. 1. The upper beam is not straight and the lower beam is crooked. A good framework must first have good coding standards and file directory structure...
Statement:
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