thinkphp做模糊查询搜索

 $where['GoodsName'] = array('LIKE','%'.$_REQUEST['GoodsName'].'%');

你可能感兴趣的:(php,tp5,tp3整理,php)