PHP Classes

File: tests/resources/correct-compound.php

Recommend this page to a friend!
  Classes of Vitaly   Queasy PHP Config   tests/resources/correct-compound.php   Download  
File: tests/resources/correct-compound.php
Role: Example script
Content type: text/plain
Description: Example script
Class: Queasy PHP Config
Read a configuration from files in several formats
Author: By
Last change:
Date: 3 years ago
Size: 151 bytes
 

Contents

Class file image Download
<?php

return array(
   
'include-section' => new queasy\config\Config(__DIR__ . '/correct-compound-part.php'),
   
'parent-key' => 'parent-value'
);