$db was populated at global level.
This change introduces a singleton pattern in the sql_db class
to load it when needed.
If a container is introduced, sql_db could be a facade for the
SQL service in the container.
Ref T1294
Differential D1162
Initialize MySQL instance when needed dereckson on Nov 3 2017, 18:04. Authored by Tags None Referenced Files
Subscribers None
Details
$db was populated at global level. This change introduces a singleton pattern in the sql_db class If a container is introduced, sql_db could be a facade for the Ref T1294
Diff Detail
|