$pdo public property
The PHP PDO instance associated with this DB connection. This property is mainly managed by open() and close() methods. When a DB connection is active, this property will represent a PDO instance; otherwise, it will be null.
See also $pdoClass.
public PDO $pdo = null
Please login to continue.
Please login to continue.