Download the PHP package webmgine/database-object without Composer
On this page you can find all versions of the php package webmgine/database-object. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download webmgine/database-object
More information about webmgine/database-object
Files in webmgine/database-object
Download webmgine/database-object
More information about webmgine/database-object
Files in webmgine/database-object
Vendor webmgine
Package database-object
Short Description Simple custom PHP mysql/mariaDb object
License MIT
Package database-object
Short Description Simple custom PHP mysql/mariaDb object
License MIT
Please rate this library. Is it a good library?
Informations about the package database-object
Webmgine - DatabaseObject
Simple custom PHP mysql/mariaDb object
Getting Started
Use composer autload (or include src/DatabaseObject.php in your project).
Create database object instance
If you set a prefix, use #__ in front of your table name when writing query.
You can change the #__ for anything else using setPrefixTarget method
Query are saved inside the object, remember to empty the saved values before making a new query
Select query
Exemple:
All versions of database-object with dependencies
PHP Build Version
Package Version
Requires
php Version
>=7.0.0
The package webmgine/database-object contains the following files
Loading the files please wait ....