ThinkPHP was born to simplify enterprise-level application development and agile WEB application development. It was first born in early 2006, and was officially renamed ThinkPHP on New Year's Day 2007, and was released under the Apache2 open source agreement. 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. And it has many original functions and features. With the active participation of the community team, it is continuously optimized and improved in terms of ease of use, scalability and performance.
thinkphp is an mvc framework?
thinkphp is an MVC framework. In addition to the basic MVC pattern implementation, it also provides database model association, validator and other common classes, which are very convenient to use.
Advantages of thinkphp:
1. Module mechanism
2. Parameter binding
3. Powerful ORM
4. Template syntax
5. Validator
6. Cookie
7. Developer Friendly
The above is the detailed content of Is thinkphp an mvc framework?. For more information, please follow other related articles on the PHP Chinese website!