Documentaion written more detailed

This commit is contained in:
Tobias Matthaiou
2019-08-21 00:36:20 +02:00
parent 1d627808d0
commit cb35b27522
4 changed files with 13 additions and 5 deletions

View File

@ -5,6 +5,6 @@ require __DIR__ . '/../../../../source/bootstrap.php';
\StartSQLLog();
$db = \OxidEsales\Eshop\Core\DatabaseProvider::getDb(\OxidEsales\Eshop\Core\DatabaseProvider::FETCH_MODE_ASSOC);
$list = $db->getAll('SELECT * FROM oxarticle WHERE oxprice < ? LIMIT 100', [49.99]);
$list = $db->getAll('SELECT * FROM oxarticles WHERE oxprice < ? LIMIT 100', [49.99]);
\StopSQLLog();