Last active
February 24, 2016 15:46
-
-
Save GiamPy5/5d40ea880de4e80d719a to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
var_dump($query->toSql()); | |
var_dump($query->getBindings()); | |
die(); | |
?> | |
string 'select * from `announcements` where `archived_at` is null and (match (?) against (? in boolean mode))' (length=101) | |
array (size=2) | |
0 => string '`name`, `email`, `trademark`, `model`, `phone`, `city`' (length=54) | |
1 => string '+Ravenna*' (length=9) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment