Documentation

Database.php

Table of Contents

Classes

Database
Class Database

Constants

DB_CHARSET  = 'utf8mb4'
The character set used for the database connection (utf8mb4 is recommended).
DB_HOST  = 'localhost'
The hostname or IP address of the database server.
DB_NAME  = 'hroudmi5'
The name of the specific database to connect to.
DB_PASS  = 'webove aplikace'
The password used for database authentication.
DB_USER  = 'hroudmi5'
The username used for database authentication.

Constants

DB_CHARSET

The character set used for the database connection (utf8mb4 is recommended).

public mixed DB_CHARSET = 'utf8mb4'

DB_HOST

The hostname or IP address of the database server.

public mixed DB_HOST = 'localhost'

DB_NAME

The name of the specific database to connect to.

public mixed DB_NAME = 'hroudmi5'

DB_PASS

The password used for database authentication.

public mixed DB_PASS = 'webove aplikace'

DB_USER

The username used for database authentication.

public mixed DB_USER = 'hroudmi5'

        
On this page

Search results