Guest User

Untitled

a guest
May 25th, 2018
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.12 KB | None | 0 0
  1. $criteria->compare(
  2.     'TRIM(CONCAT(profile.first_name, " ", profile.first_name))',
  3.     $this->name,
  4.     true
  5. );
Add Comment
Please, Sign In to add comment