mirror of
https://github.com/Sarjuuk/aowow.git
synced 2025-11-29 15:58:16 +08:00
- added announcements to titles and error-page
- file inclusion:
- now only require without brackets
- classes for ListTypes are auto-loaded
- (minor) empty array to new syntax (php5+)
This commit is contained in:
@@ -11,9 +11,9 @@ if (!defined('AOWOW_REVISION'))
|
||||
|
||||
class DB
|
||||
{
|
||||
private static $interfaceCache = array();
|
||||
private static $optionsCache = array();
|
||||
private static $connectionCache = array();
|
||||
private static $interfaceCache = [];
|
||||
private static $optionsCache = [];
|
||||
private static $connectionCache = [];
|
||||
|
||||
private static function createConnectSyntax(&$options)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user