PHP Classes

File: ExampleConfig.neon

Recommend this page to a friend!
  Classes of Stefan Kientzler   PHP Config Class from Files in JSON, INI, XML, YAML, NEON or Arrays   ExampleConfig.neon   Download  
File: ExampleConfig.neon
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: 2 years ago
Size: 591 bytes
 

Contents

Class file image Download
# # This is a example for a neon config - neon es near to the yaml format, one of # the differences is the support of comments like this # BaseString_1: Base String Parameter in Neon file Module_1: String_1: First string Parameter String_2: Second string Parameter EmptyString: Int_1: 10 Int_2: 20 Date_1: "2021-01-12" DateTime_1: "2021-02-23 13:47" Module_2: String_1: Module2 string Parameter Int_1: 30 Bool_1: "FALSE" Bool_Error: invalid IndexedArray: - First Element - Second Element - Third Element AssocArray: First: Element 1 Second: Element 2 Third: Element 3