ZSITE模板开发手册手册介绍
-
1. 基本语法
- 1.1 定界符与注释
- 1.2 变量
- 1.3 函数
- 1.4 {include} 语句
- 1.5 {if} {else} {elseif}语句
- 1.6 {for} 和{foreach}语句
- 1.7 {break} 与 {continue}
- 2. 内置内容
变量
- 2017-12-27 19:03:26
- 迎迎
- 6388
- 最后编辑:迎迎 于 2017-12-28 09:19:31
- 分享链接
$webRoot
蝉知webRoot
$device
当前设备类型:desktop|mobile
$sysURL
完整的蝉知访问地址 如:http://www.abc.com
$thisModuleName
当前模块名:article,product,order等
$thisMethodName
当前页面名:index、view、browse