Download the PHP package sapistudio/filedatabase without Composer
On this page you can find all versions of the php package sapistudio/filedatabase. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download sapistudio/filedatabase
More information about sapistudio/filedatabase
Files in sapistudio/filedatabase
Download sapistudio/filedatabase
More information about sapistudio/filedatabase
Files in sapistudio/filedatabase
Vendor sapistudio
Package filedatabase
Short Description Fork after https://github.com/Greg0/Lazer-Database
License MIT
Package filedatabase
Short Description Fork after https://github.com/Greg0/Lazer-Database
License MIT
Please rate this library. Is it a good library?
Informations about the package filedatabase
Installation
Ending methods
addFields()
- append new fields into existing tabledeleteFields()
- removing fields from existing tablesave()
- insert or Update data.delete()
- deleting data.getConfig()
- returns object with configuration.fields()
- returns array with fields name.schema()
- returns assoc array with fields name and fields typefield => type
.get()
- returns one row with specified ID.findAll()
- returns all rowsasArray()
- returns data as indexed or assoc array:['field_name' => 'field_name']
. Should be used after ending methodselect
.count()
- returns the number of rows. Should be used after ending methodfind_all()
orfind()
.
Initiate
Remove database
Check if a database exists
Multiple select
Single record select
Insert
If the field doesnt exists,it will append that field,with type of string
Do not set the ID.
Update
Single record deleting
Multiple records deleting
Clear table
All versions of filedatabase with dependencies
PHP Build Version
Package Version
Requires
php Version
>=5.6
The package sapistudio/filedatabase contains the following files
Loading the files please wait ....