Home > Article > Backend Development > The difference between thinkphp and php
The difference between thinkphp and php
thinkphp is an mvc framework based on php. In short, thinkphp is just a product written in PHP. It is a framework that encapsulates some repetitive things.
Introduction to php
PHP is the "hypertext preprocessor" and is a general open source scripting language. PHP is a scripting language executed on the server side. It is similar to C language and is a commonly used website programming language. PHP's unique syntax mixes C, Java, Perl, and PHP's own syntax. It is conducive to learning and widely used. It is mainly suitable for the field of web development.
Introduction to thinkphp
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.
The above is the detailed content of The difference between thinkphp and php. For more information, please follow other related articles on the PHP Chinese website!