惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

博客园 - Franky
C
CXSECURITY Database RSS Feed - CXSecurity.com
S
Schneier on Security
Know Your Adversary
Know Your Adversary
Security Latest
Security Latest
Spread Privacy
Spread Privacy
Project Zero
Project Zero
T
The Exploit Database - CXSecurity.com
cs.AI updates on arXiv.org
cs.AI updates on arXiv.org
AI
AI
N
News | PayPal Newsroom
A
Arctic Wolf
NISL@THU
NISL@THU
W
WeLiveSecurity
Security Archives - TechRepublic
Security Archives - TechRepublic
Hacker News: Ask HN
Hacker News: Ask HN
P
Palo Alto Networks Blog
Hacker News - Newest:
Hacker News - Newest: "LLM"
大猫的无限游戏
大猫的无限游戏
L
Lohrmann on Cybersecurity
Last Week in AI
Last Week in AI
T
Threatpost
The Last Watchdog
The Last Watchdog
博客园_首页
C
Cybersecurity and Infrastructure Security Agency CISA
酷 壳 – CoolShell
酷 壳 – CoolShell
量子位
Engineering at Meta
Engineering at Meta
爱范儿
爱范儿
aimingoo的专栏
aimingoo的专栏
S
Security Affairs
P
Privacy & Cybersecurity Law Blog
B
Blog RSS Feed
AWS News Blog
AWS News Blog
P
Proofpoint News Feed
雷峰网
雷峰网
T
Tenable Blog
Schneier on Security
Schneier on Security
H
Heimdal Security Blog
V2EX - 技术
V2EX - 技术
V
V2EX
Exploit-DB.com RSS Feed
Exploit-DB.com RSS Feed
S
Secure Thoughts
Latest news
Latest news
Help Net Security
Help Net Security
Jina AI
Jina AI
Stack Overflow Blog
Stack Overflow Blog
The Cloudflare Blog
V
Vulnerabilities – Threatpost
cs.CL updates on arXiv.org
cs.CL updates on arXiv.org

博客园 - 王兴2008-偶想家了!

php构造数组,并把多数组插入php文件 Apache2服务无法启动--解决方法 呵呵 痛苦后的一点小小发现!!! 解决.NET下Web项目打开失败的问题(转) suse linux 下TomCat安装 suse linux 下JDK安装 (转)Struts常见问题总结 session.flush机制(转)!!! 关于tomcat默认页面的设置!!! - 王兴2008-偶想家了! - 博客园 关于在java中List取值的方法(List中是数据对象)! 关于数据库中去掉数据空格的方法!!! 关于在CVS下无法获取更新的解决方法!!! Java开发者需坚守的十大基本准则(转) Windows2003之搭建FTP服务器 关于这几天倒数据的一些心得 关于数据库中重复的记录  的几种取出方法 IIS的各种身份验证详细测试(转) 给你绑定后的DropDownList加一个默认项!!! 一个生成 N 位随机数字的方法
晕 phpcms框架下的标签参数说明!
王兴2008-偶想家了! · 2008-07-09 · via 博客园 - 王兴2008-偶想家了!

希望官方能提供类似这种标签调用说明!

标签名:“ 文章列表调用标签” articlelist(templateid,channelid,catid,child,specialid,page,articlenum,titlelen,descriptionlen,iselite,datenum,ordertype,datetype,showcatname,showauthor,showhits,target,cols)
作 用:显示文章列表
参 数:templateid -- 此标签调用的模板id
          channelid -- 调用文章所属频道id,如果多个频道共用同一个模板,则请使用变量$channelid作为参数。
          catid -- 调用文章所属栏目ID,多个ID之前用半角逗号隔开,0表示不限栏目某些情况下可使用变量$catid作为参数
          child -- 调用文章所属子栏目ID
          specialid -- 调用文章所属专题ID,多个ID之前用半角逗号隔开,0表示不限专题某些情况下可使用变量$specialid作为参数
          page -- 是否分页显示 0为 否, 1为 是
          articlenum -- 每页文章数
          titlelen -- 文章标题最大字符数
          descriptionlen -- 内容摘要最大字符数
          iselite -- 是否为推荐文章 0为 否, 1为 是
          datenum -- 多少天以内的文章
          ordertype -- 文章排序方式 1为 按文章ID降序
                                          2为 按文章ID升序
                                          3为 按更新时间降序
                                          4为 按更新时间升序
                                          5为 按点击数降序
                                          6为 按点击数升序
          datetype -- 时间显示格式  0为 不显示
                                          1为 2006-06-26
                                          2为 06-26
                                          3为 2006/06/26
                                          4为 2006.06.26
          showcatname -- 是否在文章标题前显示栏目名称,0为 否, 1为 是
          showauthor -- 是否在标题后面显示作者,0为 否, 1为 是
          showhits -- 是否在标题后面显示浏览次数,0为 否, 1为 是
          target -- 是否在新窗口打开链接 0为 否, 1为 是
          cols -- 显示文章标题列数 1为 1列
                                       2为 2列
                                       3为 3列
                                       4为 4列
                                       5为 5列
                                       6为 6列
                                       7为 7列
                                       8为 8列
                                       9为 9列
                                      10为 10列

调用例举:首页最新文章列表 {$articlelist(0,1,0,1,0,0,10,46,0,0,0,1,2,0,0,0,1,1)}

标签名:“ 图片文章调用”picarticle(templateid,channelid,catid,child,specialid,page,articlenum,titlelen,descriptionlen,iselite,datenum,ordertype,showtype,showalt,imgwidth,imgheight,cols)
作 用:显示图片文章
参 数:templateid -- 此标签调用的模板id
          channelid -- 调用文章所属频道id,如果多个频道共用同一个模板,则请使用变量$channelid作为参数。
          catid -- 调用文章所属栏目ID,多个ID之前用半角逗号隔开,0表示不限栏目某些情况下可使用变量$catid作为参数
          child -- 调用文章所属子栏目ID
          specialid -- 调用文章所属专题ID,多个ID之前用半角逗号隔开,0表示不限专题某些情况下可使用变量$specialid作为参数
          page -- 是否分页显示 0为 否, 1为 是
          articlenum -- 每页文章数
          titlelen -- 文章标题最大字符数
          descriptionlen -- 内容摘要最大字符数
          iselite -- 是否为推荐文章 0为 否, 1为 是
          datenum -- 多少天以内的文章
          ordertype -- 文章排序方式, 1为 按文章ID降序
                                            2为 按文章ID升序
                                            3为 按更新时间降序
                                            4为 按更新时间升序
                                            5为 按点击数降序
                                            6为 按点击数升序
          showtype -- 显示方式,1为 图片+标题+内容简介:上下排列
                                      2为 (图片+标题:上下排列)+内容简介:左右排列
                                      3为 图片+(标题+内容简介:上下排列):左右排列
          showalt -- 是否显示作者、更新时间、点击数等提示信息,0为 否, 1为 是
          imgwidth -- 图片宽度
          imgheight -- 图片高度
          cols -- 显示文章标题列数 1为 1列
                                       2为 2列
                                       3为 3列
                                       4为 4列
                                       5为 5列
                                       6为 6列
                                       7为 7列
                                       8为 8列
                                       9为 9列
                                      10为 10列

调用例举:栏目首页 图片文章列表 {$picarticle(0,$channelid,$catid,1,0,0,5,16,0,0,0,1,1,1,128,96,5)}

标签名:“ 幻灯片效果调用”slidepicarticle(templateid,channelid,catid,child,specialid,articlenum,titlelen,iselite,datenum,ordertype,imgwidth,imgheight,timeout,effectid)
作 用:显示幻灯片
参 数:templateid -- 此标签调用的模板id
          channelid -- 调用文章所属频道id,如果多个频道共用同一个模板,则请使用变量$channelid作为参数。
          catid -- 调用文章所属栏目ID,多个ID之前用半角逗号隔开,0表示不限栏目某些情况下可使用变量$catid作为参数
          child -- 调用文章所属子栏目ID
          specialid -- 调用文章所属专题ID,多个ID之前用半角逗号隔开,0表示不限专题某些情况下可使用变量$specialid作为参数
          articlenum -- 每页文章数
          titlelen -- 文章标题最大字符数
          iselite -- 是否为推荐文章 0为 否, 1为 是
          datenum -- 多少天以内的文章,0为不限制天数
          ordertype -- 文章排序方式, 1为 按文章ID降序
                                            2为 按文章ID升序
                                            3为 按更新时间降序
                                            4为 按更新时间升序
                                            5为 按点击数降序
                                            6为 按点击数升序
          imgwidth -- 图片宽度
          imgheight -- 图片高度
          timeout -- 图片播放间隔时间
          effectid -- 幻灯片显示效果,   -1为 随机综合效果
                                             0为 矩形缩小
                                             1为 矩形扩大
                                             2为 圆形缩小
                                             3为 圆形扩大
                                             4为 向上擦除
                                             5为 向下擦除
                                             6为 向左擦除
                                             7为 向右擦除
                                             8为 垂直百页
                                             9为 水平百页
                                            10为 棋盘状通过
                                            11为 棋盘状向下
                                            12为 随机融化
                                            13为 垂直向内分开
                                            14为 垂直向外分开
                                            15为 水平向外分开
                                            16为 水平向外分开
                                            17为 左下条状
                                            18为 右下条状
                                            19为 左下条状
                                            20为 左下条状
                                            21为 随机水平栅栏
                                            22为 随机垂直栅栏
                                            23为 随机任何的上述一种效果

调用例举:首页幻灯片  {$slidepicarticle('0',1,0,1,0,10,30,1,0,1,250,180,5000,-1)}