
Код: Выделить всё
public function cmplFirstRdDetails($userMobileNo)
{
$this->db->from('records');
$this->db->like('player1', '{"PhoneNumber":"$userMobileNo"}');
$query = $this->db->get();
return $query->result();
}
Подробнее здесь: https://stackoverflow.com/questions/587 ... ng-codeign
Мобильная версия