Class: MySQL
Source Location: /MySQL.php
Created on 14-aug-06
Author(s):
Version:
|
|
|
Class Details
Class Variables
$complex_query =
[line 101]
Variable defining the complete query to send to MySQL::sql_link.
Tags:
$database =
[line 39]
Variable that defines the database name.
Tags:
$dbhost = "localhost"
[line 22]
Variable that defines the server where the database is.
Tags:
$dbpass = "ajYz7yhrcUAX8ZAu"
[line 34]
Variable that defines the password with which you will connect.
Tags:
$dbuser = "webuser"
[line 28]
Variable that defines the user with which you will connect.
Tags:
$debug = false
[line 121]
Variable defining the debug mode. If defined to true, the object will echo the query.
Tags:
$distinct = false
[line 64]
Variable defining if the SELECT must be distinct or not.
Tags:
$error_report = "change to your mysql-master email"
[line 116]
Variable defining the email to throw when errors are displayed.
Tags:
$fetch_method = MYSQLI_ASSOC
[line 111]
Variable defining the method used to fetch the results.
Tags:
$groupby = false
[line 69]
Variable defining if the SELECT must group the results by a specific column.
Tags:
$leftjoin =
[line 54]
Variable containing left join statement used in SELECT.
Tags:
$limitfrom =
[line 85]
Variable defining the limit from to use. ... LIMIT $limitfrom,$limitqty; If this variable is not defined, no limit is used.
Tags:
$limitqty =
[line 91]
Variable defining the limit quantity to use. ... LIMIT $limitfrom,$limitqty; If this variable is not defined, no limit is used.
Tags:
$matchvalue = 1
[line 96]
Variable defining the HAVING minimal value for match selection.
Tags:
$order = "ASC"
[line 79]
Variable defining the way the results need to be ordered (Ascending / Descending).
Tags:
$orderrow =
[line 74]
Variable defining the row to use to order the results.
Tags:
$result =
[line 106]
Variable where the result of a select is stored.
Tags:
$sql_link =
[line 49]
Variable where the sql link is stored.
Tags:
$table =
[line 44]
Variable that defines the table name.
Tags:
$whereclause = 1
[line 59]
Variable defining the WHERE clause.
Tags:
Class Methods
|
|