PHP Classes

File: config/database.local.php.dist

Recommend this page to a friend!
  Classes of Haseeb Ahmad Basil   PHP Album Manager   config/database.local.php.dist   Download  
File: config/database.local.php.dist
Role: Configuration script
Content type: text/plain
Description: Configuration script
Class: PHP Album Manager
Manage a list of albums with Zend Framework 2
Author: By
Last change:
Date: 7 years ago
Size: 136 bytes
 

Contents

Class file image Download
<?php
return array(
   
'db' => array(
       
'username' => 'YOUR USERNAME HERE',
       
'password' => 'YOUR PASSWORD HERE',
    ),
);