Home >PHP Framework >ThinkPHP >TP5 camel case naming templates must use underscores!
The following tutorial column will introduce to you about the use of underscores in tp5 camel case naming templates. I hope it will be helpful to friends in need!
Note: If our controller file is named in camel case, you need to use underscores to access the1. Define a class file named in CamelCase2. When accessing the URL, directly enter CamelCase to access it. Then an error is reported
The above is the detailed content of TP5 camel case naming templates must use underscores!. For more information, please follow other related articles on the PHP Chinese website!