PHP Classes

File: tests/config/array.php

Recommend this page to a friend!
  Classes of Thierry Feuzeu   Jaxon Config   tests/config/array.php   Download  
File: tests/config/array.php
Role: Auxiliary script
Content type: text/plain
Description: Configuration script
Class: Jaxon Config
Save configuration values in immutable objects
Author: By
Last change:
Date: 18 days ago
Size: 103 bytes
 

 

Contents

Class file image Download
<?php

return [
   
'core' => [
       
'array' => ['value1', 'value2', 'value3', 'value4'],
    ],
];