\CodeIgniter\DatabaseDatabase

Database Connection Factory

Creates and returns an instance of the appropriate DatabaseConnection

Summary

Methods
Properties
Constants
loadForge()
loadUtils()
No public properties found
No constants found
No protected methods found
$connections
N/A
No private methods found
No private properties found
N/A

Properties

$connections

$connections : array

Maintains an array of the instances of all connections that have been created. Helps to keep track of all open connections for performance monitoring, logging, etc.

Type

array

Methods