Download the PHP package kifu-alfi/pdo without Composer
On this page you can find all versions of the php package kifu-alfi/pdo. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download kifu-alfi/pdo
More information about kifu-alfi/pdo
Files in kifu-alfi/pdo
Download kifu-alfi/pdo
More information about kifu-alfi/pdo
Files in kifu-alfi/pdo
Please rate this library. Is it a good library?
Informations about the package pdo
Slim-PDO
PDO database library for Slim Framework
Installation
Use Composer
Usage
Examples selecting, inserting, updating and deleting data from or into users
table.
The
sqlsrv
extension will fail to connect when using error modePDO::ERRMODE_EXCEPTION
(default). To connect, you will need to explicitly passarray(PDO::ATTR_ERRMODE => PDO::ERRMODE_WARNING)
(orPDO::ERRMODE_SILENT
) into the constructor, or override thegetDefaultOptions()
method when usingsqlsrv
.
Documentation
See DOCUMENTATION
Changelog
See CHANGELOG
License
See LICENSE
All versions of pdo with dependencies
PHP Build Version
Package Version
Requires
php Version
>=5.3.0
ext-pdo Version *
ext-pdo Version *
The package kifu-alfi/pdo contains the following files
Loading the files please wait ....