Template:简单PHP模板引擎

时间:2021-04-14 21:56:50
【文件属性】:
文件名称:Template:简单PHP模板引擎
文件大小:23KB
文件格式:ZIP
更新时间:2021-04-14 21:56:50
PHP 简单模板引擎版本2.1 一个非常简单的模板引擎(不再是很多)了。 仅有一门可插拔课程 /classes/template.class.php / template文件夹包含模板(可以在任何其他位置) 该类的公共方法: get_tpl($名称字符串)从文件获取模板,根据是否找到模板返回true / false set_tpl($键,$ var字符串)设置一个变量来替换它 set_tpl_array($数组数组)与前一个相同,仅适用于变量数组(格式为“键” =>“值”的元素数组) set_paginate($ point,$ all_pages,$ current,$ template,$ url,$ arguments = null,$ width = 9)-在%point%处显示分页 tpl_parse()-在模板中执行替换并生成最终结果 通话范例 <?php // подклю
【文件预览】:
Template-master
----classes()
--------template.class.php(36KB)
--------v1()
----LICENSE(1KB)
----examples()
--------ex6.php(577B)
--------ex7_include.php(293B)
--------ex4.php(478B)
--------ex2.php(499B)
--------ex5.php(623B)
--------ex1.php(313B)
--------ex3.php(819B)
--------ex8_tree.php(777B)
----README.md(5KB)
----template()
--------ex6.tpl(154B)
--------include.tpl(74B)
--------ex3.tpl(354B)
--------paginate.tpl(225B)
--------tree.tpl(140B)
--------ex4.tpl(88B)
--------include_block.tpl(111B)
--------ex1.tpl(415B)
--------levels.tpl(85B)
--------ex5.tpl(260B)
--------ex2.tpl(6KB)

网友评论