Home>Article>PHP Framework> What is the difference between thinkcmf and thinkphp

What is the difference between thinkcmf and thinkphp

WBOY
WBOY Original
2022-02-15 14:13:03 3115browse

Difference: 1. thinkphp is an MVC open source framework based on PHP, while thinkcmf is a Chinese content management framework based on secondary packaging of ThinkPHP and MYSQL; 2. thinkphp uses the PHP language to encapsulate some classes, while thinkcmf is Network request framework based on AFN encapsulation.

What is the difference between thinkcmf and thinkphp

The operating environment of this article: Windows 10 system, ThinkPHP5 version, Dell G3 computer.

What is the difference between thinkcmf and thinkphp

ThinkCMF

ThinkCMF is a Chinese content management framework developed based on ThinkPHP MYSQL. ThinkCMF proposes a flexible application mechanism. The framework itself provides basic management functions, and developers can expand it in the form of applications according to their own needs. Each application can complete its own tasks independently, and can also call other applications through the system to work together. Under this operating mechanism, users who develop market applications do not need to care about how they work when developing SNS applications, but they can coordinate with each other through the system itself, greatly reducing development costs and communication costs [1] .

Ordinary CMS (content management system) generally cannot meet all requirements, and because CMS only exists in the form of an application inside ThinkCMF, so using ThinkCMF you can use CMS to manage your content and use movies The website system is used to manage videos, and the e-commerce system is used to manage e-commerce websites. These programs are not affected and you can add or remove applications in a modular manner.

ThinkCMF itself has a very clear hierarchy and rigorous logic. In particular, the portal application that comes with the system is very suitable for PHP beginners. Using the domestic excellent open source PHP framework ThinkPHP, ThinkCMF has excellent performance and good security.

ThinkPHP

ThinkPHP is an open source lightweight PHP framework born to simplify enterprise-level application development and agile WEB application development.

was first born in early 2006. It 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. [1]

ThinkPHP is a fast, compatible and simple lightweight domestic PHP development framework. It was born in early 2006, formerly known as FCS. It was officially renamed ThinkPHP on New Year's Day in 2007. It is released under the Apache2 open source agreement and is derived from Struts The structure was transplanted and improved and perfected. At the same time, it also learned from many excellent foreign frameworks and patterns, using object-oriented development structure and MVC pattern, integrating the ideas of Struts and TagLib (tag library), RoR's ORM mapping and ActiveRecord. model.

Relationship:

thinkPHP is an MVC open source framework based on PHP. thinkphp uses some classes encapsulated in the PHP language, which can speed up project development and have better code specifications.

ThinkCMF is a Chinese content management framework based on ThinkPHP MYSQL secondary encapsulation. Similar to iOS development, CoderZBNetManager is a network request framework based on AFN encapsulation.

Recommended learning: "PHP Video Tutorial"

The above is the detailed content of What is the difference between thinkcmf and thinkphp. For more information, please follow other related articles on the PHP Chinese website!

Statement:
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