Answers for "cakephp 3"

PHP
0

cakephp 3

$data = $this->SpecialOffer->find('all',array('conditions' => array('SpecialOffer.user_id' => $userId ,'FIND_IN_SET(''. $storeId .'',SpecialOffer.stores1)')));
Posted by: Guest on January-12-2022

Browse Popular Code Answers by Language