PHP Classes

File: SKien/Test/Config/testdata/MergeExample1.json

Recommend this page to a friend!
  Classes of Stefan Kientzler   PHP Config Class from Files in JSON, INI, XML, YAML, NEON or Arrays   SKien/Test/Config/testdata/MergeExample1.json   Download  
File: SKien/Test/Config/testdata/MergeExample1.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP Config Class from Files in JSON, INI, XML, YAML, NEON or Arrays
Read configuration from multiple file formats
Author: By
Last change:
Date: 3 years ago
Size: 373 bytes
 

Contents

Class file image Download
{ "BaseString_1": "Base String 1 - Config 1", "BaseString_2": "Base String 2 - Config 1", "Module_1": { "String_1": "First string - Config 1", "String_2": "Second string - Config 1", "String_3": "Third string - Config 1" }, "IndexedArray": [ "First Element - Config 1", "Second Element - Config 1", "Third Element - Config 1" ], "EmptyIndexArray": [] }