Download the PHP package 4d47/pdo2 without Composer
On this page you can find all versions of the php package 4d47/pdo2. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package pdo2
PDO2
Lightweight (5.6KB) PDO wrapper to accelerate database development.
Usage
All PDO methods are still available directly, but the instance is augmented with six extra methods.
-
execute(string $statement, array $input_parameters = []) : PDOStatement
-
select($table, $params = [], $extra = '', $values = []) : PDOStatement
-
insert($table, array $params) : PDOStatement
-
update($table, array $params, array $where) : PDOStatement
-
delete($table, array $params) : PDOStatement
- count($table, array $params = null) : int
All versions of pdo2 with dependencies
PHP Build Version
Package Version
Requires
php Version
>=5.3.0
The package 4d47/pdo2 contains the following files
Loading the files please wait ....