PHP is a scripting language executed on the server side, and thinkphp is an object-oriented lightweight PHP development framework, an MVC framework based on PHP. Simply put, thinkphp is a framework developed using the PHP language.
The operating environment of this tutorial: Windows 7 system, thinkphp v5.1 version, Dell G3 computer.
PHP is "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.
Thinkphp is a PHP development framework, an MVC framework based on PHP. Simply put, thinkphp is a framework developed using the PHP language.
ThinkPHP is a free, open source, fast and simple object-oriented lightweight PHP development framework, which was born for agile WEB application development and simplified enterprise application development.
ThinkPHP can support server environments such as windows/Unix/Linux. The official version requires PHP5.0 or above. It supports MySql, PgSQL, Sqlite databases and PDO extensions. The ThinkPHP framework itself has no special module requirements. The specific application system operating environment requirements depend on the modules involved in development.
Using ThinkPHP, you can develop and deploy applications more conveniently and quickly. Of course, it is not just enterprise-level applications. Any PHP application development can benefit from the simplicity, compatibility and speed of ThinkPHP.
[Related tutorial recommendations: thinkphp framework]
The above is the detailed content of What is the relationship between php and thinkphp?. For more information, please follow other related articles on the PHP Chinese website!