When using public functions in ThinkPHP (a single entry file corresponds to an independent project), you can write a public function file in the Common folder and write the file name as common. php files are automatically loaded by the system. if they are written as other function names, they are not automatically loaded.
When using public functions in ThinkPHP (a single entry file corresponds to an independent project), you can write a public function file in the Common folder and write the file name as common. php files are automatically loaded by the system. if they are written as other function names, they are not automatically loaded, but there are two processing mechanisms.
1. manually load the file ('@. function') when using it. in this way, the file will be manually loaded. @ Indicates that it is in the Common folder under this project.
2. configure 'load _ EXT_FILE '=> 'function' in the configuration file ',
In ThinkPHP, _ PUBLICC _ is not a constant but a ing. it is the Public directory under the root directory by default and can be modified in the configuration file, 'tmpl _ PARSE_STRING '=> _ ROOT __. 'public '.