Class mysql

Description

*

************************************************************************ Copyright (C) 2009 by lynk * lynk@md5oogle.com * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or * (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the * Free Software Foundation, Inc., * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. * *************************************************************************

Located in /extensions/buddyseed.1.0-geneva/class/Class.mysql.php (line 24)


	
			
Method Summary
mysql __construct ([ $persist = true])
void connect ( $host, [ $port = 3306],  $password,  $username,  $database)
void delete ( $table,  $where, [ $limit = false], [ $sanitize = true])
void disconnect ()
void escape ( $zomgevilzombiestring)
void fetch_array ( &$query)
void fetch_object ( &$query)
void fetch_row ( &$query)
void insert ( $table,  $array, [ $sanitize = true])
void insert_id ([ $query = false])
void last_errors ()
void num_affected ( $query)
void num_rows ( $query)
void ping ()
void query ( $query_string)
void update ( $table,  $array,  $where,  $limit, [ $sanitize = true])
void _error ( $message)
void __get ( $what)
Methods
Constructor __construct (line 33)
mysql __construct ([ $persist = true])
  • $persist
connect (line 51)
void connect ( $host, [ $port = 3306],  $password,  $username,  $database)
  • $host
  • $port
  • $password
  • $username
  • $database
delete (line 287)
void delete ( $table,  $where, [ $limit = false], [ $sanitize = true])
  • $table
  • $where
  • $limit
  • $sanitize
disconnect (line 45)
void disconnect ()
escape (line 267)
void escape ( $zomgevilzombiestring)
  • $zomgevilzombiestring
fetch_array (line 247)
void fetch_array ( &$query)
  • &$query
fetch_object (line 257)
void fetch_object ( &$query)
  • &$query
fetch_row (line 252)
void fetch_row ( &$query)
  • &$query
insert (line 135)
void insert ( $table,  $array, [ $sanitize = true])
  • $table
  • $array
  • $sanitize
insert_id (line 128)
void insert_id ([ $query = false])
  • $query
last_errors (line 272)
void last_errors ()
num_affected (line 123)
void num_affected ( $query)
  • $query
num_rows (line 114)
void num_rows ( $query)
  • $query
ping (line 75)
void ping ()
query (line 81)
void query ( $query_string)
  • $query_string
update (line 200)
void update ( $table,  $array,  $where,  $limit, [ $sanitize = true])
  • $table
  • $array
  • $where
  • $limit
  • $sanitize
_error (line 262)
void _error ( $message)
  • $message
__get (line 39)
void __get ( $what)
  • $what

Documentation generated on Thu, 19 Nov 2009 20:25:14 -0700 by phpDocumentor 1.4.1