Tag:Dynamic configuration
-
Dynamic configuration, extended configuration and batch configuration of ThinkPHP framework configuration
This paper describes the dynamic configuration, extended configuration and batch configuration of ThinkPHP framework configuration operation. For your reference, the details are as follows: Dynamic configuration Format: C (‘parameter name ‘,’ new parameter value ‘) For example, we can use the //Dynamically changing cache expiration C(‘DATA_CACHE_TIME’,60); The dynamic configuration assignment is only valid for the […]