Home > PHP Framework > ThinkPHP > What is the relationship between php and thinkphp?

What is the relationship between php and thinkphp?

青灯夜游
Release: 2021-12-24 17:04:32
Original
3255 people have browsed it

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.

What is the relationship between php and thinkphp?

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!

Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template