PHP Classes

File: tests/config.php

Recommend this page to a friend!
  Classes of Matous Nemec   PHP Editable Text Field   tests/config.php   Download  
File: tests/config.php
Role: Auxiliary script
Content type: text/plain
Description: Auxiliary script
Class: PHP Editable Text Field
Create page fields with values that users can edit
Author: By
Last change:
Date: 2 years ago
Size: 84 bytes
 

Contents

Class file image Download
<?php

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