search
HomePHP FrameworkThinkPHPWhat is the difference between d() and m() in ThinkPHP

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.

What is the difference between d() and m() in ThinkPHP

#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!

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
What Are the Key Features of ThinkPHP's Built-in Testing Framework?What Are the Key Features of ThinkPHP's Built-in Testing Framework?Mar 18, 2025 pm 05:01 PM

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.

How to Use ThinkPHP for Building Real-Time Stock Market Data Feeds?How to Use ThinkPHP for Building Real-Time Stock Market Data Feeds?Mar 18, 2025 pm 04:57 PM

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

What Are the Key Considerations for Using ThinkPHP in a Serverless Architecture?What Are the Key Considerations for Using ThinkPHP in a Serverless Architecture?Mar 18, 2025 pm 04:54 PM

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

How to Implement Service Discovery and Load Balancing in ThinkPHP Microservices?How to Implement Service Discovery and Load Balancing in ThinkPHP Microservices?Mar 18, 2025 pm 04:51 PM

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

What Are the Advanced Features of ThinkPHP's Dependency Injection Container?What Are the Advanced Features of ThinkPHP's Dependency Injection Container?Mar 18, 2025 pm 04:50 PM

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

How to Use ThinkPHP for Building Real-Time Collaboration Tools?How to Use ThinkPHP for Building Real-Time Collaboration Tools?Mar 18, 2025 pm 04:49 PM

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

What Are the Key Benefits of Using ThinkPHP for Building SaaS Applications?What Are the Key Benefits of Using ThinkPHP for Building SaaS Applications?Mar 18, 2025 pm 04:46 PM

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

How to Build a Distributed Task Queue System with ThinkPHP and RabbitMQ?How to Build a Distributed Task Queue System with ThinkPHP and RabbitMQ?Mar 18, 2025 pm 04:45 PM

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

See all articles

Hot AI Tools

Undresser.AI Undress

Undresser.AI Undress

AI-powered app for creating realistic nude photos

AI Clothes Remover

AI Clothes Remover

Online AI tool for removing clothes from photos.

Undress AI Tool

Undress AI Tool

Undress images for free

Clothoff.io

Clothoff.io

AI clothes remover

AI Hentai Generator

AI Hentai Generator

Generate AI Hentai for free.

Hot Article

R.E.P.O. Energy Crystals Explained and What They Do (Yellow Crystal)
1 months agoBy尊渡假赌尊渡假赌尊渡假赌
R.E.P.O. Best Graphic Settings
1 months agoBy尊渡假赌尊渡假赌尊渡假赌
Will R.E.P.O. Have Crossplay?
1 months agoBy尊渡假赌尊渡假赌尊渡假赌

Hot Tools

Safe Exam Browser

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

WebStorm Mac version

Useful JavaScript development tools

SAP NetWeaver Server Adapter for Eclipse

SAP NetWeaver Server Adapter for Eclipse

Integrate Eclipse with SAP NetWeaver application server.

MinGW - Minimalist GNU for Windows

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

Atom editor mac version download

The most popular open source editor