Urlaubsplan
Lade ...
Suche ...
Keine Treffer
Config::Database Klassenreferenz
Klassendiagramm für Config::Database:
Zusammengehörigkeiten von Config::Database:

Öffentliche Methoden

 __construct ()
 

Öffentliche Attribute

string $filesPath = APPPATH . 'Database' . DIRECTORY_SEPARATOR
 
string $defaultGroup = 'default'
 
array $default
 
array $tests
 

Ausführliche Beschreibung

Database Configuration

Dokumentation der Elementfunktionen

◆ __construct()

Config::Database::__construct ( )

Dokumentation der Datenelemente

◆ $default

array Config::Database::$default
Initialisierung:
= [
'DSN' => '',
'hostname' => 'localhost',
'username' => '',
'password' => '',
'database' => '',
'DBDriver' => 'MySQLi',
'DBPrefix' => '',
'pConnect' => false,
'DBDebug' => true,
'charset' => 'utf8mb4',
'DBCollat' => 'utf8mb4_general_ci',
'swapPre' => '',
'encrypt' => false,
'compress' => false,
'strictOn' => false,
'failover' => [],
'port' => 3306,
'numberNative' => false,
'dateFormat' => [
'date' => 'Y-m-d',
'datetime' => 'Y-m-d H:i:s',
'time' => 'H:i:s',
],
]

◆ $defaultGroup

string Config::Database::$defaultGroup = 'default'

Lets you choose which connection group to use if no other is specified.

◆ $filesPath

string Config::Database::$filesPath = APPPATH . 'Database' . DIRECTORY_SEPARATOR

The directory that holds the Migrations and Seeds directories.

◆ $tests

array Config::Database::$tests
Initialisierung:
= [
'DSN' => '',
'hostname' => '127.0.0.1',
'username' => '',
'password' => '',
'database' => ':memory:',
'DBDriver' => 'SQLite3',
'DBPrefix' => 'db_',
'pConnect' => false,
'DBDebug' => true,
'charset' => 'utf8',
'DBCollat' => '',
'swapPre' => '',
'encrypt' => false,
'compress' => false,
'strictOn' => false,
'failover' => [],
'port' => 3306,
'foreignKeys' => true,
'busyTimeout' => 1000,
'dateFormat' => [
'date' => 'Y-m-d',
'datetime' => 'Y-m-d H:i:s',
'time' => 'H:i:s',
],
]

Die Dokumentation für diese Klasse wurde erzeugt aufgrund der Datei: