|
->or_where('email', '=', 'example@gmail.com')
|
|
->or_where('email', '=', 'example@gmail.com')
|
|
Of course, you are not limited to simply checking equality. You may also use **greater-than**, **less-than**, **not-equal**, and **like**:
|
|
Of course, you are not limited to simply checking equality. You may also use **greater-than**, **less-than**, **not-equal**, and **like**:
|