PHP Classes

File: src/Cabin/Bridge/database.php

Recommend this page to a friend!
  Classes of Scott Arciszewski   CMS Airship   src/Cabin/Bridge/database.php   Download  
File: src/Cabin/Bridge/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: 246 bytes
 

Contents

Class file image Download
<?php
declare(strict_types=1);

/**
 * You can use this file to add database connections that are Cabin-specific
 *
 * @globalvar $db
 */

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