PHP头条
热点:

sphinx-php看不懂。。。求指导


phpsphinx

$entityGoodsInfo = array();
if (Utils::isEmptyStr($goodsId['0'])) {
$categoryGoodsList['goodsList'] = array ();
} else {
$filterExp = new Filter();
$filterExp->setQueryFilter(Filter :: $in, "goods_id", $goodsId);
//$filterExp->setQueryFilter(Filter :: $order_by, $nameSort, $orderType[0]);
$categoryGoodsList = $bizservice->getGoodsListByFilter($depotId, $categoryInfo->cat_tablename, $categoryId, $color, $material, $goodsSkuValue, implode("-", $patternValue), $price, $filterExp, $orderNames, $orderType, $curpage, $pageSize);
foreach ($goodsId as $goods_id_value) {
foreach ($categoryGoodsList['goodsList'] as $key => $value) {
if ($value->goods_id == $goods_id_value) {
array_push($entityGoodsInfo, $value);
break;
}
}
}
}

www.phpzy.comtrue/phpyy/1517.htmlTechArticlesphinx-php看不懂。。。求指导 phpsphinx $entityGoodsInfo = array(); if (Utils::isEmptyStr($goodsId['0'])) { $categoryGoodsList['goodsList'] = array (); } else { $filterExp = new Filter(); $filterExp->setQueryFilter(Filter :: $in, "g...

相关文章

相关频道:

PHP之友评论

今天推荐