persistence.inc
Interfaces, Classes, Traits and Enums
- ConfigDataExporter
- Exporter for LAM's configuration data.
- ConfigDataImporter
- Importer for LAM's configuration data.
- ImporterStep
- Step of the import process.
- ConfigurationDatabase
- Manages the configuration persistence.
Table of Contents
- dbTableExists() : bool
- Returns if the given table name exists
Functions
dbTableExists()
Returns if the given table name exists
dbTableExists(PDO $pdo, string $tableName) : bool
Parameters
- $pdo : PDO
-
PDO
- $tableName : string
-
table name
Return values
bool —true if existing