Download the PHP package hehex/hehep-htemplate without Composer
On this page you can find all versions of the php package hehex/hehep-htemplate. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download hehex/hehep-htemplate
More information about hehex/hehep-htemplate
Files in hehex/hehep-htemplate
Download hehex/hehep-htemplate
More information about hehex/hehep-htemplate
Files in hehex/hehep-htemplate
Vendor hehex
Package hehep-htemplate
Short Description hehep-htemplate 是一个PHP模板引擎基础组件
License Apache-2.0
Package hehep-htemplate
Short Description hehep-htemplate 是一个PHP模板引擎基础组件
License Apache-2.0
Please rate this library. Is it a good library?
Informations about the package hehep-htemplate
hehep-htemplate
介绍
- hehep-htemplate 是一个PHP 模板引擎组件
- 支持{{}},{},以及<> 标签混合使用
- 支持layout(模板继承) 标签
- 支持block 模块
- 支持include 标签
- 支持if 标签
- 支持for dict,list 标签
- 支持注释
- 支持php代码标签
- 支持调用方法
- 支持加载静态文件
- 定义变量
- 支持不解析标签
- html 标签
- 自定义过滤器
- 优化方法的调用方式,支持| 方法,支持定义参数
- 支持标签,empty
- 支持导入自定义过滤器
- 支持导入自定义标签
- 支持模板文件缓存代码至内存
- 支持代码缓存过期时间
- 支持模板后缀自定义
- js,css,img 标签
- 提供小物件(widget)
安装
-
gitee下载:
-
github下载:
- 命令安装:
组件配置
- 基础配置
基本用法
-
php 示例代码
- 模板html示例代码
过滤器
定义过滤器
- 定义过滤器类
加载过滤器
模板页面使用过滤器
上下文
定义上下文类
配置上下文
模板页面使用上下文
标签
自定义标签
加载标签类
自定义标签模板中使用
系统默认标签
layout 布局标签
-
布局文件 layout\home.html
- 加载布局文件
include 标签
- 示例
taglib 标签
- 示例
block 区块标签
- 示例
widget 小物件标签
- 示例
if 标签
- 示例
foreach遍历标签
- 示例
for 遍历标签
js,css 静态资源标签
- 示例
switch 标签
- 示例
PHP原生标签
- 示例
条件标签
- 示例
比较标签
- 示例
范围标签
pass原样输出标签
- 示例
字典标签
- 示例
html 标签
表单标签
- 示例
静态资源地址标签
- 示例
系统默认过滤器
xss 危险标签过滤
过滤所有危险字符
加载小物件
日期格式化
截取字符串
显示指定字典文本
显示多个字典文本
任务列表
- 支持html属性变量 ok
- 支持标签属性变量ok
- 支持两种解析方式,加快编译速度
- 支持过滤器 ok
- 标签支持别名定义 ok
- 支持小物件 ok
- 定义常用过滤器(日期格式,截取字符串,数字格式,字典)ok
- 支持其他框架上下文
- 支持html 标签ok
All versions of hehep-htemplate with dependencies
PHP Build Version
Package Version
Requires
php Version
>=7.1
The package hehex/hehep-htemplate contains the following files
Loading the files please wait ....