Download the PHP package dimns/simplepdo without Composer
On this page you can find all versions of the php package dimns/simplepdo. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download dimns/simplepdo
More information about dimns/simplepdo
Files in dimns/simplepdo
Download dimns/simplepdo
More information about dimns/simplepdo
Files in dimns/simplepdo
Vendor dimns
Package simplepdo
Short Description Simple PDO Wrapper class for MySQL and SQLite
License MIT
Homepage http://github.com/dimns/simplepdo
Package simplepdo
Short Description Simple PDO Wrapper class for MySQL and SQLite
License MIT
Homepage http://github.com/dimns/simplepdo
Please rate this library. Is it a good library?
Informations about the package simplepdo
Project is deprecated.
Simple PDO Wrapper class for MySQL and SQLite
Requirements
- PHP 5.3 or higher is required.
- PHP extension MySQL or SQLite.
Composer installation
- Get Composer.
- Require SimplePDO with
php composer.phar require dimns/simplepdo
orcomposer require dimns/simplepdo
(if the composer is installed globally). - Add the following to your application's main PHP file:
require 'vendor/autoload.php';
.
Usage
Return values
- For
select
andshow
returns an array containing all of the result set rows. - For
insert
returns the ID of the inserted row. - For all other queries returns the number of rows affected by the SQL statement.
All versions of simplepdo with dependencies
PHP Build Version
Package Version
Requires
php Version
>=5.3.0
The package dimns/simplepdo contains the following files
Loading the files please wait ....