PHP Classes

File: src/config/database.php

Recommend this page to a friend!
  Classes of Scott Arciszewski   CMS Airship   src/config/database.php   Download  
File: src/config/database.php
Role: Auxiliary script
Content type: text/plain
Description: Auxiliary script
Class: CMS Airship
Content management system with security features
Author: By
Last change:
Date: 7 years ago
Size: 189 bytes
 

Contents

Class file image Download
<?php
/**
 * GLOBAL EXTRA DATABASE DRIVERS GO HERE
 *
 * @global $dbConf
 */

/*
$dbConf['extra'] = [
    \Airship\Engine\Gears::get('Database', 'sqlite:'.ROOT.'/tmp/etilqs.sqlite')
];
*/