PF_Lib
[ class tree: PF_Lib ] [ index: PF_Lib ] [ all elements ]

Element index for package PF_Lib

[ b ] [ c ] [ d ] [ e ] [ f ] [ g ] [ h ] [ i ] [ l ] [ n ] [ p ] [ q ] [ r ] [ s ] [ _ ]

_

__autoload
in file Backend.class.php, function __autoload()
    Autoload checks for class files in paths specified in the
__construct
in file backend.php, method PP2::__construct()
__construct
in file Backend.class.php, method Backend::__construct()
__destruct
in file Database.class.php, method Database::__destruct()
top

b

Backend
in file Backend.class.php, class Backend
    Backend that pulls pf together.
Backend.class.php
procedural page Backend.class.php
top

c

$cl
in file Backend.class.php, variable Backend::$cl
clear
in file backend.php, method PP2::clear()
close
in file Database.class.php, method Database::close()
ComponentLoader
in file ComponentLoader.class.php, class ComponentLoader
    Loads components and controls messaging.
ComponentLoaderException
in file ComponentLoader.class.php, class ComponentLoaderException
connect
in file Database.class.php, method Database::connect()
ComponentLoader.class.php
procedural page ComponentLoader.class.php
top

d

$DOES_NOT_EXIST
in file ComponentLoader.class.php, variable ComponentLoader::$DOES_NOT_EXIST
Database
in file Database.class.php, class Database
DatabaseException
in file Database.class.php, class DatabaseException
    DAL
display
in file backend.php, method PP2::display()
displayLastError
in file Database.class.php, method Database::displayLastError()
Database.class.php
procedural page Database.class.php
top

e

ExceptionHandler
in file ExceptionHandler.class.php, class ExceptionHandler
    ExceptionHandler that catches fatal errors.
exists
in file ComponentLoader.class.php, method ComponentLoader::exists()
    Checks if a component exists by the component's name.
ExceptionHandler.class.php
procedural page ExceptionHandler.class.php
top

f

$FAILED_CONNECTING
in file Database.class.php, variable Database::$FAILED_CONNECTING
$FAILED_LOADING
in file ComponentLoader.class.php, variable ComponentLoader::$FAILED_LOADING
$FAILED_SELECTING_DATABASE
in file Database.class.php, variable Database::$FAILED_SELECTING_DATABASE
$FILE_NOT_FOUND
in file ComponentLoader.class.php, variable ComponentLoader::$FILE_NOT_FOUND
fetchAll
in file Database.class.php, method Database::fetchAll()
fetchArray
in file Database.class.php, method Database::fetchArray()
fetchAssoc
in file Database.class.php, method Database::fetchAssoc()
fetchRow
in file Database.class.php, method Database::fetchRow()
top

g

get
in file ComponentLoader.class.php, method ComponentLoader::get()
getAffectedRows
in file Database.class.php, method Database::getAffectedRows()
getAffectedRowsCount
in file Database.class.php, method Database::getAffectedRowsCount()
getComponentLoader
in file Backend.class.php, method Backend::getComponentLoader()
getComponentsFile
in file ComponentLoader.class.php, method ComponentLoader::getComponentsFile()
getComponentsPath
in file ComponentLoader.class.php, method ComponentLoader::getComponentsPath()
getDatabase
in file Database.class.php, method Database::getDatabase()
getHost
in file Database.class.php, method Database::getHost()
getInsertId
in file Database.class.php, method Database::getInsertId()
getInstance
in file ComponentLoader.class.php, method ComponentLoader::getInstance()
getInstance
in file Database.class.php, method Database::getInstance()
getLastError
in file Database.class.php, method Database::getLastError()
getList
in file ComponentLoader.class.php, method ComponentLoader::getList()
    Get components information array.
getLogger
in file Database.class.php, method Database::getLogger()
getMessagesFile
in file ComponentLoader.class.php, method ComponentLoader::getMessagesFile()
getNumRows
in file Database.class.php, method Database::getNumRows()
getPassword
in file Database.class.php, method Database::getPassword()
getQueryCount
in file Database.class.php, method Database::getQueryCount()
getResult
in file Database.class.php, method Database::getResult()
getSequence
in file ComponentLoader.class.php, method ComponentLoader::getSequence()
    Get components sequencing array.
getUsername
in file Database.class.php, method Database::getUsername()
top

h

handleException
in file ExceptionHandler.class.php, method ExceptionHandler::handleException()
    Handles exception and displays error to user.
top

i

$INSTANCE_DOES_NOT_EXIST
in file ComponentLoader.class.php, variable ComponentLoader::$INSTANCE_DOES_NOT_EXIST
$INSTANCE_EXISTS
in file ComponentLoader.class.php, variable ComponentLoader::$INSTANCE_EXISTS
iComponent
in file iComponent.class.php, class iComponent
    Interface that all components must implement.
init
in file ComponentLoader.class.php, method ComponentLoader::init()
    Loads & parses yaml configuration files.
init
in file backend.php, method PP2::init()
instanceExists
in file ComponentLoader.class.php, method ComponentLoader::instanceExists()
    Checks if an instance of a component exists by the component's name.
isActive
in file ComponentLoader.class.php, method ComponentLoader::isActive()
    Checks if a component is active.
iComponent.class.php
procedural page iComponent.class.php
top

l

load
in file ComponentLoader.class.php, method ComponentLoader::load()
    Creates and stores an instance of a component.
loadAll
in file ComponentLoader.class.php, method ComponentLoader::loadAll()
    Creates and stores an instance for all the components.
top

n

$NOT_ACTIVE
in file ComponentLoader.class.php, variable ComponentLoader::$NOT_ACTIVE
top

p

$PRIORITY_FILE_LOAD_FAILED
in file ComponentLoader.class.php, variable ComponentLoader::$PRIORITY_FILE_LOAD_FAILED
pageBegin
in file backend.php, method PP2::pageBegin()
pageEnd
in file backend.php, method PP2::pageEnd()
PP2
in file backend.php, class PP2
    Backend that pulls pf together.
top

q

query
in file Database.class.php, method Database::query()
top

r

remove
in file ComponentLoader.class.php, method ComponentLoader::remove()
    Removes a component.
top

s

selectDb
in file Database.class.php, method Database::selectDb()
send
in file ComponentLoader.class.php, method ComponentLoader::send()
    Sends a message to a single component.
sendAll
in file ComponentLoader.class.php, method ComponentLoader::sendAll()
    Sends a message to all components.
set
in file ComponentLoader.class.php, method ComponentLoader::set()
    Set the instance of a component.
setComponentLoader
in file Backend.class.php, method Backend::setComponentLoader()
setComponentsFile
in file ComponentLoader.class.php, method ComponentLoader::setComponentsFile()
setComponentsPath
in file ComponentLoader.class.php, method ComponentLoader::setComponentsPath()
setDatabase
in file Database.class.php, method Database::setDatabase()
setFetchMode
in file Database.class.php, method Database::setFetchMode()
setHost
in file Database.class.php, method Database::setHost()
setList
in file ComponentLoader.class.php, method ComponentLoader::setList()
    Set components information array.
setMessagesFile
in file ComponentLoader.class.php, method ComponentLoader::setMessagesFile()
setPassword
in file Database.class.php, method Database::setPassword()
setSequence
in file ComponentLoader.class.php, method ComponentLoader::setSequence()
    Set components sequencing array.
setUsername
in file Database.class.php, method Database::setUsername()
top

Documentation generated on Wed, 29 Nov 2006 19:48:45 -0500 by phpDocumentor 1.3.1