Documentation ¶
Index ¶
- func AdList(args jet.Arguments) reflect.Value
- func ArcList(args jet.Arguments) reflect.Value
- func Channel(args jet.Arguments) reflect.Value
- func ChannelArtList(args jet.Arguments) reflect.Value
- func Flink(args jet.Arguments) reflect.Value
- func HotWords(args jet.Arguments) reflect.Value
- func LikeArticle(args jet.Arguments) reflect.Value
- func List(args jet.Arguments) reflect.Value
- func MyAd(args jet.Arguments) reflect.Value
- func PageList(args jet.Arguments) reflect.Value
- func Position(args jet.Arguments) reflect.Value
- func Query(args jet.Arguments) reflect.Value
- func Tags(args jet.Arguments) reflect.Value
- func TopType(args jet.Arguments) reflect.Value
- func Type(args jet.Arguments) reflect.Value
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Channel ¶
* typeid = "son | top | self" top: 顶级栏目 : parentid 为 0 son: 父id 为 reid的下级分类 self: 同级 父ID为reid的同级栏目
row = "10" 调用数量
channel(typeid, reid, type, row)
func ChannelArtList ¶
* sons 是否附带直属子分类数据, 可用于下级数据的迭代, 可取代channel的sun功能 active 是否附带当前活动状态逻辑, 一般用于下级菜单激活上级菜单的高亮样式 topid 记录当前所处页面的tid {{channellist = channelartlist(typeid, row, topid, sons, active)}}
func Query ¶
*
- 标签:{{yield query(sql="") content}} {{end}}
- 作用:特殊标签,SQL查询标签
- 用法示例: {{yield query(sql="SELECT * FROM #@_tables") content}} .. HTML ..{{end}}
- 参数说明:
- sql SQL语句,只用于select类型语句
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.