/** * Set default params to connect to database * * * @param $array */ public static function setConfigs($array) { self::$_configs = $array; }