config

Template of config.php.  Release: $Name: $

Edit by: $Author: mcbig $ Edit Date: $Date: 2007/01/02 16:13:12 $ Version: $Revision: 1.6 $

Summary
Template of config.php.
if true, all php errors, warnings and notices are printing to glass via PopStatus function.
if true, all sql errors, warnings, notices and sql querys are printing to glass via PopStatus function.
Configuration of SQL Server.
Array of admin users

Variables

gbDebug

$gbDebug

if true, all php errors, warnings and notices are printing to glass via PopStatus function.

gbSqlDebug

$gbSqlDebug

if true, all sql errors, warnings, notices and sql querys are printing to glass via PopStatus function.

SQL_server

$SQL_server

Configuration of SQL Server. for more details see code or sql.php.  Variable is array and has these elemens:

Typesql type, know type is mysql now.
Versionversion of sql server, mysql server knows 4.0, 4.1 and 5.x.
Serversql host name or IP
Usersql user
Passsql pass
Databesesql database or profile
Charsetsql errors encoding

WLogin_users

$gaWLogin_users

Array of admin users

$gbDebug
if true, all php errors, warnings and notices are printing to glass via PopStatus function.
function PopStatus()
Return buffer StatusBar from _SESSION and clear it.
$gbSqlDebug
if true, all sql errors, warnings, notices and sql querys are printing to glass via PopStatus function.
$SQL_server
Configuration of SQL Server.
$gaWLogin_users
Array of admin users
SQL library for using sql servers in phpBlamework.