Difference: The M method is used to efficiently instantiate a basic model class; while the D method is used to instantiate a user-defined model class. The M method does not need to create a model class file, and the M method does not read the model class; while the D method must create a model class.
#The operating environment of this tutorial: Windows 7 system, thinkphp version 6, Dell G3 computer.
The difference between M method and D method
In ThinkPHP, both M method and D method are used to instantiate a model class, and M method is used is used to efficiently instantiate a base model class, while the D method is used to instantiate a user-defined model class.
The M method does not need to create a model class file. The M method does not read the model class, so automatic verification is invalid by default, but it can be achieved through dynamic assignment; and The D method must create a model class.
Use M method
If the following situation occurs, please consider using the M method:
When performing simple CURD operations on the data table without complex business logic
When only a few tables have relatively complex business logic, use the M method in combination with the instantiated CommonModel class.
The M method can even simply look at the data corresponding to the parameter table name. Table operations:
$User = M('User');
Use D method
If the following situation occurs, please consider using method D:
-
You need to use some advanced functions in the ThinkPHP model such as automatic verification function (implemented in the create() method), associated models, etc.
The business logic is relatively complex and involves many tables
The business logic is defined in a custom model class (under the Lib/Model directory) , and want to implement these business logic in the operation
In addition, D method does not support cross-project calls and needs to be used:
$User = D('User', 'Admin'); // 实例化 Admin 项目下面的 User 模型 $User = D('Admin.User'); // 启用了项目分组
Tips
After project grouping is enabled, the Model class does not necessarily correspond to the project grouping. Model classes shared among multiple project groups are placed in the Model directory and can be instantiated directly using D('ModelName'). And D('User.UserInfo') does not mean that User must be a project group, or it can just be a classification directory of files under Model. D('User.UserInfo') instantiates the UserInfo model in the User directory. kind.
Summarize
Both the M method and the D method can be used directly when the model class file does not exist, but obviously the M method is more efficient; but to use the business logic in the model class, you must use the D method.
A more vivid metaphor is: Method M is like a computer that has just installed the operating system and can only use some basic functions; Method D is like installing some application software such as Office and QQ on the installed system. The functions are more powerful, and at the same time the entire computer runs slower.
Related recommendations: The latest 10 thinkphp video tutorials
The above is the detailed content of What is the difference between d() and m() in ThinkPHP. For more information, please follow other related articles on the PHP Chinese website!

The article discusses ThinkPHP's built-in testing framework, highlighting its key features like unit and integration testing, and how it enhances application reliability through early bug detection and improved code quality.

Article discusses using ThinkPHP for real-time stock market data feeds, focusing on setup, data accuracy, optimization, and security measures.

The article discusses key considerations for using ThinkPHP in serverless architectures, focusing on performance optimization, stateless design, and security. It highlights benefits like cost efficiency and scalability, but also addresses challenges

The article discusses implementing service discovery and load balancing in ThinkPHP microservices, focusing on setup, best practices, integration methods, and recommended tools.[159 characters]

ThinkPHP's IoC container offers advanced features like lazy loading, contextual binding, and method injection for efficient dependency management in PHP apps.Character count: 159

The article discusses using ThinkPHP to build real-time collaboration tools, focusing on setup, WebSocket integration, and security best practices.

ThinkPHP benefits SaaS apps with its lightweight design, MVC architecture, and extensibility. It enhances scalability, speeds development, and improves security through various features.

The article outlines building a distributed task queue system using ThinkPHP and RabbitMQ, focusing on installation, configuration, task management, and scalability. Key issues include ensuring high availability, avoiding common pitfalls like imprope


Hot AI Tools

Undresser.AI Undress
AI-powered app for creating realistic nude photos

AI Clothes Remover
Online AI tool for removing clothes from photos.

Undress AI Tool
Undress images for free

Clothoff.io
AI clothes remover

AI Hentai Generator
Generate AI Hentai for free.

Hot Article

Hot Tools

Safe Exam Browser
Safe Exam Browser is a secure browser environment for taking online exams securely. This software turns any computer into a secure workstation. It controls access to any utility and prevents students from using unauthorized resources.

WebStorm Mac version
Useful JavaScript development tools

SAP NetWeaver Server Adapter for Eclipse
Integrate Eclipse with SAP NetWeaver application server.

MinGW - Minimalist GNU for Windows
This project is in the process of being migrated to osdn.net/projects/mingw, you can continue to follow us there. MinGW: A native Windows port of the GNU Compiler Collection (GCC), freely distributable import libraries and header files for building native Windows applications; includes extensions to the MSVC runtime to support C99 functionality. All MinGW software can run on 64-bit Windows platforms.

Atom editor mac version download
The most popular open source editor