[ all elements ]

Index of all elements

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

a

alert
in file Log.php, method PhpLight_Log::alert()
    Logs a message with ALERT priority
ALERT
in file Log.php, class constant PhpLight_Log::ALERT
AutoLoader.php
procedural page AutoLoader.php
Abstract.php
procedural page Abstract.php
Abstract.php
procedural page Abstract.php
Abstract.php
procedural page Abstract.php
top

b

beginTransaction
in file Abstract.php, method PhpLight_Db_Adapter_Abstract::beginTransaction()
    Leave autocommit mode and begin a transaction.
Bootstrap.php
procedural page Bootstrap.php
top

c

canLog
in file Log.php, method PhpLight_Log::canLog()
    Check if we have everything we need to log
close
in file Mysql.php, method PhpLight_Db_Statement_Mysql::close()
    Closes the cursor and the statement.
close
in file Mysqli.php, method PhpLight_Db_Statement_Mysqli::close()
    Closes the cursor and the statement.
closeConnection
in file Mysql.php, method PhpLight_Db_Adapter_Mysql::closeConnection()
    Force the connection to close.
closeConnection
in file Mysqli.php, method PhpLight_Db_Adapter_Mysqli::closeConnection()
    Force the connection to close.
commit
in file Abstract.php, method PhpLight_Db_Adapter_Abstract::commit()
    Commit a transaction and return to autocommit mode.
CRIT
in file Log.php, class constant PhpLight_Log::CRIT
critical
in file Log.php, method PhpLight_Log::critical()
    Logs a message with CRIT priority
top

d

Db.php
procedural page Db.php
DEBUG
in file Log.php, class constant PhpLight_Log::DEBUG
debug
in file Log.php, method PhpLight_Log::debug()
    Logs a message with DEBUG priority
top

e

Exception.php
procedural page Exception.php
Exception.php
procedural page Exception.php
Exception.php
procedural page Exception.php
EMERG
in file Log.php, class constant PhpLight_Log::EMERG
emergency
in file Log.php, method PhpLight_Log::emergency()
    Logs a message with EMERG priority
enable
in file Log.php, method PhpLight_Log::enable()
    Enable logging
ERR
in file Log.php, class constant PhpLight_Log::ERR
error
in file Log.php, method PhpLight_Log::error()
    Logs a message with ERROR priority
errorCode
in file Mysqli.php, method PhpLight_Db_Statement_Mysqli::errorCode()
    Retrieves the error code, if any, associated with the last operation on the statement handle.
errorCode
in file Mysql.php, method PhpLight_Db_Statement_Mysql::errorCode()
    Retrieves the error code, if any, associated with the last operation on the statement handle.
errorInfo
in file Mysqli.php, method PhpLight_Db_Statement_Mysqli::errorInfo()
    Retrieves an array of error information, if any, associated with the last operation on the statement handle.
errorInfo
in file Mysql.php, method PhpLight_Db_Statement_Mysql::errorInfo()
    Retrieves an array of error information, if any, associated with the last operation on the statement handle.
Exception.php
procedural page Exception.php
execute
in file Abstract.php, method PhpLight_Db_Statement_Abstract::execute()
    Executes a prepared statement.
top

f

factory
in file Pagination.php, method PhpLight_Pagination::factory()
    Factory method
factory
in file Db.php, method PhpLight_Db::factory()
    Factory method
fetch
in file Mysql.php, method PhpLight_Db_Statement_Mysql::fetch()
    Fetches a row from the result set.
fetch
in file Abstract.php, method PhpLight_Db_Statement_Abstract::fetch()
    Fetch method, always returns the data as an associative array
fetch
in file Mysqli.php, method PhpLight_Db_Statement_Mysqli::fetch()
    Fetches a row from the result set.
fetchAll
in file Abstract.php, method PhpLight_Db_Statement_Abstract::fetchAll()
    Returns an array containing all of the result set rows.
fetchAll
in file Abstract.php, method PhpLight_Db_Adapter_Abstract::fetchAll()
    Fetches all SQL result rows as a sequential array.
fetchAssoc
in file Abstract.php, method PhpLight_Db_Adapter_Abstract::fetchAssoc()
    Fetches all SQL result rows as an associative array.
fetchOne
in file Abstract.php, method PhpLight_Db_Adapter_Abstract::fetchOne()
    Fetches the first column of the first row of the SQL result.
fetchRow
in file Abstract.php, method PhpLight_Db_Adapter_Abstract::fetchRow()
    Fetches the first row of the SQL result.
friendlyFileSize
in file File.php, method PhpLight_Util_File::friendlyFileSize()
    Display file size in friendly format
File.php
procedural page File.php
top

g

get
in file SqlLoader.php, method PhpLight_SqlLoader::get()
    Get query
get
in file Registry.php, method PhpLight_Registry::get()
    getter method, basically same as offsetGet().
getConfig
in file Abstract.php, method PhpLight_Db_Adapter_Abstract::getConfig()
    Returns the configuration variables in this adapter.
getConnection
in file Abstract.php, method PhpLight_Db_Adapter_Abstract::getConnection()
    Returns the underlying database connection object or resource.
getElapsedTime
in file Object.php, method PhpLight_Log_Object::getElapsedTime()
    Returns the elapsed time from the logger initialization
getElapsedTime
in file Log.php, method PhpLight_Log::getElapsedTime()
    Get the elapsed time
getInstance
in file Registry.php, method PhpLight_Registry::getInstance()
    Retrieves the default registry instance.
getInstance
in file Log.php, method PhpLight_Log::getInstance()
    Returns an instance of this class.
getLowerLimit
in file Abstract.php, method PhpLight_Pagination_Abstract::getLowerLimit()
    Get lower limit
getMemStats
in file Log.php, method PhpLight_Log::getMemStats()
    Get the elapsed time
getMemStats
in file Object.php, method PhpLight_Log_Object::getMemStats()
    Return the references of min & max memory used in MB
getNextPage
in file Abstract.php, method PhpLight_Pagination_Abstract::getNextPage()
    Get next page
getPagination
in file Abstract.php, method PhpLight_Pagination_Abstract::getPagination()
    Get the pagination
getPreviousPage
in file Abstract.php, method PhpLight_Pagination_Abstract::getPreviousPage()
    Get previous page
getServerVersion
in file Mysql.php, method PhpLight_Db_Adapter_Mysql::getServerVersion()
    Retrieve server version in PHP style
getServerVersion
in file Mysqli.php, method PhpLight_Db_Adapter_Mysqli::getServerVersion()
    Retrieve server version in PHP style
getTotal
in file Abstract.php, method PhpLight_Pagination_Abstract::getTotal()
    Get the total number of pages
getUpperLimit
in file Abstract.php, method PhpLight_Pagination_Abstract::getUpperLimit()
    Get upper limit
top

i

INFO
in file Log.php, class constant PhpLight_Log::INFO
info
in file Log.php, method PhpLight_Log::info()
    Logs a message with INFO priority
isConnected
in file Mysqli.php, method PhpLight_Db_Adapter_Mysqli::isConnected()
    Test if a connection is active
isConnected
in file Mysql.php, method PhpLight_Db_Adapter_Mysql::isConnected()
    Test if a connection is active
isConnected
in file Abstract.php, method PhpLight_Db_Adapter_Abstract::isConnected()
    Test if a connection is active
isRegistered
in file Registry.php, method PhpLight_Registry::isRegistered()
    Returns TRUE if the $index is a named value in the registry, or FALSE if $index was not found in the registry.
top

l

lastInsertId
in file Mysqli.php, method PhpLight_Db_Adapter_Mysqli::lastInsertId()
    Gets the last ID generated automatically
lastInsertId
in file Mysql.php, method PhpLight_Db_Adapter_Mysql::lastInsertId()
    Gets the last ID generated automatically by an AUTOINCREMENT column.
load
in file SqlLoader.php, method PhpLight_SqlLoader::load()
    Load sql file
load
in file AutoLoader.php, method PhpLight_AutoLoader::load()
    Autoload callback for loading class files.
log
in file Object.php, method PhpLight_Log_Object::log()
    Log a message at a priority
Log.php
procedural page Log.php
logMessage
in file Log.php, method PhpLight_Log::logMessage()
    Logs a message with the current logger object from registry
LOG_HEADER
in file Object.php, class constant PhpLight_Log_Object::LOG_HEADER
    Log header
top

m

Mysql.php
procedural page Mysql.php
Mysqli.php
procedural page Mysqli.php
Mysql.php
procedural page Mysql.php
Mysqli.php
procedural page Mysqli.php
top

n

notice
in file Log.php, method PhpLight_Log::notice()
    Logs a message with NOTICE priority
NOTICE
in file Log.php, class constant PhpLight_Log::NOTICE
top

o

Object.php
procedural page Object.php
offsetExists
in file Registry.php, method PhpLight_Registry::offsetExists()
    Check if an offset exists
OPT_CURRENT_PAGE
in file Pagination.php, class constant PhpLight_Pagination::OPT_CURRENT_PAGE
OPT_DISPLAY_FIRST
in file Pagination.php, class constant PhpLight_Pagination::OPT_DISPLAY_FIRST
OPT_DISPLAY_LAST
in file Pagination.php, class constant PhpLight_Pagination::OPT_DISPLAY_LAST
OPT_DISPLAY_NEXT
in file Pagination.php, class constant PhpLight_Pagination::OPT_DISPLAY_NEXT
OPT_DISPLAY_PREVIOUS
in file Pagination.php, class constant PhpLight_Pagination::OPT_DISPLAY_PREVIOUS
OPT_FIRST_TEXT
in file Pagination.php, class constant PhpLight_Pagination::OPT_FIRST_TEXT
OPT_ITEMS_AROUND
in file Pagination.php, class constant PhpLight_Pagination::OPT_ITEMS_AROUND
OPT_ITEMS_COUNT
in file Pagination.php, class constant PhpLight_Pagination::OPT_ITEMS_COUNT
OPT_ITEMS_PER_PAGE
in file Pagination.php, class constant PhpLight_Pagination::OPT_ITEMS_PER_PAGE
OPT_ITEMS_SEPARATOR
in file Pagination.php, class constant PhpLight_Pagination::OPT_ITEMS_SEPARATOR
OPT_ITEMS_START_END
in file Pagination.php, class constant PhpLight_Pagination::OPT_ITEMS_START_END
OPT_LAST_TEXT
in file Pagination.php, class constant PhpLight_Pagination::OPT_LAST_TEXT
OPT_MORE_SEPARATOR
in file Pagination.php, class constant PhpLight_Pagination::OPT_MORE_SEPARATOR
OPT_NEXT_TEXT
in file Pagination.php, class constant PhpLight_Pagination::OPT_NEXT_TEXT
OPT_PREVIOUS_TEXT
in file Pagination.php, class constant PhpLight_Pagination::OPT_PREVIOUS_TEXT
OPT_QUERY_VARS
in file Pagination.php, class constant PhpLight_Pagination::OPT_QUERY_VARS
OPT_URL_PATTERN
in file Pagination.php, class constant PhpLight_Pagination::OPT_URL_PATTERN
    Available options
OPT_URL_PATTERN_CURRENT
in file Pagination.php, class constant PhpLight_Pagination::OPT_URL_PATTERN_CURRENT
top

p

Pagination.php
procedural page Pagination.php
PhpLight_AutoLoader
in file AutoLoader.php, class PhpLight_AutoLoader
    Auto loader
PhpLight_Bootstrap
in file Bootstrap.php, class PhpLight_Bootstrap
    PhpLight bootstrap file
PhpLight_Db
in file Db.php, class PhpLight_Db
    Database abstraction class
PhpLight_Db_Adapter_Abstract
in file Abstract.php, class PhpLight_Db_Adapter_Abstract
    Based on Zend_Db_Adapter_Abstract - Copyright (c) 2005-2011 Zend Technologies USA Inc. (http://www.zend.com)
PhpLight_Db_Adapter_Exception
in file Exception.php, class PhpLight_Db_Adapter_Exception
    Statement exception
PhpLight_Db_Adapter_Mysql
in file Mysql.php, class PhpLight_Db_Adapter_Mysql
    Based on Zend Framework MySQL adapter
PhpLight_Db_Adapter_Mysqli
in file Mysqli.php, class PhpLight_Db_Adapter_Mysqli
    Mysqli database adapter
PhpLight_Db_Exception
in file Exception.php, class PhpLight_Db_Exception
    Database exception
PhpLight_Db_Statement_Abstract
in file Abstract.php, class PhpLight_Db_Statement_Abstract
    Abstract statement
PhpLight_Db_Statement_Exception
in file Exception.php, class PhpLight_Db_Statement_Exception
    Statement exception
PhpLight_Db_Statement_Mysql
in file Mysql.php, class PhpLight_Db_Statement_Mysql
    Based on Zend Framework MySQL adapter
PhpLight_Db_Statement_Mysqli
in file Mysqli.php, class PhpLight_Db_Statement_Mysqli
    Mysqli statement
PhpLight_Exception
in file Exception.php, class PhpLight_Exception
    Exception
PhpLight_Log
in file Log.php, class PhpLight_Log
    Logging class
PhpLight_Log_Object
in file Object.php, class PhpLight_Log_Object
    Logging class
PhpLight_Pagination
in file Pagination.php, class PhpLight_Pagination
    PhpLight pagination class
PhpLight_Pagination_Abstract
in file Abstract.php, class PhpLight_Pagination_Abstract
    Abstract pagination
PhpLight_Pagination_Simple
in file Simple.php, class PhpLight_Pagination_Simple
    Simple pagination
PhpLight_Registry
in file Registry.php, class PhpLight_Registry
    Generic storage class helps to manage global data.
PhpLight_SqlLoader
in file SqlLoader.php, class PhpLight_SqlLoader
    PhpLight sql loader class
PhpLight_Util_File
in file File.php, class PhpLight_Util_File
    PhpLight File util class
prepare
in file Abstract.php, method PhpLight_Db_Adapter_Abstract::prepare()
    Prepare a statement and return a PDOStatement-like object.
prepare
in file Mysqli.php, method PhpLight_Db_Adapter_Mysqli::prepare()
    Prepare a statement and return a PDOStatement-like object.
prepare
in file Mysql.php, method PhpLight_Db_Adapter_Mysql::prepare()
    Prepare a statement and return a PDOStatement-like object.
top

q

query
in file Abstract.php, method PhpLight_Db_Adapter_Abstract::query()
    Prepares and executes an SQL statement with bound data.
top

r

register
in file AutoLoader.php, method PhpLight_AutoLoader::register()
    Registers this class as an autoloader.
Registry.php
procedural page Registry.php
rollBack
in file Abstract.php, method PhpLight_Db_Adapter_Abstract::rollBack()
    Roll back a transaction and return to autocommit mode.
run
in file Bootstrap.php, method PhpLight_Bootstrap::run()
    Main run method
top

s

Simple.php
procedural page Simple.php
set
in file Registry.php, method PhpLight_Registry::set()
    setter method, basically same as offsetSet().
setConfig
in file Abstract.php, method PhpLight_Pagination_Abstract::setConfig()
    Set config
setInstance
in file Registry.php, method PhpLight_Registry::setInstance()
    Set the default registry instance to a specified instance.
setPath
in file SqlLoader.php, method PhpLight_SqlLoader::setPath()
    Set path for sql files
SqlLoader.php
procedural page SqlLoader.php
top

t

tail
in file File.php, method PhpLight_Util_File::tail()
    Return the last lines from a file
translateLevel
in file Log.php, method PhpLight_Log::translateLevel()
    Translate log level
top

w

warn
in file Log.php, method PhpLight_Log::warn()
    Logs a message with WARN priority
WARN
in file Log.php, class constant PhpLight_Log::WARN
warning
in file Log.php, method PhpLight_Log::warning()
    Logs a message with WARN priority
top

_

$_adapter
in file Abstract.php, variable PhpLight_Db_Statement_Abstract::$_adapter
$_bindParam
in file Abstract.php, variable PhpLight_Db_Statement_Abstract::$_bindParam
    Query parameter bindings; covers bindParam() and bindValue().
$_config
in file Abstract.php, variable PhpLight_Pagination_Abstract::$_config
    Configuration
$_config
in file Abstract.php, variable PhpLight_Db_Adapter_Abstract::$_config
    User-provided configuration
$_connection
in file Abstract.php, variable PhpLight_Db_Adapter_Abstract::$_connection
    Database connection
$_keys
in file Mysqli.php, variable PhpLight_Db_Statement_Mysqli::$_keys
    Column names.
$_logFile
in file Object.php, variable PhpLight_Log_Object::$_logFile
    Log file
$_logLevel
in file Log.php, variable PhpLight_Log::$_logLevel
    Log level
$_lowerLimit
in file Abstract.php, variable PhpLight_Pagination_Abstract::$_lowerLimit
    Lower limit
$_memMax
in file Object.php, variable PhpLight_Log_Object::$_memMax
    Maximum memory used
$_memMin
in file Object.php, variable PhpLight_Log_Object::$_memMin
    Minimum memory used
$_meta
in file Mysqli.php, variable PhpLight_Db_Statement_Mysqli::$_meta
$_pagination
in file Abstract.php, variable PhpLight_Pagination_Abstract::$_pagination
    Pagination result
$_path
in file SqlLoader.php, variable PhpLight_SqlLoader::$_path
    Path for sql files
$_preparedSql
in file Mysql.php, variable PhpLight_Db_Statement_Mysql::$_preparedSql
    Prepared query
$_priorityNames
in file Object.php, variable PhpLight_Log_Object::$_priorityNames
    Priority names
$_priorityTranslate
in file Log.php, variable PhpLight_Log::$_priorityTranslate
    Priority translate
$_queries
in file SqlLoader.php, variable PhpLight_SqlLoader::$_queries
    Sql queries
$_registry
in file Registry.php, variable PhpLight_Registry::$_registry
    Registry object provides storage for shared objects.
$_sqlResult
in file Mysql.php, variable PhpLight_Db_Statement_Mysql::$_sqlResult
    Sql reqult
$_sqlSplit
in file Abstract.php, variable PhpLight_Db_Statement_Abstract::$_sqlSplit
    SQL string split into an array at placeholders.
$_stmt
in file Mysqli.php, variable PhpLight_Db_Adapter_Mysqli::$_stmt
$_stmt
in file Abstract.php, variable PhpLight_Db_Statement_Abstract::$_stmt
$_stmt
in file Mysql.php, variable PhpLight_Db_Adapter_Mysql::$_stmt
$_totalPages
in file Abstract.php, variable PhpLight_Pagination_Abstract::$_totalPages
    Total number of pages
$_upperLimit
in file Abstract.php, variable PhpLight_Pagination_Abstract::$_upperLimit
    Upper limit
$_values
in file Mysqli.php, variable PhpLight_Db_Statement_Mysqli::$_values
    Fetched result values.
_addItem
in file Abstract.php, method PhpLight_Pagination_Abstract::_addItem()
    Add item to pagination
_beginTransaction
in file Abstract.php, method PhpLight_Db_Adapter_Abstract::_beginTransaction()
    Begin a transaction.
_beginTransaction
in file Mysql.php, method PhpLight_Db_Adapter_Mysql::_beginTransaction()
    Begin a transaction.
_beginTransaction
in file Mysqli.php, method PhpLight_Db_Adapter_Mysqli::_beginTransaction()
    Begin a transaction.
_buildCurrentPageLink
in file Abstract.php, method PhpLight_Pagination_Abstract::_buildCurrentPageLink()
    Build page link for current page
_buildPageLink
in file Abstract.php, method PhpLight_Pagination_Abstract::_buildPageLink()
    Build page link
_buildPagination
in file Abstract.php, method PhpLight_Pagination_Abstract::_buildPagination()
    Get pagination
_buildPagination
in file Simple.php, method PhpLight_Pagination_Simple::_buildPagination()
    Build pagination
_checkRequiredOptions
in file Abstract.php, method PhpLight_Db_Adapter_Abstract::_checkRequiredOptions()
    Check for config options that are mandatory.
_commit
in file Abstract.php, method PhpLight_Db_Adapter_Abstract::_commit()
    Commit a transaction.
_commit
in file Mysql.php, method PhpLight_Db_Adapter_Mysql::_commit()
    Commit a transaction.
_commit
in file Mysqli.php, method PhpLight_Db_Adapter_Mysqli::_commit()
    Commit a transaction.
_computeLimits
in file Abstract.php, method PhpLight_Pagination_Abstract::_computeLimits()
    Compute limits
_computeTotal
in file Abstract.php, method PhpLight_Pagination_Abstract::_computeTotal()
    Compute total number of pages
_connect
in file Mysqli.php, method PhpLight_Db_Adapter_Mysqli::_connect()
    Creates a connection to the database.
_connect
in file Mysql.php, method PhpLight_Db_Adapter_Mysql::_connect()
    Creates a connection to the database.
_connect
in file Abstract.php, method PhpLight_Db_Adapter_Abstract::_connect()
    Creates a connection to the database.
_execute
in file Mysql.php, method PhpLight_Db_Statement_Mysql::_execute()
    Executes a prepared statement.
_execute
in file Mysqli.php, method PhpLight_Db_Statement_Mysqli::_execute()
    Executes a prepared statement.
_format
in file Object.php, method PhpLight_Log_Object::_format()
    Formats data into a single line to be written by the writer.
_formatQueryVars
in file Abstract.php, method PhpLight_Pagination_Abstract::_formatQueryVars()
    Format query variables
_getMicrotime
in file Object.php, method PhpLight_Log_Object::_getMicrotime()
    Return the time in microseconds
_init
in file Registry.php, method PhpLight_Registry::_init()
    Initialize the default registry instance.
_initAutoloader
in file Bootstrap.php, method PhpLight_Bootstrap::_initAutoloader()
    Initialize the autoloader
_initConfig
in file Bootstrap.php, method PhpLight_Bootstrap::_initConfig()
    Load config file
_isFirstPage
in file Abstract.php, method PhpLight_Pagination_Abstract::_isFirstPage()
    Is current page the first one
_isLastPage
in file Abstract.php, method PhpLight_Pagination_Abstract::_isLastPage()
    Is current page the last one
_prepare
in file Mysqli.php, method PhpLight_Db_Statement_Mysqli::_prepare()
_prepare
in file Abstract.php, method PhpLight_Db_Statement_Abstract::_prepare()
    Internal method called by abstract statment constructor to setup the driver level statement
_prepare
in file Mysql.php, method PhpLight_Db_Statement_Mysql::_prepare()
_quote
in file Mysql.php, method PhpLight_Db_Adapter_Mysql::_quote()
    Quote a raw string.
_quote
in file Abstract.php, method PhpLight_Db_Adapter_Abstract::_quote()
    Quote a raw string.
_quote
in file Mysqli.php, method PhpLight_Db_Adapter_Mysqli::_quote()
    Quote a raw string.
_replacePatterns
in file Abstract.php, method PhpLight_Pagination_Abstract::_replacePatterns()
    Replace patterns
_rollBack
in file Abstract.php, method PhpLight_Db_Adapter_Abstract::_rollBack()
    Roll-back a transaction.
_rollBack
in file Mysqli.php, method PhpLight_Db_Adapter_Mysqli::_rollBack()
    Roll-back a transaction.
_rollBack
in file Mysql.php, method PhpLight_Db_Adapter_Mysql::_rollBack()
    Roll-back a transaction.
_setIncludePath
in file Bootstrap.php, method PhpLight_Bootstrap::_setIncludePath()
    Set include path
_setTimezone
in file Bootstrap.php, method PhpLight_Bootstrap::_setTimezone()
    Set timezone for application
_validateConfig
in file Abstract.php, method PhpLight_Pagination_Abstract::_validateConfig()
    Validate given config
_validateCurrent
in file Abstract.php, method PhpLight_Pagination_Abstract::_validateCurrent()
    Validate current page number
_write
in file Object.php, method PhpLight_Log_Object::_write()
    Write output to log file
__construct
in file Abstract.php, method PhpLight_Pagination_Abstract::__construct()
    Constructor
__construct
in file Registry.php, method PhpLight_Registry::__construct()
    Constructs a parent ArrayObject with default ARRAY_AS_PROPS to allow acces as an object
__construct
in file Abstract.php, method PhpLight_Db_Adapter_Abstract::__construct()
    Constructor.
__construct
in file Object.php, method PhpLight_Log_Object::__construct()
    Contructor
__construct
in file Abstract.php, method PhpLight_Db_Statement_Abstract::__construct()
    Constructor for a statement.
top

Documentation generated on Fri, 07 Oct 2011 08:06:17 +0300 by phpDocumentor 1.4.3