📄 postfilter.showtemplatevars.php
字号:
<?php
/*
* Template Lite plugin converted from Smarty
* -------------------------------------------------------------
* File: postfilter.showtemplatevars.php
* Type: postfilter
* Name: showtemplatevars
* Purpose: Output code that lists all current template vars.
* -------------------------------------------------------------
*/
function template_postfilter_showtemplatevars($compiled, &$template_object)
{
$compiled = "<pre>\n<?php print_r(\$this->_vars); ?>\n</pre>" . $compiled;
return $compiled;
}
?>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -