PHP Classes

File: tests/config.php

Recommend this page to a friend!
  Classes of Matous Nemec   PHP Data Grid View   tests/config.php   Download  
File: tests/config.php
Role: Auxiliary script
Content type: text/plain
Description: Auxiliary script
Class: PHP Data Grid View
Display data in an editable grid on a Web page
Author: By
Last change:
Date: 3 years ago
Size: 84 bytes
 

Contents

Class file image Download
<?php

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