search
HomePHP FrameworkThinkPHPIntroducing ThinkPHP empty operations and empty controller processing

The following tutorial column will introduce to you about ThinkPHP empty operations and empty controller processing. I hope it will be helpful to friends in need! ThinkPHP empty operation, empty controller processing

1. No-operation processing

First look at the effect:
For me, I do not have a hello method in the IndexController.class.php file. If I try When accessing this method, the following information will be reported:

Note: The essence of a no-op: an object (controller) calls a method that does not exist



For developers who understand ThinkPHP From a human perspective, it is easy to see that the backend of this website uses the ThinkPHP framework. So how do we block these problems? That's what we're going to talk about today.

Solution 1, add a __call($method,$argvs) method in the controllerIntroducing ThinkPHP empty operations and empty controller processing

Introducing ThinkPHP empty operations and empty controller processing ##In this way, when you access the hello method again, the controller's __call($method,$args) method will be called by default.

but! When we have many controllers, do I need to write a __call($method,$args) method for each controller? Obviously unreasonable! Therefore, we need to write this method into the parent class of the controller, just through inheritance. When we go into Controller.class.php, we can find the __call() method, because TP has already done it for us. In his mind, it depends on whether we have defined a method called _empty() in the controller. . If defined, call this methodIntroducing ThinkPHP empty operations and empty controller processing

The location of the common controller parent class: ThinkPHP/Library/Think/Controller.class.php

Solution 2

Create a template with the same name for the name of the empty operation, and the system will automatically call the template.

2. Empty controller processing

Because there is no BeijingController.class.php file, an error is reported! !

After analyzing the source code of the TP framework, we have the following solution

Introducing ThinkPHP empty operations and empty controller processing
So, we need to define an empty controller. When we access a controller that does not exist, an error will be reported to us according to the error we specified.

Introducing ThinkPHP empty operations and empty controller processing

Okay, let’s stop talking about empty operations and empty controllers O(∩_∩)O~

Introducing ThinkPHP empty operations and empty controller processing

Related recommendations:

The latest 10 thinkphp video tutorials

The above is the detailed content of Introducing ThinkPHP empty operations and empty controller processing. For more information, please follow other related articles on the PHP Chinese website!

Statement
This article is reproduced at:segmentfault. If there is any infringement, please contact admin@php.cn delete

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

Video Face Swap

Video Face Swap

Swap faces in any video effortlessly with our completely free AI face swap tool!

Hot Tools

ZendStudio 13.5.1 Mac

ZendStudio 13.5.1 Mac

Powerful PHP integrated development environment

mPDF

mPDF

mPDF is a PHP library that can generate PDF files from UTF-8 encoded HTML. The original author, Ian Back, wrote mPDF to output PDF files "on the fly" from his website and handle different languages. It is slower than original scripts like HTML2FPDF and produces larger files when using Unicode fonts, but supports CSS styles etc. and has a lot of enhancements. Supports almost all languages, including RTL (Arabic and Hebrew) and CJK (Chinese, Japanese and Korean). Supports nested block-level elements (such as P, DIV),

Atom editor mac version download

Atom editor mac version download

The most popular open source editor

VSCode Windows 64-bit Download

VSCode Windows 64-bit Download

A free and powerful IDE editor launched by Microsoft

Zend Studio 13.0.1

Zend Studio 13.0.1

Powerful PHP integrated development environment