Variable rule cannot be defined
青萍微澜
青萍微澜 2019-12-30 18:33:58
0
0
1190

return [
// Whether to enable routing
'url_route_on'=> true,
// Whether to force the use of routing
'url_route_must'=> false,
// URL Parameter mode 0 Parse in pairs by name 1 Parse in order
'url_param_type'=> 1,
];


##think\Route::get( 'test/:name/:age','index/index/test',[],[

'name'=>'[a-zA-Z] &#

青萍微澜
青萍微澜

reply all(0)
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template