Download the PHP package keysmash/php-easy-db without Composer
On this page you can find all versions of the php package keysmash/php-easy-db. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download keysmash/php-easy-db
More information about keysmash/php-easy-db
Files in keysmash/php-easy-db
Download keysmash/php-easy-db
More information about keysmash/php-easy-db
Files in keysmash/php-easy-db
Vendor keysmash
Package php-easy-db
Short Description Easy to use MySQL and PostgreSQL database library for PHP.
License MIT
Homepage http://keysmashstudios.com
Package php-easy-db
Short Description Easy to use MySQL and PostgreSQL database library for PHP.
License MIT
Homepage http://keysmashstudios.com
Please rate this library. Is it a good library?
Informations about the package php-easy-db
PHP-EasyDB
Easy to use MySQL and PostgreSQL database library for PHP.
Disclaimer: This is a heavily modified version of the database classes used in the PHP Beyond the the Basics Lynda tutorial. I am not trying to steal the original IP.
Create a database object using params:
type, host, database name, user, password
Create base class and extend DatabaseTable
Get row by id
Use custom function to find row(s)
Get row(s) with specific sql
Get array of all rows
Loop through rows
Get data from row
Set row data
Save row
Delete row
All versions of php-easy-db with dependencies
PHP Build Version
Package Version
Requires
php Version
>=5.3.0
The package keysmash/php-easy-db contains the following files
Loading the files please wait ....