PHP Classes

File: tests/config.php

Recommend this page to a friend!
  Classes of Matous Nemec   PHP Filter Data Component   tests/config.php   Download  
File: tests/config.php
Role: Auxiliary script
Content type: text/plain
Description: Auxiliary script
Class: PHP Filter Data Component
Filter data got from a database or other sources
Author: By
Last change:
Date: 2 years ago
Size: 84 bytes
 

Contents

Class file image Download
<?php

return [
   
'database' => [
       
'username' => 'root',
       
'password' => '',
    ],
];