action()}" in the view."/> action()}" in the view.">
Home > Article > PHP Framework > How to get the method name in the template in thinkphp5
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.
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!