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

Index of all elements

[ a ] [ c ] [ d ] [ e ] [ f ] [ g ] [ h ] [ i ] [ l ] [ m ] [ n ] [ p ] [ q ] [ r ] [ s ] [ t ] [ v ] [ x ] [ _ ]

a

add_callback
in file Cgiapp2.class.php, method Cgiapp2::add_callback()
    Register a callback for a class instance
array_to_hash
in file Cgiapp2.class.php, method Cgiapp2::array_to_hash()
    Convert an even-itemed array into an associative array
assign
in file Xslt.class.php, method Cgiapp2_Plugin_Xslt::assign()
    Assign a variable or variables to a template
assign
in file Interface.class.php, method Cgiapp2_Plugin_Template_Interface::assign()
    Assign variables to the template
assign
in file Savant3.class.php, method Cgiapp2_Plugin_Savant3::assign()
    Assign a variable or variables to a template
assign
in file Smarty.class.php, method Cgiapp2_Plugin_Smarty::assign()
    Assign a variable or variables to a template
assign
in file Savant2.class.php, method Cgiapp2_Plugin_Savant2::assign()
    Assign a variable or variables to a template
attach
in file FrontController.class.php, method Cgiapp2_FrontController::attach()
    Attach a class as a handler
attach
in file Error.class.php, method Cgiapp2_Error::attach()
    Attach an observer
attach
in file Exception.class.php, method Cgiapp2_Exception::attach()
    Attach an observer
attachFromFile
in file FrontController.class.php, method Cgiapp2_FrontController::attachFromFile()
    Attaches handlers from a cached file
top

c

call_hook
in file Cgiapp2.class.php, method Cgiapp2::call_hook()
    Call (execute) a hook
cap_hash
in file Cgiapp2.class.php, method Cgiapp2::cap_hash()
    Convert the keys of an associative array to UPPER CASE
carp
in file Cgiapp2.class.php, method Cgiapp2::carp()
    Echo a warning to screen
Cgiapp2
in file Cgiapp2.class.php, class Cgiapp2
    Cgiapp2 - Framework for building reusable web-applications
Cgiapp2.class.php
procedural page Cgiapp2.class.php
Cgiapp2_Error
in file Error.class.php, class Cgiapp2_Error
    Cgiapp2 PHP Error Handling
Cgiapp2_Error_Observer_Interface
in file Interface.class.php, class Cgiapp2_Error_Observer_Interface
    Cgiapp2_Error Observer Interface
Cgiapp2_Error_Observer_Log
in file Log.class.php, class Cgiapp2_Error_Observer_Log
    Cgiapp2_Error_Observer_Log
Cgiapp2_Error_Observer_Mail
in file Mail.class.php, class Cgiapp2_Error_Observer_Mail
    Cgiapp2_Error_Observer_Mail
Cgiapp2_Exception
in file Exception.class.php, class Cgiapp2_Exception
    Cgiapp2 Exception Handling
Cgiapp2_Exception_Error
in file Error.class.php, class Cgiapp2_Exception_Error
    Cgiapp2 Error -> Exception Handling
Cgiapp2_Exception_Observer_Interface
in file Interface.class.php, class Cgiapp2_Exception_Observer_Interface
    Cgiapp2 Exception Observer Interface
Cgiapp2_Exception_Observer_Log
in file Log.class.php, class Cgiapp2_Exception_Observer_Log
    Cgiapp2_Exception_Observer_Log
Cgiapp2_Exception_Observer_Mail
in file Mail.class.php, class Cgiapp2_Exception_Observer_Mail
    Cgiapp2_Exception_Observer_Mail
Cgiapp2_FrontController
in file FrontController.class.php, class Cgiapp2_FrontController
    Cgiapp2_FrontController
Cgiapp2_Plugin_Savant2
in file Savant2.class.php, class Cgiapp2_Plugin_Savant2
    Savant2 Template Plugin for Cgiapp2
Cgiapp2_Plugin_Savant3
in file Savant3.class.php, class Cgiapp2_Plugin_Savant3
    Savant3 Template Plugin for Cgiapp2
Cgiapp2_Plugin_Smarty
in file Smarty.class.php, class Cgiapp2_Plugin_Smarty
    Smarty Template Plugin for Cgiapp2
Cgiapp2_Plugin_Template_Interface
in file Interface.class.php, class Cgiapp2_Plugin_Template_Interface
    Cgiapp2_Plugin_Template_Interface
Cgiapp2_Plugin_Xslt
in file Xslt.class.php, class Cgiapp2_Plugin_Xslt
    XSLT processor
cgiapp_init
in file Cgiapp2.class.php, method Cgiapp2::cgiapp_init()
    Perform application specific initialization behaviour
cgiapp_postrun
in file Cgiapp2.class.php, method Cgiapp2::cgiapp_postrun()
    Execute code following execution of the current run mode method
cgiapp_prerun
in file Cgiapp2.class.php, method Cgiapp2::cgiapp_prerun()
    Perform operations before selected run mode is executed
createHandlerFile
in file FrontController.class.php, method Cgiapp2_FrontController::createHandlerFile()
    Creates a handler cache file
croak
in file Cgiapp2.class.php, method Cgiapp2::croak()
    Exit the script with a warning message
top

d

$DEFAULT_METHOD
in file FrontController.class.php, variable Cgiapp2_FrontController::$DEFAULT_METHOD
    Default namespace to use if none passed in URI.
$DEFAULT_PAGE_VIEW
in file FrontController.class.php, variable Cgiapp2_FrontController::$DEFAULT_PAGE_VIEW
    Default view template to use for static page views; defaults to 'index'.
delete
in file Cgiapp2.class.php, method Cgiapp2::delete()
    Delete an application parameter
dump
in file Cgiapp2.class.php, method Cgiapp2::dump()
    dump debugging information to the screen
dump_html
in file Cgiapp2.class.php, method Cgiapp2::dump_html()
    Dump debugging information as HTML to the screen
top

e

$errcontext
in file Error.class.php, variable Cgiapp2_Error::$errcontext
    Symbol table at point where error occurred
$errfile
in file Error.class.php, variable Cgiapp2_Error::$errfile
    Filename in which error was raised
$errline
in file Error.class.php, variable Cgiapp2_Error::$errline
    Line number in which error was raised
$errno
in file Error.class.php, variable Cgiapp2_Error::$errno
    Error level integer
$errstr
in file Error.class.php, variable Cgiapp2_Error::$errstr
    Error message
Error.class.php
procedural page Error.class.php
Exception.class.php
procedural page Exception.class.php
Error.class.php
procedural page Error.class.php
error_mode
in file Cgiapp2.class.php, method Cgiapp2::error_mode()
    Set or retrieve the method to use for handling errors
event
in file Mail.class.php, method Cgiapp2_Error_Observer_Mail::event()
    Mail a report
event
in file Mail.class.php, method Cgiapp2_Exception_Observer_Mail::event()
    Mail a report
event
in file Log.class.php, method Cgiapp2_Exception_Observer_Log::event()
    Log an exception
event
in file Interface.class.php, method Cgiapp2_Exception_Observer_Interface::event()
event
in file Interface.class.php, method Cgiapp2_Error_Observer_Interface::event()
event
in file Log.class.php, method Cgiapp2_Error_Observer_Log::event()
    Log an error
top

f

$file
in file Log.class.php, variable Cgiapp2_Error_Observer_Log::$file
    Log file. Defaults to '/tmp/cgiapp_error.log'
$file
in file Log.class.php, variable Cgiapp2_Exception_Observer_Log::$file
    Log file. Defaults to '/tmp/cgiapp_exception.log'
$format
in file Log.class.php, variable Cgiapp2_Error_Observer_Log::$format
    sprintf() style format for log message. Defaults to
$format
in file Log.class.php, variable Cgiapp2_Exception_Observer_Log::$format
    sprintf() style format for log message. Defaults to
FrontController.class.php
procedural page FrontController.class.php
fetch
in file Smarty.class.php, method Cgiapp2_Plugin_Smarty::fetch()
    Fetch template contents
fetch
in file Xslt.class.php, method Cgiapp2_Plugin_Xslt::fetch()
    Fetch template contents
fetch
in file Savant3.class.php, method Cgiapp2_Plugin_Savant3::fetch()
    Fetch template contents
fetch
in file Savant2.class.php, method Cgiapp2_Plugin_Savant2::fetch()
    Fetch template contents
fetch
in file Interface.class.php, method Cgiapp2_Plugin_Template_Interface::fetch()
    Fetch compiled template
forward
in file FrontController.class.php, method Cgiapp2_FrontController::forward()
    Forwards request to different controller and view
top

g

getInstance
in file Savant2.class.php, method Cgiapp2_Plugin_Savant2::getInstance()
    Singleton
getInstance
in file Savant3.class.php, method Cgiapp2_Plugin_Savant3::getInstance()
    Singleton
getInstance
in file Smarty.class.php, method Cgiapp2_Plugin_Smarty::getInstance()
    Singleton
getInstance
in file Xslt.class.php, method Cgiapp2_Plugin_Xslt::getInstance()
    Singleton
getInstance
in file Mail.class.php, method Cgiapp2_Exception_Observer_Mail::getInstance()
    Singleton
getInstance
in file Mail.class.php, method Cgiapp2_Error_Observer_Mail::getInstance()
    Singleton
getInstance
in file Log.class.php, method Cgiapp2_Exception_Observer_Log::getInstance()
    Singleton
getInstance
in file Log.class.php, method Cgiapp2_Error_Observer_Log::getInstance()
    Singleton
getMethod
in file FrontController.class.php, method Cgiapp2_FrontController::getMethod()
    Return the current method
getView
in file FrontController.class.php, method Cgiapp2_FrontController::getView()
    Return the current view
get_current_runmode
in file Cgiapp2.class.php, method Cgiapp2::get_current_runmode()
    Display the currently selected run mode
top

h

handler
in file FrontController.class.php, method Cgiapp2_FrontController::handler()
    Dispatch handler
handler
in file Error.class.php, method Cgiapp2_Error::handler()
    Handle PHP Errors
handler
in file Error.class.php, method Cgiapp2_Exception_Error::handler()
    Create an Exception from an Error
header_props
in file Cgiapp2.class.php, method Cgiapp2::header_props()
    Set or return a list of header properties
header_type
in file Cgiapp2.class.php, method Cgiapp2::header_type()
    Set the header type for the current instance of the application
top

i

Interface.class.php
procedural page Interface.class.php
Interface.class.php
procedural page Interface.class.php
Interface.class.php
procedural page Interface.class.php
init
in file Smarty.class.php, method Cgiapp2_Plugin_Smarty::init()
    Initialize a template instance and/or set the template path
init
in file Savant3.class.php, method Cgiapp2_Plugin_Savant3::init()
    Initialize a template instance and/or set the template path
init
in file Xslt.class.php, method Cgiapp2_Plugin_Xslt::init()
    Initialize a template instance and/or set the template path
init
in file Interface.class.php, method Cgiapp2_Plugin_Template_Interface::init()
    Initialize template engine
init
in file Savant2.class.php, method Cgiapp2_Plugin_Savant2::init()
    Initialize a template instance and/or set the template path
is_assoc_array
in file Cgiapp2.class.php, method Cgiapp2::is_assoc_array()
    Test an array to determine if it is associative
top

l

Log.class.php
procedural page Log.class.php
Log.class.php
procedural page Log.class.php
load_tmpl
in file Cgiapp2.class.php, method Cgiapp2::load_tmpl()
    load_tmpl() - fetch a compiled template
top

m

$METHOD_INDEX
in file FrontController.class.php, variable Cgiapp2_FrontController::$METHOD_INDEX
    Index within PATH_INFO/REQUEST_URI where method may be found. Defaults to 0.
Mail.class.php
procedural page Mail.class.php
Mail.class.php
procedural page Mail.class.php
mode_param
in file Cgiapp2.class.php, method Cgiapp2::mode_param()
    Set the CGI parameter used to indicate the run mode
top

n

new_hook
in file Cgiapp2.class.php, method Cgiapp2::new_hook()
    Create a new hook location in which to register callbacks
notify
in file Exception.class.php, method Cgiapp2_Exception::notify()
    Notify observers of an error event
notify
in file Error.class.php, method Cgiapp2_Error::notify()
    Notify observers of an error event
top

p

$params
in file Xslt.class.php, variable Cgiapp2_Plugin_Xslt::$params
    Extra parameters passed to the constructor
page
in file FrontController.class.php, method Cgiapp2_FrontController::page()
    Show a static page
param
in file Cgiapp2.class.php, method Cgiapp2::param()
    Set one or more application parameters; retrieve an application parameter; or retrieve a list of available application parameters
path_info
in file Cgiapp2.class.php, method Cgiapp2::path_info()
    Generate array of PATH_INFO arguments
postrun_body
in file Cgiapp2.class.php, method Cgiapp2::postrun_body()
    Reset the body contents post-run mode, but prior to returning or echoing
prerun_mode
in file Cgiapp2.class.php, method Cgiapp2::prerun_mode()
    Override the run mode that was passed to the application
top

q

query
in file Cgiapp2.class.php, method Cgiapp2::query()
    Get POST and GET variables and store them for usage
top

r

run
in file Cgiapp2.class.php, method Cgiapp2::run()
    Run the application
run_modes
in file Cgiapp2.class.php, method Cgiapp2::run_modes()
    Define or return a list of the valid run modes for the application
top

s

$subject
in file Mail.class.php, variable Cgiapp2_Exception_Observer_Mail::$subject
    Email subject
$subject
in file Mail.class.php, variable Cgiapp2_Error_Observer_Mail::$subject
    Email subject
Savant2.class.php
procedural page Savant2.class.php
Savant3.class.php
procedural page Savant3.class.php
Smarty.class.php
procedural page Smarty.class.php
setDefaultHandler
in file FrontController.class.php, method Cgiapp2_FrontController::setDefaultHandler()
    Set the default handler
setFile
in file Log.class.php, method Cgiapp2_Error_Observer_Log::setFile()
    Set the log file
setFile
in file Log.class.php, method Cgiapp2_Exception_Observer_Log::setFile()
    Set the log file
setFormat
in file Log.class.php, method Cgiapp2_Error_Observer_Log::setFormat()
    Set the log format
setFormat
in file Log.class.php, method Cgiapp2_Exception_Observer_Log::setFormat()
    Set the log format
setRecipient
in file Mail.class.php, method Cgiapp2_Error_Observer_Mail::setRecipient()
    Set mail recipient
setRecipient
in file Mail.class.php, method Cgiapp2_Exception_Observer_Mail::setRecipient()
    Set mail recipient
setSubject
in file Mail.class.php, method Cgiapp2_Error_Observer_Mail::setSubject()
    Set mail subject
setSubject
in file Mail.class.php, method Cgiapp2_Exception_Observer_Mail::setSubject()
    Set mail subject
setTmplPath
in file Savant2.class.php, method Cgiapp2_Plugin_Savant2::setTmplPath()
    Set the template path
setTmplPath
in file Savant3.class.php, method Cgiapp2_Plugin_Savant3::setTmplPath()
    Set the template path
setTmplPath
in file Smarty.class.php, method Cgiapp2_Plugin_Smarty::setTmplPath()
    Set the template path
setup
in file Cgiapp2.class.php, method Cgiapp2::setup()
    Setup the application's environment
setup
in file FrontController.class.php, method Cgiapp2_FrontController::setup()
    Setup
setView
in file FrontController.class.php, method Cgiapp2_FrontController::setView()
    Change the view
set_mode
in file FrontController.class.php, method Cgiapp2_FrontController::set_mode()
    Set run mode
start_mode
in file Cgiapp2.class.php, method Cgiapp2::start_mode()
    Set the default run mode to use when no run mode is specified by the client
s_delete
in file Cgiapp2.class.php, method Cgiapp2::s_delete()
    Remove a session variable
s_param
in file Cgiapp2.class.php, method Cgiapp2::s_param()
    Add, list, or retrieve session parameters
top

t

$t
in file Smarty.class.php, variable Cgiapp2_Plugin_Smarty::$t
    Smarty instance
$t
in file Savant3.class.php, variable Cgiapp2_Plugin_Savant3::$t
    Savant3 instance
$t
in file Savant2.class.php, variable Cgiapp2_Plugin_Savant2::$t
    Savant2 instance
$tmpl_path
in file Savant3.class.php, variable Cgiapp2_Plugin_Savant3::$tmpl_path
    Path to template storage root
$tmpl_path
in file Smarty.class.php, variable Cgiapp2_Plugin_Smarty::$tmpl_path
    Path to template storage root
$tmpl_path
in file Xslt.class.php, variable Cgiapp2_Plugin_Xslt::$tmpl_path
    Template path
$tmpl_path
in file Savant2.class.php, variable Cgiapp2_Plugin_Savant2::$tmpl_path
    Path to template storage root
$to
in file Mail.class.php, variable Cgiapp2_Error_Observer_Mail::$to
    Email recipient
$to
in file Mail.class.php, variable Cgiapp2_Exception_Observer_Mail::$to
    Email recipient
teardown
in file Cgiapp2.class.php, method Cgiapp2::teardown()
    Perform cleanup after running the application
tmpl_assign
in file Cgiapp2.class.php, method Cgiapp2::tmpl_assign()
    Assign content to a template
tmpl_path
in file Cgiapp2.class.php, method Cgiapp2::tmpl_path()
    Set template path and initialize template object
top

v

$vars
in file Xslt.class.php, variable Cgiapp2_Plugin_Xslt::$vars
    Assigned variables
$VIEW_INDEX
in file FrontController.class.php, variable Cgiapp2_FrontController::$VIEW_INDEX
    Index within PATH_INFO/REQUEST_URI where view may be found. Defaults to 1.
top

x

Xslt.class.php
procedural page Xslt.class.php
top

_

$_currentMethod
in file FrontController.class.php, variable Cgiapp2_FrontController::$_currentMethod
    Current method. The 'class' element of the namespace accessed via the requested URI.
$_currentView
in file FrontController.class.php, variable Cgiapp2_FrontController::$_currentView
    Current view. The 'clasews' element of the namespace accessed via the requested URI.
$_handlers
in file FrontController.class.php, variable Cgiapp2_FrontController::$_handlers
    Array of handler methods. Each key is a 'namespace' that will appear in the request URI, and points to an array with the keys 'views' (an associative array of view => callback) and 'default' (the default view).
_class_hierarchy
in file Cgiapp2.class.php, method Cgiapp2::_class_hierarchy()
    Get class hierarchy for a class name or object
_send_headers
in file Cgiapp2.class.php, method Cgiapp2::_send_headers()
    _send_headers() - send HTTP headers before displaying content
__autoload
in file FrontController.class.php, function __autoload()
    Autoload implementation
__call
in file Savant2.class.php, method Cgiapp2_Plugin_Savant2::__call()
    Dynamic proxy for Savant2 methods
__call
in file Smarty.class.php, method Cgiapp2_Plugin_Smarty::__call()
    Dynamic proxy for Smarty methods
__call
in file Savant3.class.php, method Cgiapp2_Plugin_Savant3::__call()
    Dynamic proxy for Savant3 methods
__construct
in file Cgiapp2.class.php, method Cgiapp2::__construct()
    Constructor
__construct
in file Exception.class.php, method Cgiapp2_Exception::__construct()
    Constructor
__construct
in file Error.class.php, method Cgiapp2_Error::__construct()
    Constructor
__get
in file Xslt.class.php, method Cgiapp2_Plugin_Xslt::__get()
    Overloading: retrieve property values
__get
in file Smarty.class.php, method Cgiapp2_Plugin_Smarty::__get()
    Proxy: retrieve Smarty property values
__get
in file Savant3.class.php, method Cgiapp2_Plugin_Savant3::__get()
    Proxy: retrieve Savant3 property values
__get
in file Savant2.class.php, method Cgiapp2_Plugin_Savant2::__get()
    Proxy: retrieve Savant2 property values
__set
in file Smarty.class.php, method Cgiapp2_Plugin_Smarty::__set()
    Proxy: set Smarty property values
__set
in file Savant3.class.php, method Cgiapp2_Plugin_Savant3::__set()
    Proxy: set Savant3 property values
__set
in file Savant2.class.php, method Cgiapp2_Plugin_Savant2::__set()
    Proxy: set Savant2 property values
__set
in file Xslt.class.php, method Cgiapp2_Plugin_Xslt::__set()
    Overloading: set property values
__toString
in file Exception.class.php, method Cgiapp2_Exception::__toString()
    String representation of exception
__toString
in file Error.class.php, method Cgiapp2_Error::__toString()
    String representation of exception
top

Documentation generated on Sat, 03 Jun 2006 10:48:33 -0400 by phpDocumentor 1.3.0RC5