PHP Classes

File: tests/configs/config.php

Recommend this page to a friend!
  Classes of Andre Roque Filipe   Config4all   tests/configs/config.php   Download  
File: tests/configs/config.php
Role: Auxiliary script
Content type: text/plain
Description: Auxiliary script
Class: Config4all
Load configuration files in multiple formats
Author: By
Last change: Update of tests/configs/config.php
Date: 3 months ago
Size: 190 bytes
 

Contents

Class file image Download
<?php

return array (
 
'github' => 'https://github.com/ReiDuKuduro',
 
'me' =>
  array (
   
'name' => 'Andre',
   
'surname' => 'Filipe',
   
'email' => 'andre.r.flip@gmail.com',
  ),
);