Вход Регистрация
Файл: sys/library/goDB/_config/configsys.php
Строк: 10
<?php
/**
 * The defaults for system parameters
 *
 * @package goDB
 * @author Oleg Grigoriev <go.vasac@gmail.com>
 */

return array(
    
/* The adapter name */
    
'adapter' => null,

    
/* The flag of lazy connection */
    
'lazy' => true,

    
/* The table prefix */
    
'prefix'  => '',

    
/* The debug handler */
    
'debug' => null,

    
/* The compatibility options */
    
'compat'  => array(),

    
/* The list of pre-queries */
    
'pre' => array(),
);
Онлайн: 0
Реклама