gobline/pdo

PDO component

v2.0.0 2015-12-03 09:17 UTC

This package is auto-updated.

Last update: 2024-03-12 17:44:34 UTC


README

Gobline\Pdo\LazyPdo is a subclass of the PHP's standard PDO class. It postpones the actual connection until one is really needed.

Installation

You can install the Gobline PDO component using the dependency management tool Composer. Run the require command to resolve and download the dependencies:

composer require gobline/pdo