织梦模板在高级搜索页面advancedsearch.php调用自定义字段
来源:网络分享
编辑:引流技巧
时间:2026-05-10

下面跟大家谈的是关于”如何在在高级搜索页面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程序性能,如果没必要就不要搜索这些字段了
步骤:
找到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程序性能,如果没必要就不要搜索这些字段了


相关文章:
相关推荐:
栏目分类

最新文章

热门文章


