Query with multiple likes

前端 未结 2 1924
既然无缘
既然无缘 2021-01-25 17:42

All I see is or_like(). Is it possible to query two different \'likes\' and both are mandatory?

return $this->db
  ->select(\'product_key.cont         


        
2条回答
  •  慢半拍i
    慢半拍i (楼主)
    2021-01-25 18:28

    I just added a condition to show an alert if either or both are missing so it won't output anything. Thanks for the help guys! :)

提交回复
热议问题