欢迎使用 Zycms 系统

文章显示

标签 描述
{$show/} 表示显示数据开始 。
{/show} 表示显示数据结束 。
元素属性
描述
typeid 表示显示数据模块类型 类型 例如: typyeid="show.article" (显示文章)
Getval 表示是否接受 GET URL 变量 例如: Getval="true"(false与true)
id 表示自定 id 数据编号 赋值 例如: id="20" (ID为20的 数据 )

例子1:

{$show typeid="show.article" Getval="true"/}

<li>文章标题: @Y_title#</li> <li>发布文章时间: @Y_time#</li>

{/show}

可以显示出 文章数据

字段内容变量 描述
Y_id  
y_pid  
Y_title  
Y_test  
Y_var  
Y_count  
Y_show  
Y_Field  
Y_time