allow newlines in cli output, add FirePHP handler to browser console log
This commit is contained in:
@ -5,7 +5,7 @@ require __DIR__ . '/../../../../source/bootstrap.php';
|
||||
\D3StartSQLLog('Query for 100 items cheaper than 49,99');
|
||||
|
||||
$db = \OxidEsales\Eshop\Core\DatabaseProvider::getDb(\OxidEsales\Eshop\Core\DatabaseProvider::FETCH_MODE_ASSOC);
|
||||
$list = $db->getAll('SELECT * FROM oxarticles WHERE oxprice < ? LIMIT 100', [49.99]);
|
||||
$list = $db->getAll('SELECT * '.PHP_EOL.'FROM oxarticles WHERE oxprice < ? LIMIT 100', [49.99]);
|
||||
|
||||
\D3StopSQLLog();
|
||||
|
||||
|
Reference in New Issue
Block a user