在很多情况下都需要直接调用正文中的某些文字,这个时候用其他的普通标签是完不成的,就需要用dede 的万能标签sql标签,为什么说是万能的呢,因为如果你的sql语句学的好的话,那么其他的dede标签就可以不用了,直接用这一个标签就可以完成所以的工作了,下面举例子说明sql标签的用法:
{dede:sql sql="select content from `dede_arctype` where id =6"}  ...
有网友在使用ECShop出现Strict Standards: Only variables should be passed by reference in错误了,那么碰到这个问题我们要怎么来解决,具体的操作细节如下文解决。
今天开始研究ECShop,在安装完成的时候发现首页顶部、左侧和底部出现:
Strict Standards: Only variables should be passed by reference in F:\wamp\www\ecshop\upload\includes\cls_template.php on line 418
的报错信息。
第一种解决...