current location:Home > Technical Articles > PHP Framework > YII
- Direction:
- All web3.0 Backend Development Web Front-end Database Operation and Maintenance Development Tools PHP Framework Daily Programming WeChat Applet Common Problem Other Tech CMS Tutorial Java System Tutorial Computer Tutorials Hardware Tutorial Mobile Tutorial Software Tutorial Mobile Game Tutorial
- Classify:
-
- What is the difference between yii1.1 and yii2.0
- Differences: 1. Yii2.0 fully embraces Composer, while yii1.1 does not; 2. Almost every core class in Yii2.0 introduces namespaces, and the class name prefix "C" in version 1.1 is no longer used; 3. Yii2. 0 splits the CComponent class in 1.1 into two classes.
- YII 3201 2020-10-21 11:01:18
-
- Detailed explanation of addition, deletion, modification and query of Yii2.0 database operations
- 1. Simple query: one(): Returns the first record of the query based on the query results. all(): Returns all records based on query results. count(): Returns the number of records. sum(): Returns the total number of the specified column. average(): Returns the average of the specified column.
- YII 3033 2019-11-01 18:12:49
-
- The Yii3.0 era is coming, why not take a sneak peek?
- Just like when the Yii2.0 era came and Yii1.0 will eventually fade away, the launch of Yii3.0 version is bound to cause waves in the Yii framework. So what changes have been made in Yii3.0 compared to Yii2.0? The Yii3.0 framework is a skeleton application best suited for quick project creation.
- YII 5433 2019-11-01 18:13:21
-
- Create microservices using Yii2.0
- Breaking a large single application and service into several or even dozens of supporting microservices can scale individual components rather than the entire application stack to meet service level agreements. The traditional development model is to put all functions in one package, with basically no dependencies. This has the advantage of simple development and centralized management.
- YII 4135 2019-11-01 18:13:56
-
- Yii2 API interface output unified Json and jsonp format method
- If you are making an API, how can you enable others to have a unified standard json or jsonp format when they call your interface? However, everyone's agreement on the format and content of the json response is different, so we must do it before the data is sent out. Do some processing.
- YII 2775 2019-11-01 18:01:31
-
- Get started using the yii framework
- Yii is a high-performance PHP framework suitable for developing WEB 2.0 applications. You can check the features of Yii on the Yii Chinese official website (see foreign websites as well). The installation of Yii is very simple. The official provides direct download. After downloading, you can use it as long as you have a local PHP environment.
- YII 2617 2019-11-01 18:01:19