phpDocumentor db
[ class tree: db ] [ index: db ] [ all elements ]

Element index for package db

Package indexes

[ a ] [ b ] [ c ] [ d ] [ e ] [ f ] [ g ] [ h ] [ i ] [ k ] [ l ] [ m ] [ n ] [ o ] [ p ] [ q ] [ r ] [ s ] [ t ] [ u ] [ v ] [ w ]

a

a

$affectedRows
in file Database.php, variable Database::$affectedRows
$anyerrors
in file Connection.php, variable Connection::$anyerrors
b

b

buildInsert
in file Execute.php, method Execute::buildInsert()
    Builds the key/value pairs for the INSERT/REPLACE query
buildRow
in file Execute.php, method Execute::buildRow()
    Builds the row for the INSERT/REPLACE query
buildUpdate
in file Execute.php, method Execute::buildUpdate()
    Builds the key/value pairs for UPDATE the query
c

c

$command
in file Execute.php, variable Execute::$command
$connection
in file Connection.php, variable Connection::$connection
$connection
in file DatabaseCommon.php, variable DatabaseCommon::$connection
close
in file DatabaseCommon.php, method DatabaseCommon::close()
    Close the connection to the database
close
in file Connection.php, method Connection::close()
    Close the connection to the database
Command
in file Command.php, method Command::Command()
    Constructor
Command
in file Command.php, class Command
    The Command towards the mysql database
Connection
in file Connection.php, method Connection::Connection()
    Constructor
Connection
in file Connection.php, class Connection
    The connection interface towards the mysql database
create
in file Execute.php, method Execute::create()
    Perform the query: CREATE table ( $extSql ) TYPE=MyISAM
CSS_ATAB_BODY
in file Setup.php, constant CSS_ATAB_BODY
CUSTOMER_TYPE_COMPANY
in file Define.php, constant CUSTOMER_TYPE_COMPANY
CUSTOMER_TYPE_PERSON
in file Define.php, constant CUSTOMER_TYPE_PERSON
CUSTOMER_TYPE_PUBLIC
in file Define.php, constant CUSTOMER_TYPE_PUBLIC
CUSTOMER_TYPE_SCHOOL
in file Define.php, constant CUSTOMER_TYPE_SCHOOL
Command.php
procedural page Command.php
Connection.php
procedural page Connection.php
Configuration.php
procedural page Configuration.php
d

d

$database
in file Connection.php, variable Connection::$database
Database
in file Database.php, class Database
    The interface towards the mysql database
Database
in file Database.php, method Database::Database()
    Constructor
DatabaseCommon
in file DatabaseCommon.php, method DatabaseCommon::DatabaseCommon()
    Constructor
DatabaseCommon
in file DatabaseCommon.php, class DatabaseCommon
    Common functions for the different database calls
DatabaseFields
in file DatabaseFields.php, class DatabaseFields
    The Database Fields interface towards the mysql tables
DatabaseFields
in file DatabaseFields.php, method DatabaseFields::DatabaseFields()
    Constructor
DATABASE_CONFIG_PREFIX
in file Configuration.php, constant DATABASE_CONFIG_PREFIX
    Defines the Prefix to the Database Configuration file
DATABASE_EXECUTE_INSERT
in file Define.php, constant DATABASE_EXECUTE_INSERT
DATABASE_EXECUTE_REPLACE
in file Define.php, constant DATABASE_EXECUTE_REPLACE
DATABASE_EXECUTE_UPDATE
in file Define.php, constant DATABASE_EXECUTE_UPDATE
DATABASE_PREFIX
in file Setup.php, constant DATABASE_PREFIX
DATABASE_TYPE_DB2
in file Define.php, constant DATABASE_TYPE_DB2
DATABASE_TYPE_JDBC
in file Define.php, constant DATABASE_TYPE_JDBC
DATABASE_TYPE_MSSQL
in file Define.php, constant DATABASE_TYPE_MSSQL
DATABASE_TYPE_MYSQL
in file Define.php, constant DATABASE_TYPE_MYSQL
DATABASE_TYPE_ODBC
in file Define.php, constant DATABASE_TYPE_ODBC
DATABASE_TYPE_ORACLE
in file Define.php, constant DATABASE_TYPE_ORACLE
DATABASE_TYPE_SYBASE
in file Define.php, constant DATABASE_TYPE_SYBASE
decrypt
in file TableInfo.php, method TableInfo::decrypt()
    Returns the real table info, from the encrypted table name
DEFAULT_DATABASE_PREFIX
in file Default.php, constant DEFAULT_DATABASE_PREFIX
    Default Database Prefix to use. You MUST update files accordingly
DEFAULT_ROLE_NAME
in file Default.php, constant DEFAULT_ROLE_NAME
DEFAULT_ROLE_TYPE
in file Default.php, constant DEFAULT_ROLE_TYPE
DEFINE_QUERY_SELECT
in file Define.php, constant DEFINE_QUERY_SELECT
DEFINE_SELECT_BASKET
in file Define.php, constant DEFINE_SELECT_BASKET
DEFINE_SELECT_CUSTOMER
in file Define.php, constant DEFINE_SELECT_CUSTOMER
DEFINE_SELECT_FORMMAIL
in file Define.php, constant DEFINE_SELECT_FORMMAIL
DEFINE_SELECT_LOGIN
in file Define.php, constant DEFINE_SELECT_LOGIN
DEFINE_TABLE_NAMES
in file Define.php, constant DEFINE_TABLE_NAMES
delete
in file Execute.php, method Execute::delete()
    Perform the query: DELETE FROM table WHERE ...
drop
in file Execute.php, method Execute::drop()
    Perform the query: DROP table IF EXISTS ...
DatabaseCommon.php
procedural page DatabaseCommon.php
DatabaseFields.php
procedural page DatabaseFields.php
Database.php
procedural page Database.php
Default.php
procedural page Default.php
Define.php
procedural page Define.php
e

e

email
in file QueryLogin.php, method QueryLogin::email()
    Return the query specified
encrypt
in file TableInfo.php, method TableInfo::encrypt()
    Returns the encrypted table info, from the real table name
Execute
in file Execute.php, method Execute::Execute()
    Constructor
Execute
in file Execute.php, class Execute
    Used to perform a query against the database
Execute.php
procedural page Execute.php
f

f

$fields
in file DatabaseFields.php, variable DatabaseFields::$fields
fetchArray
in file Database.php, method Database::fetchArray()
    Fetch the result of the query
fetchAssoc
in file Database.php, method Database::fetchAssoc()
    Fetch the result of the query
fetchObject
in file Database.php, method Database::fetchObject()
    Fetch the result of the query
fetchRow
in file Database.php, method Database::fetchRow()
    Fetch one row of data from the result associated with the specified result identifier
freeResult
in file DatabaseCommon.php, method DatabaseCommon::freeResult()
    Free the resources
from
in file Query.php, method Query::from()
    Return the FROM part of the query
g

g

get
in file QueryFormmail.php, method QueryFormmail::get()
    Return the query specified
get
in file QueryCustomer.php, method QueryCustomer::get()
    Return the query specified
get
in file QueryBasket.php, method QueryBasket::get()
    Return the query specified
get
in file Query.php, method Query::get()
    Return the query specified
get
in file QueryHistory.php, method QueryHistory::get()
    Return the query specified
get
in file QueryLogin.php, method QueryLogin::get()
    Return the query specified
getAffectedRows
in file Database.php, method Database::getAffectedRows()
    Get the affected rows
getConnection
in file Connection.php, method Connection::getConnection()
    Get the connection to the database
getCount
in file Execute.php, method Execute::getCount()
    Perform the query: SELECT count(table_id) FROM table [WHERE $key=$value] ...
getDatabase
in file Connection.php, method Connection::getDatabase()
    Get the name of the database
getDataReader
in file Command.php, method Command::getDataReader()
    Creates a DataReader object.
getDecrypt
in file TableInfo.php, method TableInfo::getDecrypt()
    Returns the real table info, from the encrypted table name
getError
in file Connection.php, method Connection::getError()
    Get the error message
getError
in file DatabaseCommon.php, method DatabaseCommon::getError()
    Get the error message
getField
in file DatabaseFields.php, method DatabaseFields::getField()
    Get column information from a result and return as an object
getFieldFlags
in file Database.php, method Database::getFieldFlags()
    Get the flags associated with the specified field in a result
getFieldLen
in file Database.php, method Database::getFieldLen()
    Get the length of the specified field
getFieldName
in file Database.php, method Database::getFieldName()
    Get the name of the specified field in a result
getFields
in file DatabaseFields.php, method DatabaseFields::getFields()
    Get field information about the given table name
getFieldTable
in file Database.php, method Database::getFieldTable()
    Get name of the table the specified field is in
getFieldType
in file Database.php, method Database::getFieldType()
    Get the type of the specified field in a result
getInsertId
in file Database.php, method Database::getInsertId()
    Return the ID generated for the INSERT statement for an AUTO_INCREMENT type
getLastInsertId
in file Execute.php, method Execute::getLastInsertId()
    Perform the query: SELECT last_insert_id();
getMessage
in file Connection.php, method Connection::getMessage()
    Get all message
getNumFields
in file DatabaseFields.php, method DatabaseFields::getNumFields()
    Get number of fields in result
getNumFields
in file Database.php, method Database::getNumFields()
    Returns the number of fields in the result
getNumRows
in file Database.php, method Database::getNumRows()
    Get the number of rows
getParams
in file Execute.php, method Execute::getParams()
    Return the POST/GET params or the supplied request array
getUsernamePassword
in file QueryLogin.php, method QueryLogin::getUsernamePassword()
    Return the query specified
GLOBAL_DB_CONNECTION_NAME
in file Define.php, constant GLOBAL_DB_CONNECTION_NAME
    THe name of global vars. I.e. $GLOBALS[GLOBAL_PAGE_TITLE_NAME]
groupby
in file Query.php, method Query::groupby()
    Return the GROUP BY part of the query
h

h

$host
in file Connection.php, variable Connection::$host
having
in file Query.php, method Query::having()
    Return the HAVING part of the query
HTML_DB_DATABASE_PATH
in file init.php, constant HTML_DB_DATABASE_PATH
HTML_DB_PATH
in file init.php, constant HTML_DB_PATH
HTML_DB_QUERY_PATH
in file init.php, constant HTML_DB_QUERY_PATH
HTML_DB_RESOURCE_PATH
in file init.php, constant HTML_DB_RESOURCE_PATH
HTML_DB_TEST_PATH
in file init.php, constant HTML_DB_TEST_PATH
HTML_DB_VIEW_PATH
in file init.php, constant HTML_DB_VIEW_PATH
Hello.php
procedural page Hello.php
i

i

$id
in file Execute.php, variable Execute::$id
insert
in file Execute.php, method Execute::insert()
    Perform the query: INSERT INTO table (keys) VALUES (values)...
index.php
procedural page index.php
init.php
procedural page init.php
k

k

$keys
in file Execute.php, variable Execute::$keys
$keysvalues
in file Execute.php, variable Execute::$keysvalues
l

l

limit
in file Query.php, method Query::limit()
    Return the LIMIT [$skip,] $show The Limit part of the query
m

m

$message
in file Connection.php, variable Connection::$message
myphp-package.php
procedural page myphp-package.php
MYPHP_BASE_PATH
in file myphp-package.php, constant MYPHP_BASE_PATH
MYPHP_DB_PATH
in file myphp-package.php, constant MYPHP_DB_PATH
MYPHP_FORM_PATH
in file myphp-package.php, constant MYPHP_FORM_PATH
MYPHP_PAGE_PATH
in file myphp-package.php, constant MYPHP_PAGE_PATH
MYPHP_TABLE_PATH
in file myphp-package.php, constant MYPHP_TABLE_PATH
n

n

$numFields
in file DatabaseFields.php, variable DatabaseFields::$numFields
$numRows
in file Database.php, variable Database::$numRows
o

o

open
in file Connection.php, method Connection::open()
    Connect to the host, and select the database to use
open
in file DatabaseCommon.php, method DatabaseCommon::open()
    Connect to the host, and select the database to use
orderby
in file Query.php, method Query::orderby()
    Return the ORDER BY part of the query
p

p

$password
in file Connection.php, variable Connection::$password
$persistent
in file Connection.php, variable Connection::$persistent
parse
in file Execute.php, method Execute::parse()
    Parses the $_POST in order to create the key/value pairs ...
password
in file QueryLogin.php, method QueryLogin::password()
    Return the query specified
printError
in file Execute.php, method Execute::printError()
    Print an error message and other information
q

q

QueryBasket.php
procedural page QueryBasket.php
QueryCustomer.php
procedural page QueryCustomer.php
QueryFormmail.php
procedural page QueryFormmail.php
QueryHistory.php
procedural page QueryHistory.php
QueryLogin.php
procedural page QueryLogin.php
Query.php
procedural page Query.php
query
in file Database.php, method Database::query()
    Execute the specified query. SELECT, UPDATE, INSERT etc...
Query
in file Query.php, method Query::Query()
    Constructor
Query
in file Query.php, class Query
    The Query object, which will supply all the sql
QueryBasket
in file QueryBasket.php, method QueryBasket::QueryBasket()
    Constructor
QueryBasket
in file QueryBasket.php, class QueryBasket
    The Query object, which will supply all the sql for the Basket
QueryCustomer
in file QueryCustomer.php, method QueryCustomer::QueryCustomer()
    Constructor
QueryCustomer
in file QueryCustomer.php, class QueryCustomer
    The Query object, which will supply all the sql for the Customer
QueryFormmail
in file QueryFormmail.php, method QueryFormmail::QueryFormmail()
    Constructor
QueryFormmail
in file QueryFormmail.php, class QueryFormmail
    The Query object, which will supply all the sql for the Form Mail
QueryHistory
in file QueryHistory.php, method QueryHistory::QueryHistory()
    Constructor
QueryHistory
in file QueryHistory.php, class QueryHistory
    The Query object, which will supply all the sql for the History
QueryLogin
in file QueryLogin.php, method QueryLogin::QueryLogin()
    Constructor
QueryLogin
in file QueryLogin.php, class QueryLogin
    The Query object, which will supply all the sql for the Login
QUERY_SELECT_ID
in file Define.php, constant QUERY_SELECT_ID
QUERY_SELECT_SID
in file Define.php, constant QUERY_SELECT_SID
QUERY_TRANSLATE_NONE
in file Define.php, constant QUERY_TRANSLATE_NONE
r

r

$result
in file DatabaseCommon.php, variable DatabaseCommon::$result
$row
in file Database.php, variable Database::$row
replace
in file Execute.php, method Execute::replace()
    Perform the query: REPLACE INTO table (keys) VALUES (values)...
REQUEST_GROUP_BY_NAME
in file Define.php, constant REQUEST_GROUP_BY_NAME
REQUEST_HAVING_NAME
in file Define.php, constant REQUEST_HAVING_NAME
REQUEST_TABLE
in file Define.php, constant REQUEST_TABLE
REQUEST_UUID
in file Define.php, constant REQUEST_UUID
ROLE_NAME_ADMIN
in file Define.php, constant ROLE_NAME_ADMIN
ROLE_NAME_ALL
in file Define.php, constant ROLE_NAME_ALL
ROLE_NAME_BASKET
in file Define.php, constant ROLE_NAME_BASKET
ROLE_NAME_BROWSE
in file Define.php, constant ROLE_NAME_BROWSE
ROLE_NAME_DELETE
in file Define.php, constant ROLE_NAME_DELETE
ROLE_NAME_DEMO
in file Define.php, constant ROLE_NAME_DEMO
ROLE_NAME_GUEST
in file Define.php, constant ROLE_NAME_GUEST
ROLE_NAME_INSERT
in file Define.php, constant ROLE_NAME_INSERT
ROLE_NAME_NONE
in file Define.php, constant ROLE_NAME_NONE
ROLE_NAME_UPDATE
in file Define.php, constant ROLE_NAME_UPDATE
ROLE_NAME_USER
in file Define.php, constant ROLE_NAME_USER
ROLE_TYPE_ALL
in file Define.php, constant ROLE_TYPE_ALL
ROLE_TYPE_BASKET
in file Define.php, constant ROLE_TYPE_BASKET
ROLE_TYPE_BROWSE
in file Define.php, constant ROLE_TYPE_BROWSE
ROLE_TYPE_EXECUTE_DELETE
in file Define.php, constant ROLE_TYPE_EXECUTE_DELETE
ROLE_TYPE_EXECUTE_INSERT
in file Define.php, constant ROLE_TYPE_EXECUTE_INSERT
ROLE_TYPE_EXECUTE_UPDATE
in file Define.php, constant ROLE_TYPE_EXECUTE_UPDATE
ROLE_TYPE_NONE
in file Define.php, constant ROLE_TYPE_NONE
ROLE_TYPE_PAGE
in file Define.php, constant ROLE_TYPE_PAGE
ROLE_TYPE_PROJECT
in file Define.php, constant ROLE_TYPE_PROJECT
ROLE_TYPE_PUBLISH
in file Define.php, constant ROLE_TYPE_PUBLISH
ROLE_TYPE_RESERVED
in file Define.php, constant ROLE_TYPE_RESERVED
ROLE_TYPE_TABLE
in file Define.php, constant ROLE_TYPE_TABLE
ROLE_TYPE_VIEW
in file Define.php, constant ROLE_TYPE_VIEW
ROLE_TYPE_VIEW_DELETE
in file Define.php, constant ROLE_TYPE_VIEW_DELETE
ROLE_TYPE_VIEW_INSERT
in file Define.php, constant ROLE_TYPE_VIEW_INSERT
ROLE_TYPE_VIEW_LIST
in file Define.php, constant ROLE_TYPE_VIEW_LIST
ROLE_TYPE_VIEW_UPDATE
in file Define.php, constant ROLE_TYPE_VIEW_UPDATE
s

s

$sql
in file Command.php, variable Command::$sql
$sql
in file Database.php, variable Database::$sql
Setup.php
procedural page Setup.php
select
in file Query.php, method Query::select()
    Return the SELECT part of the query
select
in file QueryBasket.php, method QueryBasket::select()
    Return the SELECT part of the query
select
in file QueryFormmail.php, method QueryFormmail::select()
    Return the SELECT part of the query
select
in file QueryLogin.php, method QueryLogin::select()
    Return the SELECT part of the query
select
in file QueryHistory.php, method QueryHistory::select()
    Return the SELECT part of the query
select
in file QueryCustomer.php, method QueryCustomer::select()
    Return the SELECT part of the query
SELECT_ADDRESS
in file Define.php, constant SELECT_ADDRESS
SELECT_BUSINESS_PHONE
in file Define.php, constant SELECT_BUSINESS_PHONE
SELECT_CHECKBOX_CONTACT
in file Define.php, constant SELECT_CHECKBOX_CONTACT
SELECT_CHECKBOX_OFFER
in file Define.php, constant SELECT_CHECKBOX_OFFER
SELECT_CHECKBOX_ORDER
in file Define.php, constant SELECT_CHECKBOX_ORDER
SELECT_CITY
in file Define.php, constant SELECT_CITY
SELECT_COMPANY
in file Define.php, constant SELECT_COMPANY
SELECT_CONTACT_PERSON
in file Define.php, constant SELECT_CONTACT_PERSON
SELECT_CREATED_DATE
in file Define.php, constant SELECT_CREATED_DATE
SELECT_DESCRIPTION
in file Define.php, constant SELECT_DESCRIPTION
SELECT_EMAIL
in file Define.php, constant SELECT_EMAIL
SELECT_FORMMAIL
in file Define.php, constant SELECT_FORMMAIL
SELECT_HREF
in file Define.php, constant SELECT_HREF
SELECT_INFORMATION
in file Define.php, constant SELECT_INFORMATION
SELECT_LOGIN_EMAIL
in file Define.php, constant SELECT_LOGIN_EMAIL
SELECT_LOGIN_PASSWORD
in file Define.php, constant SELECT_LOGIN_PASSWORD
SELECT_LOGIN_USERNAME
in file Define.php, constant SELECT_LOGIN_USERNAME
SELECT_MOBILE_PHONE
in file Define.php, constant SELECT_MOBILE_PHONE
SELECT_MODIFIED_DATE
in file Define.php, constant SELECT_MODIFIED_DATE
SELECT_PRICE
in file Define.php, constant SELECT_PRICE
SELECT_PRIVATE_PHONE
in file Define.php, constant SELECT_PRIVATE_PHONE
SELECT_QUANTITY
in file Define.php, constant SELECT_QUANTITY
SELECT_REFERER
in file Define.php, constant SELECT_REFERER
SELECT_SOLUTION
in file Define.php, constant SELECT_SOLUTION
SELECT_SUBJECT
in file Define.php, constant SELECT_SUBJECT
SELECT_SUBTOTAL
in file Define.php, constant SELECT_SUBTOTAL
SELECT_TABLE_ID
in file Define.php, constant SELECT_TABLE_ID
SELECT_TABLE_NAME
in file Define.php, constant SELECT_TABLE_NAME
SELECT_TABLE_SID
in file Define.php, constant SELECT_TABLE_SID
SELECT_TABLE_UUID
in file Define.php, constant SELECT_TABLE_UUID
SELECT_TEXT
in file Define.php, constant SELECT_TEXT
SELECT_TIMESTAMP
in file Define.php, constant SELECT_TIMESTAMP
set
in file DatabaseCommon.php, method DatabaseCommon::set()
    Set the named attribute of a class as: $this->key = $value
setMessage
in file Connection.php, method Connection::setMessage()
    Set next message in this scenario
skip
in file Execute.php, method Execute::skip()
    Checks the key, value pairs, if part of the post query
t

t

$table
in file Execute.php, variable Execute::$table
TableInfo.php
procedural page TableInfo.php
TableInfo
in file TableInfo.php, method TableInfo::TableInfo()
    Constructor
TableInfo
in file TableInfo.php, class TableInfo
    Translates from encrypted table names into real table names
TABLE_NAME_BANNER
in file Define.php, constant TABLE_NAME_BANNER
TABLE_NAME_BASKET
in file Define.php, constant TABLE_NAME_BASKET
TABLE_NAME_CATALOG
in file Define.php, constant TABLE_NAME_CATALOG
TABLE_NAME_CATEGORIES
in file Define.php, constant TABLE_NAME_CATEGORIES
TABLE_NAME_CATEGORIYLINKS
in file Define.php, constant TABLE_NAME_CATEGORIYLINKS
TABLE_NAME_CATEGORY
in file Define.php, constant TABLE_NAME_CATEGORY
TABLE_NAME_COMPANY
in file Define.php, constant TABLE_NAME_COMPANY
TABLE_NAME_CONTENT
in file Define.php, constant TABLE_NAME_CONTENT
TABLE_NAME_CUSTOMER
in file Define.php, constant TABLE_NAME_CUSTOMER
TABLE_NAME_DOMAIN
in file Define.php, constant TABLE_NAME_DOMAIN
TABLE_NAME_FIRMA
in file Define.php, constant TABLE_NAME_FIRMA
TABLE_NAME_FOOTER
in file Define.php, constant TABLE_NAME_FOOTER
TABLE_NAME_FORMMAIL
in file Define.php, constant TABLE_NAME_FORMMAIL
TABLE_NAME_HEADER
in file Define.php, constant TABLE_NAME_HEADER
TABLE_NAME_HISTORY
in file Define.php, constant TABLE_NAME_HISTORY
TABLE_NAME_IMAGE
in file Define.php, constant TABLE_NAME_IMAGE
TABLE_NAME_IMAGELINK
in file Define.php, constant TABLE_NAME_IMAGELINK
TABLE_NAME_LINK
in file Define.php, constant TABLE_NAME_LINK
TABLE_NAME_LISTS
in file Define.php, constant TABLE_NAME_LISTS
TABLE_NAME_LOGIN
in file Define.php, constant TABLE_NAME_LOGIN
    Choose which table to show
TABLE_NAME_META
in file Define.php, constant TABLE_NAME_META
TABLE_NAME_ORDER
in file Define.php, constant TABLE_NAME_ORDER
TABLE_NAME_PAGE
in file Define.php, constant TABLE_NAME_PAGE
TABLE_NAME_PARAGRAPH
in file Define.php, constant TABLE_NAME_PARAGRAPH
TABLE_NAME_PRODUCT
in file Define.php, constant TABLE_NAME_PRODUCT
TABLE_NAME_PROJECT
in file Define.php, constant TABLE_NAME_PROJECT
TABLE_NAME_ROLE
in file Define.php, constant TABLE_NAME_ROLE
TABLE_NAME_SESSION
in file Define.php, constant TABLE_NAME_SESSION
TABLE_NAME_SITE
in file Define.php, constant TABLE_NAME_SITE
TABLE_NAME_SITEMAP
in file Define.php, constant TABLE_NAME_SITEMAP
TABLE_NAME_USER
in file Define.php, constant TABLE_NAME_USER
translate
in file Query.php, method Query::translate()
    Return the translated SQL to language specific
u

u

$username
in file Connection.php, variable Connection::$username
update
in file Execute.php, method Execute::update()
    Perform the query: UPDATE table SET ... WHERE ID=$id
updateBasket
in file Execute.php, method Execute::updateBasket()
    Perform specialized Basket query: UPDATE basket SET ... WHERE
v

v

$values
in file Execute.php, variable Execute::$values
validate
in file QueryLogin.php, method QueryLogin::validate()
    Return the query specified
VIEW_COLUMN_BASKET
in file Define.php, constant VIEW_COLUMN_BASKET
VIEW_COLUMN_BASKET_ALL
in file Define.php, constant VIEW_COLUMN_BASKET_ALL
VIEW_COLUMN_BASKET_DEFAULT
in file Define.php, constant VIEW_COLUMN_BASKET_DEFAULT
VIEW_COLUMN_BASKET_DESCRIPTION
in file Define.php, constant VIEW_COLUMN_BASKET_DESCRIPTION
VIEW_COLUMN_BASKET_HREF
in file Define.php, constant VIEW_COLUMN_BASKET_HREF
VIEW_COLUMN_BASKET_NAME
in file Define.php, constant VIEW_COLUMN_BASKET_NAME
    The name of the hidden SELECT text field
VIEW_COLUMN_BASKET_NONE
in file Define.php, constant VIEW_COLUMN_BASKET_NONE
VIEW_COLUMN_BASKET_PRICE
in file Define.php, constant VIEW_COLUMN_BASKET_PRICE
VIEW_COLUMN_BASKET_QUANTITY
in file Define.php, constant VIEW_COLUMN_BASKET_QUANTITY
VIEW_COLUMN_BASKET_SUBTOTAL
in file Define.php, constant VIEW_COLUMN_BASKET_SUBTOTAL
VIEW_COLUMN_BASKET_TABLE_ID
in file Define.php, constant VIEW_COLUMN_BASKET_TABLE_ID
VIEW_COLUMN_BASKET_TABLE_SID
in file Define.php, constant VIEW_COLUMN_BASKET_TABLE_SID
VIEW_COLUMN_BASKET_TEXT
in file Define.php, constant VIEW_COLUMN_BASKET_TEXT
VIEW_COLUMN_CUSTOMER
in file Define.php, constant VIEW_COLUMN_CUSTOMER
VIEW_COLUMN_CUSTOMER_ADDRESS
in file Define.php, constant VIEW_COLUMN_CUSTOMER_ADDRESS
VIEW_COLUMN_CUSTOMER_ALL
in file Define.php, constant VIEW_COLUMN_CUSTOMER_ALL
VIEW_COLUMN_CUSTOMER_BUSINESS_PHONE
in file Define.php, constant VIEW_COLUMN_CUSTOMER_BUSINESS_PHONE
VIEW_COLUMN_CUSTOMER_CITY
in file Define.php, constant VIEW_COLUMN_CUSTOMER_CITY
VIEW_COLUMN_CUSTOMER_COMPANY
in file Define.php, constant VIEW_COLUMN_CUSTOMER_COMPANY
VIEW_COLUMN_CUSTOMER_CONTACT_PERSON
in file Define.php, constant VIEW_COLUMN_CUSTOMER_CONTACT_PERSON
VIEW_COLUMN_CUSTOMER_CREATED_DATE
in file Define.php, constant VIEW_COLUMN_CUSTOMER_CREATED_DATE
VIEW_COLUMN_CUSTOMER_DEFAULT
in file Define.php, constant VIEW_COLUMN_CUSTOMER_DEFAULT
VIEW_COLUMN_CUSTOMER_EMAIL
in file Define.php, constant VIEW_COLUMN_CUSTOMER_EMAIL
VIEW_COLUMN_CUSTOMER_MOBILE_PHONE
in file Define.php, constant VIEW_COLUMN_CUSTOMER_MOBILE_PHONE
VIEW_COLUMN_CUSTOMER_MODIFIED_DATE
in file Define.php, constant VIEW_COLUMN_CUSTOMER_MODIFIED_DATE
VIEW_COLUMN_CUSTOMER_NAME
in file Define.php, constant VIEW_COLUMN_CUSTOMER_NAME
    The name of the hidden SELECT text field
VIEW_COLUMN_CUSTOMER_NONE
in file Define.php, constant VIEW_COLUMN_CUSTOMER_NONE
VIEW_COLUMN_CUSTOMER_PRIVATE_PHONE
in file Define.php, constant VIEW_COLUMN_CUSTOMER_PRIVATE_PHONE
VIEW_COLUMN_CUSTOMER_RESERVED
in file Define.php, constant VIEW_COLUMN_CUSTOMER_RESERVED
VIEW_COLUMN_CUSTOMER_TABLE_ID
in file Define.php, constant VIEW_COLUMN_CUSTOMER_TABLE_ID
VIEW_COLUMN_CUSTOMER_TABLE_SID
in file Define.php, constant VIEW_COLUMN_CUSTOMER_TABLE_SID
VIEW_COLUMN_CUSTOMER_TEXT
in file Define.php, constant VIEW_COLUMN_CUSTOMER_TEXT
VIEW_COLUMN_CUSTOMER_ZIP
in file Define.php, constant VIEW_COLUMN_CUSTOMER_ZIP
VIEW_COLUMN_FORMMAIL
in file Define.php, constant VIEW_COLUMN_FORMMAIL
VIEW_COLUMN_FORMMAIL_ALL
in file Define.php, constant VIEW_COLUMN_FORMMAIL_ALL
VIEW_COLUMN_FORMMAIL_CHECKBOX_CONTACT
in file Define.php, constant VIEW_COLUMN_FORMMAIL_CHECKBOX_CONTACT
VIEW_COLUMN_FORMMAIL_CHECKBOX_OFFER
in file Define.php, constant VIEW_COLUMN_FORMMAIL_CHECKBOX_OFFER
VIEW_COLUMN_FORMMAIL_CHECKBOX_ORDER
in file Define.php, constant VIEW_COLUMN_FORMMAIL_CHECKBOX_ORDER
VIEW_COLUMN_FORMMAIL_CREATED_DATE
in file Define.php, constant VIEW_COLUMN_FORMMAIL_CREATED_DATE
VIEW_COLUMN_FORMMAIL_DEFAULT
in file Define.php, constant VIEW_COLUMN_FORMMAIL_DEFAULT
VIEW_COLUMN_FORMMAIL_INFORMATION
in file Define.php, constant VIEW_COLUMN_FORMMAIL_INFORMATION
VIEW_COLUMN_FORMMAIL_MODIFIED_DATE
in file Define.php, constant VIEW_COLUMN_FORMMAIL_MODIFIED_DATE
VIEW_COLUMN_FORMMAIL_NAME
in file Define.php, constant VIEW_COLUMN_FORMMAIL_NAME
    The name of the hidden SELECT text field
VIEW_COLUMN_FORMMAIL_NONE
in file Define.php, constant VIEW_COLUMN_FORMMAIL_NONE
VIEW_COLUMN_FORMMAIL_SUBJECT
in file Define.php, constant VIEW_COLUMN_FORMMAIL_SUBJECT
VIEW_COLUMN_FORMMAIL_TABLE_ID
in file Define.php, constant VIEW_COLUMN_FORMMAIL_TABLE_ID
VIEW_COLUMN_FORMMAIL_TABLE_SID
in file Define.php, constant VIEW_COLUMN_FORMMAIL_TABLE_SID
VIEW_COLUMN_HISTORY
in file Define.php, constant VIEW_COLUMN_HISTORY
VIEW_COLUMN_HISTORY_ALL
in file Define.php, constant VIEW_COLUMN_HISTORY_ALL
VIEW_COLUMN_HISTORY_CREATED_DATE
in file Define.php, constant VIEW_COLUMN_HISTORY_CREATED_DATE
VIEW_COLUMN_HISTORY_DEFAULT
in file Define.php, constant VIEW_COLUMN_HISTORY_DEFAULT
VIEW_COLUMN_HISTORY_INFORMATION
in file Define.php, constant VIEW_COLUMN_HISTORY_INFORMATION
VIEW_COLUMN_HISTORY_MODIFIED_DATE
in file Define.php, constant VIEW_COLUMN_HISTORY_MODIFIED_DATE
VIEW_COLUMN_HISTORY_NAME
in file Define.php, constant VIEW_COLUMN_HISTORY_NAME
    The name of the hidden SELECT text field
VIEW_COLUMN_HISTORY_NONE
in file Define.php, constant VIEW_COLUMN_HISTORY_NONE
VIEW_COLUMN_HISTORY_SOLUTION
in file Define.php, constant VIEW_COLUMN_HISTORY_SOLUTION
VIEW_COLUMN_HISTORY_SUBJECT
in file Define.php, constant VIEW_COLUMN_HISTORY_SUBJECT
VIEW_COLUMN_HISTORY_TABLE_ID
in file Define.php, constant VIEW_COLUMN_HISTORY_TABLE_ID
VIEW_COLUMN_HISTORY_TABLE_SID
in file Define.php, constant VIEW_COLUMN_HISTORY_TABLE_SID
w

w

where
in file Query.php, method Query::where()
    Return the WHERE part of the query

Documentation generated on Thu, 22 Dec 2005 17:02:27 +0100 by phpDocumentor 1.3.0RC3