action()}" in the view."/> action()}" in the view.">

Home  >  Article  >  PHP Framework  >  How to get the method name in the template in thinkphp5

How to get the method name in the template in thinkphp5

藏色散人
藏色散人Original
2022-01-06 14:25:272495browse

thinkphp5 method to get the method name in the template: 1. Open the corresponding tp file; 2. Get it directly through "{:request()->action()}" in the view.

How to get the method name in the template in thinkphp5

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

How to get the method name in the template in thinkphp5?

I heard that the tp3 version is ACTION_NAME, but it doesn’t seem to work in tp5?

Is there any quick way to get it?

it's actually really easy!

Just put it directly in the view {:request()->action()} That’s it.

Recommended learning: "The latest 10 thinkphp video tutorials"

The above is the detailed content of How to get the method name in the template in thinkphp5. 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