Yii 2.0.30
All resources on this site are contributed by netizens or reprinted by major download sites. Please check the integrity of the software yourself! All resources on this site are for learning reference only. Please do not use them for commercial purposes. Otherwise, you will be responsible for all consequences! If there is any infringement, please contact us to delete it. Contact information: admin@php.cn
Related Article
12 Jul 2016
Yii framework form model and validation usage, yii framework form model. Yii framework form model and verification usage, yii framework form model This article describes the Yii framework form model and verification usage with examples. Share it with everyone for your reference, the details are as follows: Form model
12 Jul 2016
Interpret the request and response processing flow in PHP's Yii framework, yii framework. Interpret the processing flow of requests and responses in PHP's Yii framework. Yii framework 1. Requests Requests: An application's request is represented by the yiiwebRequest object, which provides
12 Jul 2016
Summary of usage of Yii framework to upload pictures, Yii framework to upload pictures. Summary of the usage of Yii framework to upload pictures, yii framework to upload pictures. This article describes the usage of Yii framework to upload pictures. Share it with everyone for your reference, the details are as follows: Yii provides CUloadade
12 Jul 2016
In-depth analysis of the caching function in PHP's Yii framework, yii framework. In-depth analysis of the caching function in PHP's Yii framework. Yii framework data caching refers to storing some PHP variables in the cache and retrieving them from the cache when used. It also has more advanced caching features
12 Jul 2016
An explanation of the definition and binding methods of behavior in PHP's Yii framework, yii framework. An explanation of the definition and binding methods of behavior in PHP's Yii framework. Defining behavior in the yii framework To define behavior, create a class by inheriting yiibaseBehavior or its subclass. For example: namespace a
12 Jul 2016
Detailed explanation of the installation and use of extensions in PHP's Yii framework, yii framework. Detailed explanation of the installation and use of extensions in PHP's Yii framework. Yii framework extensions are specially designed software packages that can be used at any time in Yii applications and can be redistributed. For example, yiisoft/yi
12 Jul 2016
Method to remove the behavior bound to a component in PHP's Yii framework, yii framework. The method of removing the behavior bound to the component in PHP's Yii framework. To remove the behavior in the Yii framework, you can call the yiibaseComponent::detachBehavior() method and implement it with the name associated with the behavior:
12 Jul 2016
Detailed explanation of Yii framework components and event behavior management, Yii behavior management. Detailed explanation of Yii framework components and event behavior management, yii behavior management This article describes Yii framework components and event behavior management with examples. Share it with everyone for your reference, the details are as follows: Yii is a
12 Jul 2016
Detailed explanation of attribute injection and method injection of component behavior in PHP's Yii framework, yii framework. Detailed explanation of attribute injection and method injection of component behavior in PHP's Yii framework. Yii framework behavior attribute and method injection principle. Above we learned that the purpose of behavior is to combine its own attributes with
Hot Tools
ThinkPHP5.0 full version
ThinkPHP5.0 version is a subversive and reconstructed version. The official team spent ten months and devoted a lot of time and energy to adopt new architectural ideas, introduce more new PHP features, optimize the core, reduce dependencies, and achieve It has real lazy loading, supports composer, and has made a lot of optimizations for API development, including routing, logs, exceptions, models, databases, template engines and verification modules, which have been reconstructed and are not suitable for upgrading the original 3.2 project. Please carefully consider upgrading commercial projects, but it is definitely the first choice for new projects (whether it is WEB or API
Laravel 5.4 one-click installation package
Laravel is a simple and elegant PHP Web development framework (PHP Web Framework). It can free you from messy codes like noodles; it can help you build a perfect network APP, and every line of code can be concise and expressive. Laravel 5.4 brings many new features and improvements to existing functionality.
Yii 2.0 Premium Edition
Yii is a high-performance PHP framework for developing Web2.0 applications. Yii 2.0 completely rewrites Yii above PHP 5.4.0 and is fully compatible with PHP 7.x. It is designed to be a state-of-the-art new generation PHP development framework. Yii2.0 is not compatible with 1.1.
Zend Framework 2.4.3 full version
Zend Framework 2 is an open source framework for developing web applications and services using PHP 5.3+. Zend Framework 2 uses 100% object-oriented code and takes advantage of most of the new PHP 5.3 features, namely namespaces, lazy static binding, lambda functions and closures. The composition structure of Zend Framework 2 is unique; each component is designed with a number of dependencies on other components. ZF2 follows SOLID object-oriented design principles. Such a loosely coupled structure allows developers to use any component they want. We call this "loose coupling"
CodeIgniter-3.1.3 stable version
CodeIgniter is a small but powerful PHP framework. As a simple and "elegant" toolkit, it can help developers build fully functional web applications. CodeIgniter 3.1.3 is the latest stable version of the framework. This version has many improvements over version 2.x, especially database, session and encryption. This version is currently under continuous improvement.