home-code

示例❤源码


<!DOCTYPE html><html><head>
<meta charset='utf-8'>
<meta name='viewport' content='width=device-width,minimum-scale=1.0,maximum-scale=1.0,user-scalable=no'>
<title>参数扩展</title>
<meta name='robots' content='noindex, nofollow'>
<style type="text/css">
    h2{ margin-top:1rem !important; }
</style>
</head><body> 


<h2>参数扩展</h2>
<?php
$myvals 
glbConfig::parex('indoc_tpl.mytestval');
dump($myvals);
$myvald glbConfig::parex('indoc_tpl.mytestval.detail');
dump($myvald);
$mygroup glbConfig::parex('mygroup2');
dump($mygroup);
?>



</body></html>

-End-