PHP Classes

File: conf/db.php

Recommend this page to a friend!
  Classes of Fernando Val   Springy   conf/db.php   Download  
File: conf/db.php
Role: Auxiliary script
Content type: text/plain
Description: Configuration script
Class: Springy
Microframework for Web application development
Author: By
Last change:
Date: 1 month ago
Size: 182 bytes
 

Contents

Class file image Download
<?php

/**
 * Springy Framework Configuration File.
 *
 * Do not remove this file.
 */

return [
   
'_migration' => [
       
'table_name' => '_database_version_control',
    ],
];