Documentation

Application

Table of Contents

Classes

Db
Db class - PDO Database abstraction layer class
DriverBase
This is an abstract class that serves as the base for all database driver's classes.
Firebird
Represents the Firebird driver for the PDO database class.
Mysql
Represents the MySQL driver for the PDO database class.
Oci
Represents the Oracle driver for the PDO database class.
Pgsql
Represents the PostgreSQL driver for the PDO database class.
DriverManager
Class DriverManager
DbException
Represents an exception that is thrown by the Db class.
DriverException
Represents an exception that is thrown by the DriverManager class.
DriverManagerException
Represents an exception that is thrown by the DriverManager class.
PaginationException
Represents an exception that is thrown by the DriverManager class.
ParametersException
Represents an exception that is thrown by the DriverManager class.
QueryBuilderException
Represents an exception that is thrown by the DriverManager class.
Pagination
Pagination class
PaginationOptions
Debugger
Parameters
QueryBuilder
QueryType
Represents the type of a database query.
Utilities
Where
Represents a WHERE clause in a SQL query.
Result
View

Constants

DB_CHARSET  = 'utf8mb4'
DB_HOST  = 'production-db_host'
DB_NAME  = 'production-db_name'
DB_PASS  = 'production-db_pass'
DB_PORT  = 'production-db_port'
DB_USER  = 'production-db_user'
PDO_DRIVER  = 'mysql'

Constants

DB_HOST

public mixed DB_HOST = 'production-db_host'

DB_NAME

public mixed DB_NAME = 'production-db_name'

DB_PASS

public mixed DB_PASS = 'production-db_pass'

DB_PORT

public mixed DB_PORT = 'production-db_port'

DB_USER

public mixed DB_USER = 'production-db_user'

        
On this page

Search results