PHP Classes

File: src/config.example.json

Recommend this page to a friend!
  Classes of Aleksandar Zivanovic   PHP Request Action Handler   src/config.example.json   Download  
File: src/config.example.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP Request Action Handler
Handle HTTP requests to a REST API
Author: By
Last change:
Date: 5 years ago
Size: 209 bytes
 

Contents

Class file image Download
{ "application": { "debug": true, "actionIdentifier": "_route" }, "database": { "host": "localhost", "dbname": "dbname", "username": "root", "password": "", "port": 3306 } }