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

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.

  • Dbi() - Database Instance (Model)

  • Dba() - Database Abstraction (Query builder)

  • Sqli() - Database Queries (Query execution)

Database is available on Packagist and GitHub.

See also Parse - Input parser for PHP.

NextInstall / configure

Last updated 2 years ago