PHP Classes

File: api5/api5/textdb/default.sources.json.php

Recommend this page to a friend!
  Classes of Santo Nuzzolillo   API SQL to JSON   api5/api5/textdb/default.sources.json.php   Download  
File: api5/api5/textdb/default.sources.json.php
Role: Auxiliary script
Content type: text/plain
Description: Auxiliary script
Class: API SQL to JSON
Send AJAX requests and responding with JSON data
Author: By
Last change:
Date: 6 years ago
Size: 439 bytes
 

Contents

Class file image Download
{
  "Type" : "MySQL",
  "DBLib" : "MySQLi",
  "Database" : "employees",
  "Host" : "192.168.1.39",
  "Port" : "3306",
  "User" : "demo",
  "Password" : "onlyfordemo",
  "Encoding" : ["", "utf8"],
  "Persistent" : false,
  "DateFormat" : ["yyyy", "-", "mm", "-", "dd", " ", "HH", ":", "nn", ":", "ss"],
  "BooleanFormat" : [1, 0, ""],
  "Uppercase" : false
}