PHP Classes

File: configs/local.json

Recommend this page to a friend!
  Classes of Cristian Radu   PHP Dependency Injection   configs/local.json   Download  
File: configs/local.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP Dependency Injection
Access services using JSON configuration files
Author: By
Last change:
Date: 22 days ago
Size: 209 bytes
 

Contents

Class file image Download
{ "database": { "host": "localhost", "database": "test", "username": "k", "password": "123456", "port": "" }, "validator" : { "rules": { "alphanumeric": "/^[a-z0-9\\-_]+$/i" } } }