| Conditions | 1 | 
| Paths | 1 | 
| Total Lines | 8 | 
| Code Lines | 6 | 
| Lines | 0 | 
| Ratio | 0 % | 
| Changes | 0 | ||
| 1 | <?php | ||
| 23 | public function __construct($pdo, $database = '', $tablePrefix = '', array $config = []) | ||
| 24 |     { | ||
| 25 | $this->pdo = $pdo; | ||
| 26 | $this->database = $database; | ||
| 27 | $this->tablePrefix = $tablePrefix; | ||
| 28 | $this->config = $config; | ||
| 29 | $this->useDefaultQueryGrammar(); | ||
| 30 | $this->useDefaultPostProcessor(); | ||
| 31 | } | ||
| 38 | } |