Bgi\bgiCurrencies {#73
  #bgiDB: Bgi\bgiDB {#60
    #connection: mysqli {#61
      +affected_rows: ? string|int
      +client_info: ? string
      +client_version: ? int
      +connect_errno: ? int
      +connect_error: ? ?string
      +errno: ? int
      +error: ? string
      +error_list: ? array
      +field_count: ? int
      +host_info: ? string
      +info: ? ?string
      +insert_id: ? string|int
      +server_info: ? string
      +server_version: ? int
      +sqlstate: ? string
      +protocol_version: ? int
      +thread_id: ? int
      +warning_count: ? int
    }
    #query: mysqli_stmt {#74
      +affected_rows: ? string|int
      +insert_id: ? string|int
      +num_rows: ? string|int
      +param_count: ? int
      +field_count: ? int
      +errno: ? int
      +error: ? string
      +error_list: ? array
      +sqlstate: ? string
      +id: ? int
    }
    #show_errors: true
    #query_closed: true
    +query_count: 7
    #dbhost: "192.168.100.104"
    #dbuser: "oscomm07"
    #dbpass: "HxMHE88gS*&p"
    #dbname: "oscomm07"
    bgiDB: "bgiDB object"
  }
  +currencies: array:7 [
    "EUR" => array:9 [
      "title" => "Euro"
      "symbol_left" => "€"
      "symbol_right" => ""
      "decimal_point" => "."
      "thousands_point" => ","
      "decimal_places" => "2"
      "value" => 1
      "websites" => "GIE,GTS"
      "auto_update" => 1
    ]
    "USD" => array:9 [
      "title" => "US Dollar"
      "symbol_left" => "$"
      "symbol_right" => ""
      "decimal_point" => "."
      "thousands_point" => ","
      "decimal_places" => "2"
      "value" => 1.10315001
      "websites" => "GIE,GTS"
      "auto_update" => 1
    ]
    "GBP" => array:9 [
      "title" => "British Pound"
      "symbol_left" => "£"
      "symbol_right" => ""
      "decimal_point" => "."
      "thousands_point" => ","
      "decimal_places" => "2"
      "value" => 0.83924401
      "websites" => "GIE,GTS"
      "auto_update" => 1
    ]
    "AUD" => array:9 [
      "title" => "Australia Dollar"
      "symbol_left" => "$"
      "symbol_right" => ""
      "decimal_point" => "."
      "thousands_point" => ","
      "decimal_places" => "2"
      "value" => 1.60780299
      "websites" => "GIE,GTS"
      "auto_update" => 1
    ]
    "NZD" => array:9 [
      "title" => "New Zealand Dollar"
      "symbol_left" => "$"
      "symbol_right" => ""
      "decimal_point" => "."
      "thousands_point" => ","
      "decimal_places" => "2"
      "value" => 1.77050698
      "websites" => "GIE,GTS"
      "auto_update" => 1
    ]
    "CAD" => array:9 [
      "title" => "Canada Dollar"
      "symbol_left" => "$"
      "symbol_right" => ""
      "decimal_point" => "."
      "thousands_point" => ","
      "decimal_places" => "2"
      "value" => 1.49217498
      "websites" => "GIE,GTS"
      "auto_update" => 1
    ]
    "PTS" => array:9 [
      "title" => "Points"
      "symbol_left" => ""
      "symbol_right" => " Points"
      "decimal_point" => ""
      "thousands_point" => ""
      "decimal_places" => "0"
      "value" => 8.69999981
      "websites" => "ABB"
      "auto_update" => 0
    ]
  ]
  +allowed_websites: null
}
Login Page