Download the PHP package karlpatrickespiritu/simple-php-pdo-wrapper without Composer
On this page you can find all versions of the php package karlpatrickespiritu/simple-php-pdo-wrapper. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download karlpatrickespiritu/simple-php-pdo-wrapper
More information about karlpatrickespiritu/simple-php-pdo-wrapper
Files in karlpatrickespiritu/simple-php-pdo-wrapper
Download karlpatrickespiritu/simple-php-pdo-wrapper
More information about karlpatrickespiritu/simple-php-pdo-wrapper
Files in karlpatrickespiritu/simple-php-pdo-wrapper
Vendor karlpatrickespiritu
Package simple-php-pdo-wrapper
Short Description a wrapper for php's pdo extension
License MIT
Package simple-php-pdo-wrapper
Short Description a wrapper for php's pdo extension
License MIT
Please rate this library. Is it a good library?
Informations about the package simple-php-pdo-wrapper
simple-php-pdo-wrapper
a wrapper for php's pdo extension.
NO LONGER MAINTAINED. (Please use Laravel's Eloquent: https://laracasts.com/lessons/how-to-use-eloquent-outside-of-laravel )
Installation
via composer
Getting Started
Edit the src/DB.config.php
file for your database configuration.
And that's it, you're good to go!
Usage
Namespacing
Make sure that this namespace is declared every time using the singleton DB
class.
Fetching
Fetch a single row in the result set
Fetch a multiple rows in the result set
Extras
Insertion
Update
Deletion
Maintainers
License
(C) Karl Patrick Espiritu 2015, released under the MIT license
All versions of simple-php-pdo-wrapper with dependencies
PHP Build Version
Package Version
Requires
php Version
>=5.1.0
The package karlpatrickespiritu/simple-php-pdo-wrapper contains the following files
Loading the files please wait ....