Advertisement
Guest User

Untitled

a guest
Jan 24th, 2020
106
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.09 KB | None | 0 0
  1. if($full_name != null) {
  2.     $modelQuery->where('full_name', 'LIKE', '%'. $full_name .'%');
  3. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement