PHP-Template-Engine:小型&快速的php模板引擎

时间:2024-05-07 07:17:25
【文件属性】:

文件名称:PHP-Template-Engine:小型&快速的php模板引擎

文件大小:44KB

文件格式:ZIP

更新时间:2024-05-07 07:17:25

html php template-engine mysqli php-template-engine

模板引擎 小型&快速的php模板引擎 需要 PHP 7.0或更高版本 用法 现在您可以选择将模板文件的版本保存到本地或数据库 保存到本地 //Template setting $ options = array ( 'template_dir' => 'template' , 'css_dir' => 'static/css/' , //Set css file's cache 'js_dir' => 'static/js/' , //Set js file's cache 'auto_update' => true , //Set 'false' to turn off auto update template 'cache_lifetime' => 0 , //Set cache file's lifetime (minute) 'cac


【文件预览】:
PHP-Template-Engine-master
----class()
--------class_template.php(31KB)
----database()
--------database.sql(616B)
----favicon.ico(4KB)
----LICENSE(1KB)
----README.md(3KB)
----index.php(816B)
----cache()
--------index.html(0B)
----template()
--------template.html(600B)
----.gitignore(47B)
----static()
--------js()
--------css()

网友评论