Yii 2.0 Premium Edition
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
06 Jul 2016
The company needs to call the backend interface when making mobile phones. The main reason is that it wants to be safer, so it chooses Yii2.0. Because it has been using the Qee framework before, Yii is not particularly familiar with it. And later on when it made Ionic, it was even less familiar with the framework. Now let me (newbie) study how to write a set of Restful interfaces...
12 Jul 2016
Zend Framework development introductory classic tutorial, zendframework. A classic tutorial for getting started with Zend Framework development, zendframework. This article talks about knowledge points related to getting started with Zend Framework development. Share it with everyone for your reference, the details are as follows: Zend Framework released
30 Oct 2024
Using MySql with Entity Framework 4 and the Code-First Development CTPScott Guthrie's recent post on code-first development with Entity Framework...
24 Jun 2016
Schema? Modular, responsive front-end development framework
24 Jun 2016
Crumpet ? A very simple responsive front-end development framework
24 Jun 2016
Skeljs ? Front-end development framework for building responsive websites
09 Jul 2016
PHP MVC framework for web development (Smarty usage instructions),
24 Jun 2016
Agile Chinese produces HTML5 CSS3 JS mobile application development framework
24 Jun 2016
Semantic UI? A completely semantic front-end interface development framework
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.
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.
Write a small framework from scratch
This lesson takes a minimalist PHP development framework as an example to show you the basic functions that a PHP framework should have, as well as specific implementation methods, so that you can quickly have a clear understanding of the underlying implementation of the PHP development framework for the future. Learn practical development frameworks and lay a solid foundation.