#Which one is easier, Yii or ThinkPHP?
ThinkPHP is relatively simple, because ThinkPHP is purely domestic, relatively down-to-earth, and the documentation is very comprehensive. The domestic user group is huge, there are more ways to solve problems, the community is relatively active, and it is very friendly to domestic novices. Of course, the disadvantage is that it is bloated and has poor performance.
ThinkPHP6 main new features
Adopt PHP7 strong typing (strict mode)
Support more PSR specifications
Multiple application support
ORM component independence
Improved middleware mechanism
More powerful and easy-to-use query
New event system
Support container invoke callback
Template engine component is independent
Middleware-based internal functions
SESSION mechanism improvement
Cache and log support multiple channels
Introducing Filesystem component
Improvements in Swoole and coroutine support
More friendly to IDE
Unify and streamline a large number of usages
Recommended tutorial: "ThinkPHP Tutorial 》
The above is the detailed content of Which one is easier, Yii or ThinkPHP?. For more information, please follow other related articles on the PHP Chinese website!