mysql.php File Reference

Go to the source code of this file.

Functions

 mysql_query ($query)
 mysql_fetch_object ($res)
 mysql_fetch_array ($res)
 mysql_fetch_assoc ($res)
 mysql_fetch_row ($res)
 mysql_num_rows ($res)
 mysql_num_fields ($res)
 mysql_free_result ($res)
 mysql_result ($res, $row, $col)
 mysql_connect ($host, $username, $pwd)
 mysql_error ()
 mysql_select_db ($db)
 mysql_close ()
 mysql_insert_id ()
 mysql_affected_rows ()

Variables

 $MYSQL_CONN = 0


Function Documentation

mysql_affected_rows (  ) 

Definition at line 113 of file mysql.php.

References $MYSQL_CONN.

Referenced by BAN::removeBan().

mysql_close (  ) 

Definition at line 101 of file mysql.php.

References $MYSQL_CONN.

Referenced by sql_disconnect().

mysql_connect ( host,
username,
pwd 
)

Definition at line 84 of file mysql.php.

Referenced by sql_connect().

mysql_error (  ) 

Definition at line 89 of file mysql.php.

References $MYSQL_CONN.

Referenced by _execute_queries(), ADMIN::addToTemplate(), sql_connect(), sql_query(), and ADMIN::updateConfig().

mysql_fetch_array ( res  ) 

mysql_fetch_assoc ( res  ) 

mysql_fetch_object ( res  ) 

mysql_fetch_row ( res  ) 

Definition at line 54 of file mysql.php.

Referenced by COMMENTS::amountComments(), and ticketForPlugin().

mysql_free_result ( res  ) 

mysql_insert_id (  ) 

mysql_num_fields ( res  ) 

Definition at line 64 of file mysql.php.

Referenced by _backup_dump_contents().

mysql_num_rows ( res  ) 

mysql_query ( query  ) 

Definition at line 33 of file mysql.php.

References $MYSQL_CONN, and $query.

Referenced by _backup_dump_contents(), _backup_dump_structure(), _execute_queries(), and sql_query().

mysql_result ( res,
row,
col 
)

Definition at line 74 of file mysql.php.

Referenced by SKIN::getContent(), and MEMBER::isBlogAdmin().

mysql_select_db ( db  ) 

Definition at line 95 of file mysql.php.

References $MYSQL_CONN.

Referenced by sql_connect().


Variable Documentation

$MYSQL_CONN = 0

http://nucleuscms.org/license.txt GNU General Public License Copyright (C) 2002-2007 The Nucleus Group

Version:
Id
mysql.php 1116 2007-02-03 08:24:29Z kimitake
Version:
NucleusJP
mysql.php,v 1.3 2007/02/04 06:28:46 kimitake Exp

Definition at line 24 of file mysql.php.

Referenced by mysql_affected_rows(), mysql_close(), mysql_error(), mysql_insert_id(), mysql_query(), mysql_select_db(), and sql_connect().



Generated on Wed Jun 25 17:26:01 2008 by  doxygen 1.5.5