- Description
-
Class trees
Index of elements
Todo List
Interfaces
Phpfox_Cache_Interface
Phpfox_Database_Interface
Phpfox_Gateway_Interface
Phpfox_Image_Interface
Phpfox_Mail_Interface
Classes
Database_Driver_Mssql
Database_Driver_Oracle
Database_Driver_Postgres
Database_Driver_Sqlite
Phpfox
Phpfox_Ajax
Phpfox_Api
Phpfox_Archive
Phpfox_Archive_Export
Phpfox_Archive_Extension_Tar
Phpfox_Archive_Extension_Xml
Phpfox_Archive_Extension_Zip
Phpfox_Archive_Import
Phpfox_Archive_Support
Phpfox_Cache
Phpfox_Cache_Abstract
Phpfox_Cache_Storage_File
Phpfox_Cache_Storage_Memcache
Phpfox_Cdn
Phpfox_Cdn_Abstract
Phpfox_Cdn_Module_S3
Phpfox_Component
Phpfox_Cron
Phpfox_Database
Phpfox_Database_Dba
Phpfox_Database_Driver_Mysql
Phpfox_Database_Driver_Mysqli
Phpfox_Database_Export
Phpfox_Database_Support
Phpfox_Date
Phpfox_Debug
Phpfox_Diff_Md5
Phpfox_Editor
Phpfox_Error
Phpfox_File
Phpfox_File_Minimize
Phpfox_Ftp
Phpfox_Gateway
Phpfox_Gateway_Api_2checkout
Phpfox_Gateway_Api_Paypal
Phpfox_Hash
Phpfox_Image
Phpfox_Image_Abstract
Phpfox_Image_Helper
Phpfox_Image_Library_Gd
Phpfox_Locale
Phpfox_Mail
Phpfox_Mail_Driver_Phpmailer_Mail
Phpfox_Mail_Driver_Phpmailer_Smtp
Phpfox_Module
Phpfox_Pager
Phpfox_Parse_Bbcode
Phpfox_Parse_Css
Phpfox_Parse_Format
Phpfox_Parse_Input
Phpfox_Parse_Output
Phpfox_Parse_Wiki
Phpfox_Plugin
Phpfox_Process
Phpfox_Request
Phpfox_Search
Phpfox_Search_Inline
Phpfox_Server
Phpfox_Service
Phpfox_Session
Phpfox_Session_Handler
Phpfox_Session_Handler_Default
Phpfox_Session_Handler_File
Phpfox_Session_Handler_Memcache
Phpfox_Session_Storage_Cookie
Phpfox_Session_Storage_Session
Phpfox_Setting
Phpfox_Spam
Phpfox_Spam_Hash
Phpfox_Template
Phpfox_Url
Phpfox_Validator
Phpfox_Xml_Builder
Phpfox_Xml_Parser
Functions
d
e
p
Files
2checkout.class.php
abstract.class.php
abstract.class.php
abstract.class.php
ajax.class.php
api.class.php
archive.class.php
bbcode.class.php
builder.class.php
cache.class.php
cdn.class.php
component.class.php
cookie.class.php
cron.class.php
css.class.php
database.class.php
date.class.php
dba.class.php
debug.class.php
default.class.php
editor.class.php
error.class.php
export.class.php
export.class.php
file.class.php
file.class.php
file.class.php
format.class.php
ftp.class.php
gateway.class.php
gd.class.php
handler.class.php
hash.class.php
hash.class.php
helper.class.php
image.class.php
import.class.php
inline.class.php
input.class.php
interface.class.php
interface.class.php
interface.class.php
interface.class.php
interface.class.php
locale.class.php
mail.class.php
mail.class.php
md5.class.php
memcache.class.php
memcache.class.php
minimize.class.php
module.class.php
mssql.class.php
mysql.class.php
mysqli.class.php
oracle.class.php
output.class.php
pager.class.php
parser.class.php
paypal.class.php
phpfox.class.php
plugin.class.php
postgres.class.php
process.class.php
request.class.php
s3.class.php
search.class.php
server.class.php
service.class.php
session.class.php
session.class.php
setting.class.php
smtp.class.php
spam.class.php
sqlite.class.php
support.class.php
support.class.php
tar.class.php
template.class.php
url.class.php
validator.class.php
wiki.class.php
xml.class.php
zip.class.php
Template-
Classes
Phpfox_Template_Cache
Files
cache.class.php
Database_Driver_Oracle
Description
Oracle Database Driver NOTE: This driver is not in use and is still being tested thus no documentation was done for it just yet.
Located in /include/library/phpfox/database/driver/oracle.class.php (line 17)
Variable Summary
Method Summary
Variables
Methods
affectedRows (line 278)
void
affectedRows
()
connect (line 25)
void
connect
( $sHost, $sUser, $sPass, $sName, [ $sPort = false], [ $sPersistent = false])
- $sHost
- $sUser
- $sPass
- $sName
- $sPort
- $sPersistent
delete (line 207)
Delete entry from the database
void
delete
(string $sTable, string $sQuery)
- string $sTable: is the table name
- string $sQuery: is the query we will run
dropTables (line 541)
void
dropTables
( $aDrops, [ $aVals = array()])
- $aDrops
- $aVals
escape (line 170)
Prepares string to store in db (performs addslashes() )
mixed
escape
(mixed $mParam)
- mixed $mParam: string or array of string need to be escaped
execute (line 395)
void
execute
( $sType, [ $aParams = array()])
- $sType
- $aParams
freeResult (line 270)
void
freeResult
()
from (line 327)
void
from
( $sTable, [ $sAlias = ''])
- $sTable
- $sAlias
getField (line 158)
Returns one field from a row
mixed
getField
(string $sSql)
- string $sSql: SQL query
getLastId (line 218)
Returns row id from last executed query
int
getLastId
()
getResource (line 74)
void
getResource
()
getRow (line 142)
void
getRow
( $sSql, [ $bAssoc = true])
- $sSql
- $bAssoc
getRows (line 147)
void
getRows
( $sSql, [ $bAssoc = true])
- $sSql
- $bAssoc
getServerInfo (line 69)
void
getServerInfo
()
getSlaveField (line 121)
Returns one field from a row
mixed
getSlaveField
(string $sSql)
- string $sSql: SQL query
getSlaveRow (line 128)
void
getSlaveRow
( $sSql, [ $bAssoc = true])
- $sSql
- $bAssoc
getSlaveRows (line 135)
void
getSlaveRows
( $sSql, [ $bAssoc = true])
- $sSql
- $bAssoc
getVersion (line 64)
void
getVersion
()
group (line 344)
void
group
( $sGroup)
- $sGroup
having (line 351)
void
having
( $sHaving)
- $sHaving
innerJoin (line 365)
void
innerJoin
( $sTable, $sAlias, [ $mParam = null])
- $sTable
- $sAlias
- $mParam
join (line 372)
void
join
( $sTable, $sAlias, [ $mParam = null])
- $sTable
- $sAlias
- $mParam
leftJoin (line 358)
void
leftJoin
( $sTable, $sAlias, [ $mParam = null])
- $sTable
- $sAlias
- $mParam
limit (line 379)
void
limit
( $iPage, [ $sLimit = null], [ $iCnt = null])
- $iPage
- $sLimit
- $iCnt
multiInsert (line 187)
void
multiInsert
( $sTable, $aFields, $aValues)
- $sTable
- $aFields
- $aValues
order (line 334)
void
order
( $sOrder)
- $sOrder
query (line 87)
Performs sql query with error reporting and logging.
int
query
(string $sSql, [ &$hLink = ''])
- string $sSql: query string
- &$hLink
search (line 283)
void
search
( $sType, $mFields, $sSearch)
- $sType
- $mFields
- $sSearch
select (line 293)
void
select
( $sSelect)
- $sSelect
sqlReport (line 474)
void
sqlReport
( $query)
- $query
where (line 305)
void
where
( $aConds)
- $aConds
_connect (line 676)
void
_connect
( $sHost, $sUser, $sPass, [ $sPort = false], [ $sPersistent = false])
- $sHost
- $sUser
- $sPass
- $sPort
- $sPersistent
_getField (line 697)
Returns one field from a row
mixed
_getField
(string $sSql, &$hLink)
- string $sSql: SQL query
- &$hLink
_getRow (line 603)
Returns exactly one row as array. If there is number of rows satisfying the condition then the first one will be returned.
array
_getRow
(string $sSql, string $bAssoc, &$hLink)
- string $sSql: select query
- string $bAssoc: type of returned rows array
- &$hLink
_getRows (line 644)
Gets data returned by sql query
array
_getRows
(string $sSql, [string $bAssoc = true], &$hLink)
- string $sSql: select query
- string $bAssoc: type of returned rows array
- &$hLink
_insert (line 708)
void
_insert
( $sTable, $sFields, $sValues)
- $sTable
- $sFields
- $sValues
_join (line 560)
void
_join
( $sType, $sTable, $sAlias, [ $mParam = null])
- $sType
- $sTable
- $sAlias
- $mParam
_sqlError (line 589)
void
_sqlError
()
_update (line 719)
void
_update
( $sTable, $sSets, $sCond)
- $sTable
- $sSets
- $sCond
Documentation generated on Tue, 28 Sep 2010 10:36:42 +0200 by phpDocumentor 1.4.0a2