[ Index ]

PHP Cross Reference of phpwcms V1.5.0 _r431 (28.01.12)

title

Body

[close]

/include/inc_lib/ -> dbcon.inc.php (summary)

(no description)

File Size: 727 lines (20 kb)
Included or required: 47 times
Referenced: 0 times
Includes or requires: 0 files

Defines 18 functions

  mysql_real_escape_string()
  mysql_real_escape_string()
  aporeplace()
  _dbSelect()
  _dbQuery()
  _dbCount()
  _dbInsert()
  _dbInsertOrUpdate()
  _dbGet()
  _dbUpdate()
  _dbGetCreateCharsetCollation()
  _report_error()
  _dbInitialize()
  _dbDuplicateRow()
  _setConfig()
  _dbEscape()
  _getConfig()
  _dbSetVar()

Functions
Functions that are not part of a class:

mysql_real_escape_string($string)   X-Ref
No description

mysql_real_escape_string($string)   X-Ref
No description

aporeplace($value='')   X-Ref
No description

_dbSelect($db_table='')   X-Ref
No description

_dbQuery($query='', $_queryMode='ASSOC')   X-Ref
No description

_dbCount($query='')   X-Ref
No description

_dbInsert($table='', $data=array()   X-Ref
No description

_dbInsertOrUpdate($table='', $data=array()   X-Ref
No description

_dbGet($table='', $select='*', $where='', $group_by='', $order_by='', $limit='', $prefix=NULL)   X-Ref
No description

_dbUpdate($table='', $data=array()   X-Ref
No description

_dbGetCreateCharsetCollation()   X-Ref
No description

_report_error($error_type='DB', $query='')   X-Ref
No description

_dbInitialize()   X-Ref
No description

_dbDuplicateRow($table='', $unique_field='', $id_value=0, $exception=array()   X-Ref
No description

_setConfig($key, $value=NULL, $group='', $status=1)   X-Ref
No description

_dbEscape($value='', $quoted=TRUE)   X-Ref
No description

_getConfig($key, $set_global='phpwcms')   X-Ref
No description

_dbSetVar($var='', $value=NULL, $compare=FALSE)   X-Ref
Set MySQL variable

An often seen default value is just 1M for that MySQL variable
Serialized data or text can be much bigger than this and
MySQL connection can get lost. This fixes this and set it
to a global default value of 16M



Generated: Sun Jan 29 16:31:14 2012 Cross-referenced by PHPXref 0.7.1