如何在CodeIgniter 3中对产品进行分类?

时间:2018-10-26 14:40:09

标签: php sorting web codeigniter-3 backend

我正在创建一家小型电子商店来出售其中的产品,但是我不知道该如何分类。因此,我需要按照品牌,价格范围,性别(男人或女人)对商品进行分类。如果用户提供了所有这三个详细信息,则只需在3个where语句中执行即可,就像这样:

$this->db->where('brands', $brand_name);
$this->db->where('price', $price);
$this->db->where('gender', $gen);

但是,如果用户只给我两个类别,那空的语句会引起问题怎么办?如果用户给我多个品牌名称,我该如何写多个w​​here语句进行排序?

谢谢

1 个答案:

答案 0 :(得分:1)

无论<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.1/jquery.min.js"></script> <table> <tr> <td>{{dimension.title}}</td> <td>{{dimension.description}}</td> <td> <div class="button-group"> <button type="button" class="delete btn" >delete<i class="fa fa-trash"></i></button> </div> </td> </tr> <tr> <td>{{dimension.title}}</td> <td>{{dimension.description}}</td> <td> <div class="button-group"> <button type="button" class="delete btn" >delete<i class="fa fa-trash"></i></button> </div> </td> </tr> </table>包含字符串还是 数组

$brand_name