Zend_Db_Adapter_MysqliLocated in /library/Zend/Db/Adapter/Mysqli.php (line 64)
array
$_config
= array(User-provided configuration.
Basic keys are:
host => (string) What host to connect to (default 127.0.0.1) port => (integer) Port number of MySQL server listens on socket => (string) Socket or named pipe that should be used database => (string) The name of the database to user username => (string) Connect to the database as this username. password => (string) Password associated with the username.
int
$_fetchMode
= Zend_Db::FETCH_ASSOC (line 100)
Fetch mode.
mixed
$_profiler
(line 93)
Query profiler.
beginTransaction (line 244)
Leave autocommit mode and begin a transaction.
commit (line 258)
Commit a transaction and return to autocommit mode.
delete (line 341)
Deletes table rows based on a WHERE clause.
describeTable (line 222)
Returns the column descriptions for a table.
fetchAll (line 407)
Fetches all SQL result rows as a sequential array.
fetchAssoc (line 429)
Fetches all SQL result rows as an associative array.
The first column is the key, the entire row array is the value.
fetchCol (line 451)
Fetches the first column of all SQL result rows as an array.
The first column in each row is used as the array key.
fetchOne (line 492)
Fetches the first column of the first row of the SQL result.
fetchPairs (line 473)
Fetches all SQL result rows as an array of key-value pairs.
The first column is the key, the second column is the value.
fetchRow (line 508)
Fetches the first row of the SQL result.
getFetchMode (line 394)
Get the fetch mode.
insert (line 291)
Inserts a table row with specified data.
lastInsertId (line 199)
Gets the last inserted ID.
limit (line 586)
Adds an adapter-specific LIMIT clause to the SELECT statement.
listTables (line 211)
Returns a list of the tables in the database.
prepare (line 183)
Returns an SQL statement for preparation.
query (line 153)
Executes an SQL statement with bound data.
quote (line 526)
Safely quotes a value for an SQL statement.
If an array is passed as the value, the array values are quoted and then returned as a comma-separated string.
quoteIdentifier (line 574)
Quotes an identifier.
quoteInto (line 557)
Quotes a value and places into a piece of text at a placeholder.
The placeholder is a question-mark; all placeholders will be replaced with the quoted value. For example:
rollBack (line 274)
Roll back a transaction and return to autocommit mode.
select (line 358)
Creates and returns a new Zend_Db_Select object for this adapter.
setFetchMode (line 373)
Set the fetch mode.
update (line 315)
Updates table rows with specified data based on a WHERE clause.
_connect (line 108)
Creates a connection resource.
Documentation generated on Tue, 11 Jul 2006 12:24:20 -0500 by phpDocumentor 1.3.0RC6