feat:3.0.0版初次提交,新版将完全推倒重写

This commit is contained in:
sunxiyuan 2020-07-13 18:44:03 +08:00
parent e556c4b6d9
commit 39735249ee
293 changed files with 26908 additions and 475 deletions

View file

@ -0,0 +1,11 @@
<?php
/**
* Debug snippet: dumps current argument scope
*/
?><dl class="debug"><?php
foreach( $params as $prop => $value ): if( '_' !== substr($prop,0,1) ):?>
<dt><?php echo esc_html($prop)?></dt>
<dd><?php echo esc_html( json_encode($value,JSON_PRETTY_PRINT|JSON_UNESCAPED_SLASHES|JSON_UNESCAPED_UNICODE) )?></dd><?php
endif; endforeach?>
</dl>

View file

@ -0,0 +1,7 @@
<?php
/**
* Just show XML full page
*/
?>
<pre><?php $params->e('xml')?></pre>