Пример #1
0
 /**
  * Constructor
  *
  * Initialize database connection.
  */
 public function __construct()
 {
     self::$db = CoreDB::init();
 }