Download the PHP package philwaters/database without Composer
On this page you can find all versions of the php package philwaters/database. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download philwaters/database
More information about philwaters/database
Files in philwaters/database
Download philwaters/database
More information about philwaters/database
Files in philwaters/database
Vendor philwaters
Package database
Short Description Simple database interface with row iterator
License MIT
Package database
Short Description Simple database interface with row iterator
License MIT
Please rate this library. Is it a good library?
Informations about the package database
Database
Simple database interface with row iterator.
Examples
Instantiation
Query
To select a row from table
.
To insert a row into table
.
Truncating Tables
To truncate table
.
Transactions
Using database transactions.
Renaming Tables
Renaming old_name
to new_name
.
Swapping Tables
Swapping table_working
with table_live
. This can be useful when updating a working copy of a table then once complete swap it with the live table.
Iterating Rows
To iterate all selected rows using foreach
.
Get All Rows
To get all rows as an array.
Row Count
To get the number of rows selected.
Array Access
To access a specific row.
All versions of database with dependencies
PHP Build Version
Package Version
No informations.
The package philwaters/database contains the following files
Loading the files please wait ....