Skip to content

Instantly share code, notes, and snippets.

@GiamPy5
Last active February 24, 2016 15:46
Show Gist options
  • Save GiamPy5/5d40ea880de4e80d719a to your computer and use it in GitHub Desktop.
Save GiamPy5/5d40ea880de4e80d719a to your computer and use it in GitHub Desktop.
<?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