ThinkPHP is a free, open source, fast and simple object-oriented lightweight PHP development framework. It was born for agile WEB application development and simplified enterprise application development.
ThinkPHP has been adhering to the simple and practical design principle since its birth. While maintaining excellent performance and minimal code, it also focuses on ease of use. Publishing under the Apache2 open source license agreement means that you can use ThinkPHP for free, and even allow the applications you develop based on ThinkPHP to be open source or released/sold as commercial products.
ThinkPHP5.1 has further improved the underlying architecture on the basis of 5.0, introduced new features, and improved version requirements.
Another fact is that version 5.1 seems to be more developer-friendly, reflected in a more intuitive directory structure, more intuitive debugging output, and more intuitive code prompts.
ThinkPHP5.1 operating environment requires PHP5.6. Although it does not support seamless upgrade of 5.0, the upgrade process is not complicated (please refer to the upgrade guide). The 5.1.* version can basically support seamless upgrade.
This article comes from the ThinkPHP framework technical article column: http://www.php.cn/phpkj/thinkphp/
The above is the detailed content of what thinkphp can do. For more information, please follow other related articles on the PHP Chinese website!