Welcome to Delicate template
Header
Just another WordPress site
Header

帝国万能标签显示后几条

4月 24th, 2012 | Posted by 无 名 in ecms

使用万能标签显示后几条数据。
代码如下:

[ecmsinfo]8,8,40,0,0,17,0[/ecmsinfo]
[ecmsinfo]"select * from [!db.pre!]ecms_news where classid='8' and checked=1 order by newstime desc limit 8,8",8,40,0,24,17,0[/ecmsinfo]

前一个万能标签正常显示8条数据。
后一个万能标签显示前面接下来的后面8条数据。
sql语句limit 8,8
操作类型24,表示使用sql语句。
[!db.pre!]为调用表前缀。

You can follow any responses to this entry through the RSS 2.0 Both comments and pings are currently closed.