|
_2{表示手机端表}
批量替换控制变量{变量名}
UPDATE `zhan520_enewspubvar` SET myvar=REPLACE(myvar,'www_yisvip_com','zhan520');
列表替换模板
enewslisttemp
UPDATE `zhan520_enewslisttemp` SET temptext=REPLACE(temptext,'www_yisvip_com','zhan520');
UPDATE `zhan520_enewslisttemp_2` SET temptext=REPLACE(temptext,'www_yisvip_com','zhan520');
文章内容模板
enewsnewstemp
UPDATE `zhan520_enewsnewstemp` SET temptext=REPLACE(temptext,'www_yisvip_com','zhan520');
UPDATE `zhan520_enewsnewstemp_2` SET temptext=REPLACE(temptext,'www_yisvip_com','zhan520');
首页模板
enewspubtemp
UPDATE `zhan520_enewspubtemp` SET indextemp=REPLACE(indextemp,'www_yisvip_com','zhan520');
UPDATE `zhan520_enewspubtemp_2` SET indextemp=REPLACE(indextemp,'www_yisvip_com','zhan520');
搜索模板
enewssearchtemp
UPDATE `zhan520_enewssearchtemp` SET temptext=REPLACE(temptext,'www_yisvip_com','zhan520');
UPDATE `zhan520_enewssearchtemp_2` SET temptext=REPLACE(temptext,'www_yisvip_com','zhan520');
公共模板变量表
enewstempvar
UPDATE `zhan520_enewstempvar` SET varvalue=REPLACE(varvalue,'www_yisvip_com','zhan520');
UPDATE `zhan520_enewstempvar_2` SET varvalue=REPLACE(varvalue,'www_yisvip_com','zhan520');
封面模板表
enewsclasstemp
UPDATE `zhan520_enewsclasstemp` SET temptext=REPLACE(temptext,'www_yisvip_com','zhan520');
UPDATE `zhan520_enewsclasstemp_2` SET temptext=REPLACE(temptext,'www_yisvip_com','zhan520');
标签模板表
enewsbqtemp
UPDATE `zhan520_enewsbqtemp` SET temptext=REPLACE(temptext,'www_yisvip_com','zhan520');
UPDATE `zhan520_enewsbqtemp_2` SET temptext=REPLACE(temptext,'www_yisvip_com','zhan520');
|
上一篇:帝国cms扩展变量表存放的数据表下一篇:帝国cms按照小时显示更新数量统计代码
|