Update README.md

This commit is contained in:
Tobias Matthaiou 2019-08-21 00:43:33 +02:00 committed by GitHub
parent f6e077a085
commit 1cb07399d1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 4 deletions

View File

@ -1,15 +1,15 @@
Oxid eShop SQL Logger
---------------------
Returns all SQL queries into console of a browser.
Returns all SQL queries into console of a Browser.
## Install
composer require --dev tumtum/oxid-sql-logger
`composer require --dev tumtum/oxid-sql-logger`
## Usage
Just set the function StartSQLLog() somewhere and from that point on all SQLs will be logged.
Just set the function `StartSQLLog()` somewhere and from that point on all SQLs will be logged.
```php
\StartSQLLog();
@ -23,5 +23,5 @@ $list = $db->getAll('SELECT * FROM oxarticles WHERE oxprice < ? LIMIT 100', [49.
## Screenshots
![Example all sqls](https://raw.githubusercontent.com/TumTum/oxid-sql-logger/master/img/screenshot-a.jpg)
![Example only one range](https://raw.githubusercontent.com/TumTum/oxid-sql-logger/master/img/screenshot-b.jpg)
![Example only one range](https://raw.githubusercontent.com/TumTum/oxid-sql-logger/master/img/screenshot-b.png)