Database
  • Get started
    • Database for PHP
    • Install / configure
    • Quick reference
  • Dbi
    • Instance model
    • Instance configuration
    • Instance methods
    • Query examples
  • Dba
    • Query builder
    • Put Methods
    • Scope Methods
    • Return Methods
  • SQLI
    • Query execution
    • Request Methods
    • Query Methods
Powered by GitBook
On this page
  1. Get started

Database for PHP

NextInstall / configure

Last updated 2 years ago

This package contains the class Sqli() for querying databases and returning results. In addition a query builder or abstraction layer Dba() makes it possible to generate queries with a cleaner code. Dbi() provides a shorthand to Dba() as a static function.

Database is available on and .

See also .

Dbi() - Database Instance (Model)
Dba() - Database Abstraction (Query builder)
Sqli() - Database Queries (Query execution)
Packagist
GitHub
Parse - Input parser for PHP