失眠网,内容丰富有趣,生活中的好帮手!
失眠网 > 织梦DedeCMS模板在高级搜索页面advancedsearch.php调用自定义字段

织梦DedeCMS模板在高级搜索页面advancedsearch.php调用自定义字段

时间:2023-03-04 16:50:18

相关推荐

织梦DedeCMS模板在高级搜索页面advancedsearch.php调用自定义字段

下面跟大伙谈的是关于”如何在在高级搜索页面advancedsearch.php调用自定义字段”方法:

步骤:

找到advancedsearch.php页面。

$query = “select main.id as aid,main.*,main.description as description1, type.* from $maintable main left join dede2_arctype type on type.id=main.typeid left join $addontable addon on addon.aid=main.id $where $orderby”;

改成

$query = “select main.id as aid,main.*,main.description as description1, type.* ,addon.*

from $maintable main

left join dede2_arctype type on type.id=main.typeid

left join $addontable addon on addon.aid=main.id

$where $orderby”;

提示:考虑dede程序性能,如果没必要就不要搜索这些字段了

如果觉得《织梦DedeCMS模板在高级搜索页面advancedsearch.php调用自定义字段》对你有帮助,请点赞、收藏,并留下你的观点哦!

本内容不代表本网观点和政治立场,如有侵犯你的权益请联系我们处理。
网友评论
网友评论仅供其表达个人看法,并不表明网站立场。