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

Index of all elements

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

a

$actionName
in file ActionStackEntry.class.php, variable ActionStackEntry::$actionName
Action
in file Action.class.php, class Action
    Action allows you to separate application and business logic from your presentation. By providing a core set of methods used by the framework, automation in the form of security and validation can occur.
actionExists
in file Controller.class.php, method Controller::actionExists()
    Indicates whether or not a module has a specific action.
ActionStack
in file ActionStack.class.php, class ActionStack
    ActionStack keeps a list of all requested actions and provides accessor methods for retrieving individual entries.
ActionStackEntry
in file ActionStackEntry.class.php, class ActionStackEntry
    ActionStackEntry represents information relating to a single Action request during a single HTTP request.
ActionStackEntry.class.php
procedural page ActionStackEntry.class.php
ActionStack.class.php
procedural page ActionStack.class.php
Action.class.php
procedural page Action.class.php
addCredential
in file SecurityUser.class.php, method SecurityUser::addCredential()
    Add a credential to this user.
addCredential
in file BasicSecurityUser.class.php, method BasicSecurityUser::addCredential()
    Add a credential to this user.
addEntry
in file ActionStack.class.php, method ActionStack::addEntry()
    Add an entry.
addReplacement
in file ConfigHandler.class.php, method ConfigHandler::addReplacement()
    Add a set of replacement values.
Appender
in file Appender.class.php, class Appender
    Appender allows you to specify a destination for log data and provide a custom layout for it, through which all log messages will be formatted.
AutoloadConfigHandler
in file AutoloadConfigHandler.class.php, class AutoloadConfigHandler
    AutoloadConfigHandler allows you to specify a list of classes that will automatically be included for you upon first use.
AutoloadException
in file AutoloadException.class.php, class AutoloadException
    AutoloadException is thrown when a class that has been required cannot be loaded.
AutoloadConfigHandler.class.php
procedural page AutoloadConfigHandler.class.php
AutoloadException.class.php
procedural page AutoloadException.class.php
FATAL
in file Logger.class.php, class constant Logger::FATAL
    Fatal level.
Appender.class.php
procedural page Appender.class.php
WARN
in file Logger.class.php, class constant Logger::WARN
    Warning level.
top

b

BasicSecurityFilter
in file BasicSecurityFilter.class.php, class BasicSecurityFilter
    BasicSecurityFilter checks security by calling the getCredential() method of the action. Once the credential has been acquired, BasicSecurityFilter verifies the user has the same credential by calling the hasCredential() method of SecurityUser.
BasicSecurityUser
in file BasicSecurityUser.class.php, class BasicSecurityUser
    BasicSecurityUser will handle any type of data as a credential.
BasicSecurityFilter.class.php
procedural page BasicSecurityFilter.class.php
BasicSecurityUser.class.php
procedural page BasicSecurityUser.class.php
top

c

$connection
in file Database.class.php, variable Database::$connection
$context
in file Controller.class.php, variable Controller::$context
$controller
in file Context.class.php, variable Context::$controller
$credentials
in file BasicSecurityUser.class.php, variable BasicSecurityUser::$credentials
CacheException
in file CacheException.class.php, class CacheException
    CacheException is thrown when ConfigCache fails to execute properly.
checkConfig
in file ConfigCache.class.php, method ConfigCache::checkConfig()
    Check to see if a configuration file has been modified and if so recompile the cache file associated with it.
clear
in file ConfigCache.class.php, method ConfigCache::clear()
    Clear all configuration cache files.
clear
in file ValidatorManager.class.php, method ValidatorManager::clear()
    Clear this validator manager so it can be reused.
clearAttributes
in file Request.class.php, method Request::clearAttributes()
    Clear all attributes associated with this request.
clearAttributes
in file PHPView.class.php, method PHPView::clearAttributes()
    Clear all attributes associated with this view.
clearAttributes
in file User.class.php, method User::clearAttributes()
    Clear all attributes associated with this user.
clearAttributes
in file View.class.php, method View::clearAttributes()
    Clear all attributes associated with this view.
clearCredentials
in file BasicSecurityUser.class.php, method BasicSecurityUser::clearCredentials()
    Clear all credentials associated with this user.
clearCredentials
in file SecurityUser.class.php, method SecurityUser::clearCredentials()
    Clear all credentials associated with this user.
clearParameters
in file ParameterHolder.class.php, method ParameterHolder::clearParameters()
    Clear all parameters associated with this request.
CompileConfigHandler
in file CompileConfigHandler.class.php, class CompileConfigHandler
    CompileConfigHandler gathers multiple files and puts them into a single file.
ConfigCache
in file ConfigCache.class.php, class ConfigCache
    ConfigCache allows you to customize the format of a configuration file to make it easy-to-use, yet still provide a PHP formatted result for direct inclusion into your modules.
ConfigHandler
in file ConfigHandler.class.php, class ConfigHandler
    ConfigHandler allows a developer to create a custom formatted configuration file pertaining to any information they like and still have it auto-generate PHP code.
ConfigurationException
in file ConfigurationException.class.php, class ConfigurationException
    ConfigurationException is thrown when the framework finds an error in a configuration setting.
CompileConfigHandler.class.php
procedural page CompileConfigHandler.class.php
ConfigCache.class.php
procedural page ConfigCache.class.php
ConfigHandler.class.php
procedural page ConfigHandler.class.php
connect
in file CreoleDatabase.class.php, method CreoleDatabase::connect()
    Connect to the database.
connect
in file Database.class.php, method Database::connect()
    Connect to the database.
connect
in file PDODatabase.class.php, method PDODatabase::connect()
    Connect to the database.
connect
in file PostgreSQLDatabase.class.php, method PostgreSQLDatabase::connect()
    Connect to the database.
connect
in file MySQLDatabase.class.php, method MySQLDatabase::connect()
    Connect to the database.
ConsoleController
in file ConsoleController.class.php, class ConsoleController
ConsoleRequest
in file ConsoleRequest.class.php, class ConsoleRequest
Context
in file Context.class.php, class Context
    Context provides information about the current application context, such as the module and action names and the module directory. References to the current controller, request, and user implementation instances are also provided.
Controller
in file Controller.class.php, class Controller
    Controller directs application flow.
ControllerException
in file ControllerException.class.php, class ControllerException
    ControllerException is thrown when a requested Controller implementation doesn't exist.
ConsoleController.class.php
procedural page ConsoleController.class.php
Controller.class.php
procedural page Controller.class.php
ConversionPattern
in file ConversionPattern.class.php, class ConversionPattern
Context.class.php
procedural page Context.class.php
CreoleDatabase
in file CreoleDatabase.class.php, class CreoleDatabase
    CreoleDatabase provides connectivity for the Creole database abstraction layer.
CreoleDatabase.class.php
procedural page CreoleDatabase.class.php
CacheException.class.php
procedural page CacheException.class.php
ConfigurationException.class.php
procedural page ConfigurationException.class.php
ControllerException.class.php
procedural page ControllerException.class.php
ConsoleRequest.class.php
procedural page ConsoleRequest.class.php
ConversionPattern.class.php
procedural page ConversionPattern.class.php
top

d

$databaseManager
in file Controller.class.php, variable Controller::$databaseManager
$databaseManager
in file Context.class.php, variable Context::$databaseManager
$decorator
in file View.class.php, variable View::$decorator
$decoratorDirectory
in file View.class.php, variable View::$decoratorDirectory
$decoratorTemplate
in file View.class.php, variable View::$decoratorTemplate
$directory
in file View.class.php, variable View::$directory
DatabaseConfigHandler.class.php
procedural page DatabaseConfigHandler.class.php
DefineConfigHandler.class.php
procedural page DefineConfigHandler.class.php
Database
in file Database.class.php, class Database
    Database is a base abstraction class that allows you to setup any type of database connection via a configuration file.
DatabaseConfigHandler
in file DatabaseConfigHandler.class.php, class DatabaseConfigHandler
    DatabaseConfigHandler allows you to setup database connections in a configuration file that will be created for you automatically upon first request.
DatabaseException
in file DatabaseException.class.php, class DatabaseException
    DatabaseException is thrown when a database related error occurs.
DatabaseManager
in file DatabaseManager.class.php, class DatabaseManager
    DatabaseManager allows you to setup your database connectivity before the request is handled. This eliminates the need for a filter to manage database connections.
DatabaseManager.class.php
procedural page DatabaseManager.class.php
Database.class.php
procedural page Database.class.php
DateValidator
in file DateValidator.class.php, class DateValidator
    DateValidator verifies a parameter is of a date format.
decorate
in file View.class.php, method View::decorate()
    Loop through all template slots and fill them in with the results of presentation data.
decorate
in file PHPView.class.php, method PHPView::decorate()
    Loop through all template slots and fill them in with the results of presentation data.
DefineConfigHandler
in file DefineConfigHandler.class.php, class DefineConfigHandler
    DefineConfigHandler allows you to turn ini categories and key/value pairs into defined PHP values.
dispatch
in file FrontWebController.class.php, method FrontWebController::dispatch()
    Dispatch a request.
dispatch
in file PageWebController.class.php, method PageWebController::dispatch()
    Dispatch a request.
DatabaseException.class.php
procedural page DatabaseException.class.php
DateValidator.class.php
procedural page DateValidator.class.php
top

e

$errors
in file Request.class.php, variable Request::$errors
$exitPriority
in file Logger.class.php, variable Logger::$exitPriority
DEBUG
in file Logger.class.php, class constant Logger::DEBUG
    Debug level.
EmailValidator
in file EmailValidator.class.php, class EmailValidator
    EmailValidator verifies a parameter contains a value that qualifies as an email address.
ErrorLogger
in file ErrorLogger.class.php, class ErrorLogger
    $Id: ErrorLogger.class.php 65 2004-10-26 03:16:15Z seank $
execute
in file ValidatorManager.class.php, method ValidatorManager::execute()
    Execute all validators and determine the validation status.
execute
in file LoggingConfigHandler.class.php, method LoggingConfigHandler::execute()
    Execute this configuration handler.
execute
in file View.class.php, method View::execute()
    Execute any presentation logic and set template attributes.
execute
in file FilterConfigHandler.class.php, method FilterConfigHandler::execute()
    Execute this configuration handler.
execute
in file Action.class.php, method Action::execute()
    Execute any application/business logic for this action.
execute
in file FilterChain.class.php, method FilterChain::execute()
    Execute the next filter in this chain.
execute
in file ModuleConfigHandler.class.php, method ModuleConfigHandler::execute()
    Execute this configuration handler.
execute
in file RootConfigHandler.class.php, method RootConfigHandler::execute()
    Execute this configuration handler.
execute
in file StringValidator.class.php, method StringValidator::execute()
    Execute this validator.
execute
in file ValidatorConfigHandler.class.php, method ValidatorConfigHandler::execute()
    Execute this configuration handler.
execute
in file RegexValidator.class.php, method RegexValidator::execute()
    Execute this validator.
execute
in file NumberValidator.class.php, method NumberValidator::execute()
    Execute this validator.
execute
in file FactoryConfigHandler.class.php, method FactoryConfigHandler::execute()
    Execute this configuration handler.
execute
in file Validator.class.php, method Validator::execute()
    Execute this validator.
execute
in file Filter.class.php, method Filter::execute()
    Execute this filter.
execute
in file ConfigHandler.class.php, method ConfigHandler::execute()
    Execute this configuration handler.
execute
in file EmailValidator.class.php, method EmailValidator::execute()
    Execute this validator.
execute
in file DefineConfigHandler.class.php, method DefineConfigHandler::execute()
    Execute this configuration handler.
execute
in file ExecutionTimeFilter.class.php, method ExecutionTimeFilter::execute()
    Execute this filter.
execute
in file DateValidator.class.php, method DateValidator::execute()
    Execute this validator.
execute
in file DatabaseConfigHandler.class.php, method DatabaseConfigHandler::execute()
    Execute this configuration handler.
execute
in file CompileConfigHandler.class.php, method CompileConfigHandler::execute()
    Execute this configuration handler.
execute
in file AutoloadConfigHandler.class.php, method AutoloadConfigHandler::execute()
    Execute this configuration handler.
execute
in file BasicSecurityFilter.class.php, method BasicSecurityFilter::execute()
    Execute this filter.
execute
in file ExecutionFilter.class.php, method ExecutionFilter::execute()
    Execute this filter.
ExecutionFilter
in file ExecutionFilter.class.php, class ExecutionFilter
    ExecutionFilter is the last filter registered for each filter chain. This filter does all action and view execution.
ExecutionTimeFilter
in file ExecutionTimeFilter.class.php, class ExecutionTimeFilter
    ExecutionTimeFilter tracks the length of time it takes for an entire request to be served starting with the dispatch and ending when the last action request has been served.
extractClassName
in file Toolkit.class.php, method Toolkit::extractClassName()
    Extract the class or interface name from filename.
extractParameters
in file Request.class.php, method Request::extractParameters()
    Extract parameter values from the request.
ExecutionFilter.class.php
procedural page ExecutionFilter.class.php
ExecutionTimeFilter.class.php
procedural page ExecutionTimeFilter.class.php
GET
in file Request.class.php, class constant Request::GET
    Process validation and execution for only GET requests.
ErrorLogger.class.php
procedural page ErrorLogger.class.php
RENDER_CLIENT
in file View.class.php, class constant View::RENDER_CLIENT
    Render the presentation to the client.
RENDER_NONE
in file View.class.php, class constant View::RENDER_NONE
    Do not render the presentation.
RENDER_VAR
in file View.class.php, class constant View::RENDER_VAR
    Render the presentation to a variable.
EmailValidator.class.php
procedural page EmailValidator.class.php
top

f

FactoryConfigHandler.class.php
procedural page FactoryConfigHandler.class.php
FilterConfigHandler.class.php
procedural page FilterConfigHandler.class.php
FrontWebController.class.php
procedural page FrontWebController.class.php
FactoryException.class.php
procedural page FactoryException.class.php
FileException.class.php
procedural page FileException.class.php
FilterException.class.php
procedural page FilterException.class.php
ForwardException.class.php
procedural page ForwardException.class.php
FactoryConfigHandler
in file FactoryConfigHandler.class.php, class FactoryConfigHandler
    FactoryConfigHandler allows you to specify which factory implementation the system will use.
FactoryException
in file FactoryException.class.php, class FactoryException
    FactoryException is thrown when an error occurs while attempting to create a new factory implementation instance.
FileAppender
in file FileAppender.class.php, class FileAppender
FileException
in file FileException.class.php, class FileException
    FileException is thrown when an error occurs while moving an uploaded file.
Filter
in file Filter.class.php, class Filter
    Filter provides a way for you to intercept incoming requests or outgoing responses.
FilterChain
in file FilterChain.class.php, class FilterChain
    FilterChain manages registered filters for a specific context.
FilterConfigHandler
in file FilterConfigHandler.class.php, class FilterConfigHandler
    FilterConfigHandler allows you to register filters with the system.
FilterException
in file FilterException.class.php, class FilterException
    FilterException is thrown when an error occurs while attempting to initialize or execute a filter.
FilterChain.class.php
procedural page FilterChain.class.php
Filter.class.php
procedural page Filter.class.php
format
in file Layout.class.php, method Layout::format()
    Format a message.
format
in file PatternLayout.class.php, method PatternLayout::format()
    Format a message.
forward
in file Controller.class.php, method Controller::forward()
    Forward the request to another action.
ForwardException
in file ForwardException.class.php, class ForwardException
    ForwardException is thrown when an error occurs while attempting to forward the request.
FrontWebController
in file FrontWebController.class.php, class FrontWebController
    FrontWebController allows you to centralize your entry point in your web application, but at the same time allow for any module and action combination to be requested.
FileAppender.class.php
procedural page FileAppender.class.php
top

g

genURL
in file WebController.class.php, method WebController::genURL()
    Generate a formatted Mojavi URL.
getAction
in file Controller.class.php, method Controller::getAction()
    Retrieve an Action implementation instance.
getActionInstance
in file ActionStackEntry.class.php, method ActionStackEntry::getActionInstance()
    Retrieve this entry's action instance.
getActionName
in file Context.class.php, method Context::getActionName()
    Retrieve the action name for this context.
getActionName
in file ActionStackEntry.class.php, method ActionStackEntry::getActionName()
    Retrieve this entry's action name.
getActionStack
in file Controller.class.php, method Controller::getActionStack()
    Retrieve the action stack.
getAppender
in file Logger.class.php, method Logger::getAppender()
    Retrieve an appender.
getAttribute
in file View.class.php, method View::getAttribute()
    Retrieve an attribute.
getAttribute
in file Request.class.php, method Request::getAttribute()
    Retrieve an attribute.
getAttribute
in file PHPView.class.php, method PHPView::getAttribute()
    Retrieve an attribute.
getAttribute
in file User.class.php, method User::getAttribute()
    Retrieve an attribute.
getAttributeNames
in file View.class.php, method View::getAttributeNames()
    Retrieve an array of attribute names.
getAttributeNames
in file Request.class.php, method Request::getAttributeNames()
    Retrieve an array of attribute names.
getAttributeNames
in file User.class.php, method User::getAttributeNames()
    Retrieve an array of attribute names.
getAttributeNames
in file PHPView.class.php, method PHPView::getAttributeNames()
    Retrieve an array of attribute names.
getAttributeNamespace
in file User.class.php, method User::getAttributeNamespace()
    Retrieve all attributes within a namespace.
getAttributeNamespaces
in file User.class.php, method User::getAttributeNamespaces()
    Retrieve an array of attribute namespaces.
getCacheName
in file ConfigCache.class.php, method ConfigCache::getCacheName()
    Convert a normal filename into a cache filename.
getConnection
in file Database.class.php, method Database::getConnection()
    Retrieve the database connection associated with this Database implementation.
getContentType
in file WebController.class.php, method WebController::getContentType()
    Retrieve the requested content type.
getContext
in file Model.class.php, method Model::getContext()
    Retrieve the current application context.
getContext
in file User.class.php, method User::getContext()
    Retrieve the current application context.
getContext
in file Validator.class.php, method Validator::getContext()
    Retrieve the current application context.
getContext
in file Action.class.php, method Action::getContext()
    Retrieve the current application context.
getContext
in file View.class.php, method View::getContext()
    Retrieve the current application context.
getContext
in file Filter.class.php, method Filter::getContext()
    Retrieve the current application context.
getContext
in file Controller.class.php, method Controller::getContext()
    Retrieve the current application context.
getContext
in file Storage.class.php, method Storage::getContext()
    Retrieve the current application context.
getController
in file Context.class.php, method Context::getController()
    Retrieve the controller.
getCredential
in file Action.class.php, method Action::getCredential()
    Retrieve the credential required to access this action.
getDatabase
in file DatabaseManager.class.php, method DatabaseManager::getDatabase()
    Retrieve the database connection associated with this Database implementation.
getDatabaseConnection
in file Context.class.php, method Context::getDatabaseConnection()
    Retrieve a database connection from the database manager.
getDatabaseManager
in file Context.class.php, method Context::getDatabaseManager()
    Retrieve the database manager.
getDecoratorDirectory
in file View.class.php, method View::getDecoratorDirectory()
    Retrieve this views decorator template directory.
getDecoratorTemplate
in file View.class.php, method View::getDecoratorTemplate()
    Retrieve this views decorator template.
getDefaultView
in file Action.class.php, method Action::getDefaultView()
    Retrieve the default view to be executed when a given request is not served by this action.
getDirectory
in file View.class.php, method View::getDirectory()
    Retrieve this views template directory.
getEngine
in file PHPView.class.php, method PHPView::getEngine()
    Retrieve the template engine associated with this view.
getEngine
in file View.class.php, method View::getEngine()
    Retrieve the template engine associated with this view.
getEntry
in file ActionStack.class.php, method ActionStack::getEntry()
    Retrieve the entry at a specific index.
getError
in file Request.class.php, method Request::getError()
    Retrieve an error message.
getErrorNames
in file Request.class.php, method Request::getErrorNames()
    Retrieve an array of error names.
getErrors
in file Request.class.php, method Request::getErrors()
    Retrieve an array of errors.
getExitPriority
in file Logger.class.php, method Logger::getExitPriority()
    Retrieve the exit priority level.
getFile
in file WebRequest.class.php, method WebRequest::getFile()
    Retrieve an array of file information.
getFileError
in file WebRequest.class.php, method WebRequest::getFileError()
    Retrieve a file error.
getFileName
in file WebRequest.class.php, method WebRequest::getFileName()
    Retrieve a file name.
getFileNames
in file WebRequest.class.php, method WebRequest::getFileNames()
    Retrieve an array of file names.
getFilePath
in file WebRequest.class.php, method WebRequest::getFilePath()
    Retrieve a file path.
getFiles
in file WebRequest.class.php, method WebRequest::getFiles()
    Retrieve an array of files.
getFileSize
in file WebRequest.class.php, method WebRequest::getFileSize()
    Retrieve a file size.
getFileType
in file WebRequest.class.php, method WebRequest::getFileType()
    Retrieve a file type.
getFirstEntry
in file ActionStack.class.php, method ActionStack::getFirstEntry()
    Retrieve the first entry.
getGlobalModel
in file Controller.class.php, method Controller::getGlobalModel()
    Retrieve a global Model implementation instance.
getInstance
in file Controller.class.php, method Controller::getInstance()
    Retrieve the singleton instance of this class.
getLastEntry
in file ActionStack.class.php, method ActionStack::getLastEntry()
    Retrieve the last entry.
getLayout
in file Appender.class.php, method Appender::getLayout()
    Retrieve the layout.
getLayout
in file Layout.class.php, method Layout::getLayout()
    Retrieve the message layout.
getLogger
in file LoggerManager.class.php, method LoggerManager::getLogger()
    Retrieve a logger.
getLoggerNames
in file LoggerManager.class.php, method LoggerManager::getLoggerNames()
    Retrieve a list of logger names.
getMethod
in file Request.class.php, method Request::getMethod()
    Retrieve this request's method.
getMicrotime
in file ActionStackEntry.class.php, method ActionStackEntry::getMicrotime()
    Retrieve this entry's microtime.
getModel
in file Controller.class.php, method Controller::getModel()
    Retrieve a Model implementation instance.
getModuleDirectory
in file Context.class.php, method Context::getModuleDirectory()
    Retrieve the module directory for this context.
getModuleName
in file Context.class.php, method Context::getModuleName()
    Retrieve the module name for this context.
getModuleName
in file ActionStackEntry.class.php, method ActionStackEntry::getModuleName()
    Retrieve this entry's module name.
getName
in file MojaviException.class.php, method MojaviException::getName()
    Retrieve the name of this exception.
getParameter
in file ParameterHolder.class.php, method ParameterHolder::getParameter()
    Retrieve a parameter.
getParameterNames
in file ParameterHolder.class.php, method ParameterHolder::getParameterNames()
    Retrieve an array of parameter names.
getParameters
in file ParameterHolder.class.php, method ParameterHolder::getParameters()
    Retrieve an array of parameters.
getPresentation
in file ActionStackEntry.class.php, method ActionStackEntry::getPresentation()
    Retrieve this entry's rendered view presentation.
getPriority
in file Logger.class.php, method Logger::getPriority()
    Retrieve the priority level.
getRenderMode
in file Controller.class.php, method Controller::getRenderMode()
    Retrieve the presentation rendering mode.
getRequest
in file Context.class.php, method Context::getRequest()
    Retrieve the request.
getRequestMethods
in file Action.class.php, method Action::getRequestMethods()
    Retrieve the request methods on which this action will process validation and execution.
getResource
in file Database.class.php, method Database::getResource()
    Retrieve a raw database resource associated with this Database implementation.
getSize
in file ActionStack.class.php, method ActionStack::getSize()
    Retrieve the size of this stack.
getSlots
in file View.class.php, method View::getSlots()
    Retrieve an array of specified slots for the decorator template.
getStorage
in file Context.class.php, method Context::getStorage()
    Retrieve the storage.
getTemplate
in file View.class.php, method View::getTemplate()
    Retrieve this views template.
getUser
in file Context.class.php, method Context::getUser()
    Retrieve the user.
getView
in file Controller.class.php, method Controller::getView()
    Retrieve a View implementation instance.
top

h

handleError
in file Action.class.php, method Action::handleError()
    Execute any post-validation error application logic.
hasAttribute
in file Request.class.php, method Request::hasAttribute()
    Indicates whether or not an attribute exists.
hasAttribute
in file User.class.php, method User::hasAttribute()
    Indicates whether or not an attribute exists.
hasAttributeNamespace
in file User.class.php, method User::hasAttributeNamespace()
    Indicates whether or not an attribute namespace exists.
hasCredential
in file SecurityUser.class.php, method SecurityUser::hasCredential()
    Indicates whether or not this user has a credential.
hasCredential
in file BasicSecurityUser.class.php, method BasicSecurityUser::hasCredential()
    Indicates whether or not this user has a credential.
hasError
in file Request.class.php, method Request::hasError()
    Indicates whether or not an error exists.
hasErrors
in file Request.class.php, method Request::hasErrors()
    Indicates whether or not any errors exist.
hasFile
in file WebRequest.class.php, method WebRequest::hasFile()
    Indicates whether or not a file exists.
hasFileError
in file WebRequest.class.php, method WebRequest::hasFileError()
    Indicates whether or not a file error exists.
hasFileErrors
in file WebRequest.class.php, method WebRequest::hasFileErrors()
    Indicates whether or not any file errors occured.
hasFiles
in file WebRequest.class.php, method WebRequest::hasFiles()
    Indicates whether or not any files exist.
hasLogger
in file LoggerManager.class.php, method LoggerManager::hasLogger()
    Indicates that a logger exists.
hasParameter
in file ParameterHolder.class.php, method ParameterHolder::hasParameter()
    Indicates whether or not a parameter exists.
top

i

$index
in file FilterChain.class.php, variable FilterChain::$index
IniConfigHandler.class.php
procedural page IniConfigHandler.class.php
InitializationException.class.php
procedural page InitializationException.class.php
import
in file ConfigCache.class.php, method ConfigCache::import()
    Import a configuration file.
importAttributes
in file View.class.php, method View::importAttributes()
    Import parameter values and error messages from the request directly as view attributes.
IniConfigHandler
in file IniConfigHandler.class.php, class IniConfigHandler
    IniConfigHandler is a base class for .ini configuration handlers. This class provides a central location for parsing ini files and detecting required categories.
InitializationException
in file InitializationException.class.php, class InitializationException
    InitializationException is thrown when an initialization procedure fails.
initialize
in file RegexValidator.class.php, method RegexValidator::initialize()
    Initialize this validator.
initialize
in file Request.class.php, method Request::initialize()
    Initialize this Request.
initialize
in file SessionStorage.class.php, method SessionStorage::initialize()
    Initialize this Storage.
initialize
in file StringValidator.class.php, method StringValidator::initialize()
    Initialize this validator.
initialize
in file View.class.php, method View::initialize()
    Initialize this view.
initialize
in file WebController.class.php, method WebController::initialize()
    Initialize this controller.
initialize
in file WebRequest.class.php, method WebRequest::initialize()
    Initialize this Request.
initialize
in file ValidatorManager.class.php, method ValidatorManager::initialize()
    Initialize this validator manager.
initialize
in file Validator.class.php, method Validator::initialize()
    Initialize this validator.
initialize
in file PostgreSQLSessionStorage.class.php, method PostgreSQLSessionStorage::initialize()
    Initialize this Storage.
initialize
in file User.class.php, method User::initialize()
    Initialize this User.
initialize
in file Storage.class.php, method Storage::initialize()
    Initialize this Storage.
initialize
in file Model.class.php, method Model::initialize()
    Initialize this model.
initialize
in file Database.class.php, method Database::initialize()
    Initialize this Database.
initialize
in file NumberValidator.class.php, method NumberValidator::initialize()
    Initialize this validator.
initialize
in file Controller.class.php, method Controller::initialize()
    Initialize this controller.
initialize
in file ConsoleRequest.class.php, method ConsoleRequest::initialize()
    Initialize this Request.
initialize
in file ConfigHandler.class.php, method ConfigHandler::initialize()
    Initialize this ConfigHandler.
initialize
in file BasicSecurityUser.class.php, method BasicSecurityUser::initialize()
    Initialize this User.
initialize
in file DatabaseManager.class.php, method DatabaseManager::initialize()
    Initialize this DatabaseManager.
initialize
in file MySQLSessionStorage.class.php, method MySQLSessionStorage::initialize()
    Initialize this Storage.
initialize
in file ExecutionTimeFilter.class.php, method ExecutionTimeFilter::initialize()
    Initialize this filter.
initialize
in file Action.class.php, method Action::initialize()
    Initialize this action.
initialize
in file Filter.class.php, method Filter::initialize()
    Initialize this Filter.
isAuthenticated
in file SecurityUser.class.php, method SecurityUser::isAuthenticated()
    Indicates whether or not this user is authenticated.
isAuthenticated
in file BasicSecurityUser.class.php, method BasicSecurityUser::isAuthenticated()
    Indicates whether or not this user is authenticated.
isDecorator
in file View.class.php, method View::isDecorator()
    Indicates that this view is a decorating view.
isPathAbsolute
in file Toolkit.class.php, method Toolkit::isPathAbsolute()
    Determine if a filesystem path is absolute.
isSecure
in file Action.class.php, method Action::isSecure()
    Indicates that this action requires security.
top

l

ALERT
in file View.class.php, class constant View::ALERT
    Show an alert view.
LoggingConfigHandler.class.php
procedural page LoggingConfigHandler.class.php
LoggingException.class.php
procedural page LoggingException.class.php
Layout
in file Layout.class.php, class Layout
    Layout allows you to specify a message layout for log messages.
literalize
in file ConfigHandler.class.php, method ConfigHandler::literalize()
    Literalize a string value.
log
in file Logger.class.php, method Logger::log()
    Log a message.
Logger
in file Logger.class.php, class Logger
    Logger provides an easy way to manage multiple log destinations and write to them all simultaneously.
LoggerManager
in file LoggerManager.class.php, class LoggerManager
    LoggerManager provides accessibility and management of all loggers.
LoggingConfigHandler
in file LoggingConfigHandler.class.php, class LoggingConfigHandler
LoggingException
in file LoggingException.class.php, class LoggingException
    LoggingException is thrown when a logging related error occurs.
Layout.class.php
procedural page Layout.class.php
LoggerManager.class.php
procedural page LoggerManager.class.php
Logger.class.php
procedural page Logger.class.php
top

m

$maxForwards
in file Controller.class.php, variable Controller::$maxForwards
$method
in file Request.class.php, variable Request::$method
$microtime
in file ActionStackEntry.class.php, variable ActionStackEntry::$microtime
$moduleName
in file ActionStackEntry.class.php, variable ActionStackEntry::$moduleName
ModuleConfigHandler.class.php
procedural page ModuleConfigHandler.class.php
MojaviObject.class.php
procedural page MojaviObject.class.php
MySQLDatabase.class.php
procedural page MySQLDatabase.class.php
MojaviException.class.php
procedural page MojaviException.class.php
MailAppender.class.php
procedural page MailAppender.class.php
Message.class.php
procedural page Message.class.php
MailAppender
in file MailAppender.class.php, class MailAppender
Message
in file Message.class.php, class Message
Model
in file Model.class.php, class Model
    Model provides a convention for separating business logic from application logic. When using a model you're providing a globally accessible API for other modules to access, which will boost interoperability among modules in your web application.
modelExists
in file Controller.class.php, method Controller::modelExists()
    Indicates whether or not a module has a specific model.
Model.class.php
procedural page Model.class.php
ModuleConfigHandler
in file ModuleConfigHandler.class.php, class ModuleConfigHandler
    ModuleConfigHandler reads module configuration files to determine the status of a module.
moduleExists
in file Controller.class.php, method Controller::moduleExists()
    Indicates whether or not a module exists.
MojaviException
in file MojaviException.class.php, class MojaviException
    MojaviException is the base class for all Mojavi related exceptions and provides an additional method for printing up a detailed view of an exception.
MojaviObject
in file MojaviObject.class.php, class MojaviObject
    $Id: MojaviObject.class.php 65 2004-10-26 03:16:15Z seank $
mojavi.php
procedural page mojavi.php
moveFile
in file WebRequest.class.php, method WebRequest::moveFile()
    Move an uploaded file.
MO_APP_BRANCH
in file version.php, constant MO_APP_BRANCH
MO_APP_INFO
in file version.php, constant MO_APP_INFO
MO_APP_MAJOR_VERSION
in file version.php, constant MO_APP_MAJOR_VERSION
MO_APP_MICRO_VERSION
in file version.php, constant MO_APP_MICRO_VERSION
MO_APP_MINOR_VERSION
in file version.php, constant MO_APP_MINOR_VERSION
MO_APP_NAME
in file version.php, constant MO_APP_NAME
MO_APP_STATUS
in file version.php, constant MO_APP_STATUS
MO_APP_URL
in file version.php, constant MO_APP_URL
MO_APP_VERSION
in file version.php, constant MO_APP_VERSION
MO_CONFIG_DIR
in file mojavi.php, constant MO_CONFIG_DIR
MO_LIB_DIR
in file mojavi.php, constant MO_LIB_DIR
MO_MODULE_DIR
in file mojavi.php, constant MO_MODULE_DIR
MO_TEMPLATE_DIR
in file mojavi.php, constant MO_TEMPLATE_DIR
MySQLDatabase
in file MySQLDatabase.class.php, class MySQLDatabase
    MySQLDatabase provides connectivity for the MySQL brand database.
MySQLSessionStorage
in file MySQLSessionStorage.class.php, class MySQLSessionStorage
    Provides support for session storage using a MySQL brand database.
MySQLSessionStorage.class.php
procedural page MySQLSessionStorage.class.php
top

n

$names
in file ValidatorManager.class.php, variable ValidatorManager::$names
INFO
in file Logger.class.php, class constant Logger::INFO
    Information level.
INPUT
in file View.class.php, class constant View::INPUT
    Show a form input view.
newInstance
in file User.class.php, method User::newInstance()
    Retrieve a new User implementation instance.
newInstance
in file Storage.class.php, method Storage::newInstance()
    Retrieve a new Storage implementation instance.
newInstance
in file Request.class.php, method Request::newInstance()
    Retrieve a new Request implementation instance.
newInstance
in file SecurityFilter.class.php, method SecurityFilter::newInstance()
    Retrieve a new Controller implementation instance.
newInstance
in file Controller.class.php, method Controller::newInstance()
    Retrieve a new Controller implementation instance.
NumberValidator
in file NumberValidator.class.php, class NumberValidator
    NumberValidator verifies a parameter is a number and allows you to apply size constraints.
NumberValidator.class.php
procedural page NumberValidator.class.php
top

o

NONE
in file Request.class.php, class constant Request::NONE
    Skip validation and execution for any request method.
NONE
in file View.class.php, class constant View::NONE
    Skip view execution.
POST
in file Request.class.php, class constant Request::POST
    Process validation and execution for only POST requests.
top

p

$parameters
in file ParameterHolder.class.php, variable ParameterHolder::$parameters
$presentation
in file ActionStackEntry.class.php, variable ActionStackEntry::$presentation
$priority
in file Logger.class.php, variable Logger::$priority
ParameterParser.class.php
procedural page ParameterParser.class.php
PageWebController.class.php
procedural page PageWebController.class.php
PDODatabase.class.php
procedural page PDODatabase.class.php
PostgreSQLDatabase.class.php
procedural page PostgreSQLDatabase.class.php
ParseException.class.php
procedural page ParseException.class.php
PatternLayout.class.php
procedural page PatternLayout.class.php
PageWebController
in file PageWebController.class.php, class PageWebController
    PageWebController allows you to dispatch a request by specifying a module and action name in the dispatch() method.
ParameterHolder
in file ParameterHolder.class.php, class ParameterHolder
    ParameterHolder provides a base class for managing parameters.
ParameterParser
in file ParameterParser.class.php, class ParameterParser
    ParameterParser is used to take parameter lists in Mojavi configuration files and return them in literal array form.
parse
in file ParameterParser.class.php, method ParameterParser::parse()
    Parse an array of key-value pairs and return an array of specified parameters.
ParseException
in file ParseException.class.php, class ParseException
    ParseException is thrown when a parsing procedure fails to complete successfully.
parseIni
in file IniConfigHandler.class.php, method IniConfigHandler::parseIni()
    Parse an .ini configuration file.
PatternLayout
in file PatternLayout.class.php, class PatternLayout
PDODatabase
in file PDODatabase.class.php, class PDODatabase
    PDODatabase provides connectivity for the PDO database abstraction layer.
PHPView
in file PHPView.class.php, class PHPView
    A view that uses PHP to render templates.
PostgreSQLDatabase
in file PostgreSQLDatabase.class.php, class PostgreSQLDatabase
    PostgreSQLDatabase provides connectivity for the PostgreSQL brand database.
PostgreSQLSessionStorage
in file PostgreSQLSessionStorage.class.php, class PostgreSQLSessionStorage
    Provides support for session storage using a PostgreSQL brand database.
preRenderCheck
in file View.class.php, method View::preRenderCheck()
    Execute a basic pre-render check to verify all required variables exist and that the template is readable.
printStackTrace
in file MojaviException.class.php, method MojaviException::printStackTrace()
    Print the stack trace for this exception.
PostgreSQLSessionStorage.class.php
procedural page PostgreSQLSessionStorage.class.php
ParameterHolder.class.php
procedural page ParameterHolder.class.php
PHPView.class.php
procedural page PHPView.class.php
top

r

$renderMode
in file Controller.class.php, variable Controller::$renderMode
$request
in file ValidatorManager.class.php, variable ValidatorManager::$request
$request
in file Context.class.php, variable Context::$request
$request
in file Controller.class.php, variable Controller::$request
$resource
in file Database.class.php, variable Database::$resource
RootConfigHandler.class.php
procedural page RootConfigHandler.class.php
CREDENTIAL_NAMESPACE
in file BasicSecurityUser.class.php, class constant BasicSecurityUser::CREDENTIAL_NAMESPACE
    The namespace under which credentials will be stored.
ERROR
in file View.class.php, class constant View::ERROR
    Show an error view.
ERROR
in file Logger.class.php, class constant Logger::ERROR
    Error level.
RenderException.class.php
procedural page RenderException.class.php
read
in file Storage.class.php, method Storage::read()
    Read data from this storage.
read
in file SessionStorage.class.php, method SessionStorage::read()
    Read data from this storage.
redirect
in file WebController.class.php, method WebController::redirect()
    Redirect the request to another URL.
RegexValidator
in file RegexValidator.class.php, class RegexValidator
    RegexValidator allows you to match a value against a regular expression pattern.
register
in file FilterChain.class.php, method FilterChain::register()
    Register a filter with this chain.
registerName
in file ValidatorManager.class.php, method ValidatorManager::registerName()
    Register a file or parameter.
registerValidator
in file ValidatorManager.class.php, method ValidatorManager::registerValidator()
    Register a validator for a file or parameter.
registerValidators
in file Action.class.php, method Action::registerValidators()
    Manually register validators for this action.
remove
in file Storage.class.php, method Storage::remove()
    Remove data from this storage.
remove
in file SessionStorage.class.php, method SessionStorage::remove()
    Remove data from this storage.
removeAppender
in file Logger.class.php, method Logger::removeAppender()
    Remove an appender.
removeAttribute
in file View.class.php, method View::removeAttribute()
    Remove an attribute.
removeAttribute
in file PHPView.class.php, method PHPView::removeAttribute()
    Remove an attribute.
removeAttribute
in file User.class.php, method User::removeAttribute()
    Remove an attribute.
removeAttribute
in file Request.class.php, method Request::removeAttribute()
    Remove an attribute.
removeAttributeNamespace
in file User.class.php, method User::removeAttributeNamespace()
    Remove an attribute namespace and all of its associated attributes.
removeCredential
in file BasicSecurityUser.class.php, method BasicSecurityUser::removeCredential()
    Remove a credential from this user.
removeCredential
in file SecurityUser.class.php, method SecurityUser::removeCredential()
    Remove a credential from this user.
removeError
in file Request.class.php, method Request::removeError()
    Remove an error.
removeLogger
in file LoggerManager.class.php, method LoggerManager::removeLogger()
    Remove a logger.
removeParameter
in file ParameterHolder.class.php, method ParameterHolder::removeParameter()
    Remove a parameter.
render
in file View.class.php, method View::render()
    Render the presentation.
render
in file PHPView.class.php, method PHPView::render()
    Render the presentation.
RenderException
in file RenderException.class.php, class RenderException
    RenderException is thrown when a view's pre-render check fails.
replaceConstants
in file ConfigHandler.class.php, method ConfigHandler::replaceConstants()
    Replace constant identifiers in a string.
replacePath
in file ConfigHandler.class.php, method ConfigHandler::replacePath()
    Replace a relative filesystem path with an absolute one.
Request
in file Request.class.php, class Request
    Request provides methods for manipulating client request information such as attributes, errors and parameters. It is also possible to manipulate the request method originally sent by the user.
Request.class.php
procedural page Request.class.php
RootConfigHandler
in file RootConfigHandler.class.php, class RootConfigHandler
    RootConfigHandler allows you to specify configuration handlers for the application or on a module level.
RegexValidator.class.php
procedural page RegexValidator.class.php
top

s

$securityFilter
in file Controller.class.php, variable Controller::$securityFilter
$slots
in file View.class.php, variable View::$slots
$storage
in file Context.class.php, variable Context::$storage
$storage
in file Controller.class.php, variable Controller::$storage
SecurityException.class.php
procedural page SecurityException.class.php
StorageException.class.php
procedural page StorageException.class.php
SecurityFilter.class.php
procedural page SecurityFilter.class.php
StderrAppender.class.php
procedural page StderrAppender.class.php
StdoutAppender.class.php
procedural page StdoutAppender.class.php
SecurityException
in file SecurityException.class.php, class SecurityException
    SecurityException is thrown when a security related error occurs.
SecurityFilter
in file SecurityFilter.class.php, class SecurityFilter
    SecurityFilter provides a base class that classifies a filter as one that handles security.
SecurityUser
in file SecurityUser.class.php, class SecurityUser
    SecurityUser provides advanced security manipulation methods.
sessionClose
in file PostgreSQLSessionStorage.class.php, method PostgreSQLSessionStorage::sessionClose()
    Close a session.
sessionClose
in file MySQLSessionStorage.class.php, method MySQLSessionStorage::sessionClose()
    Close a session.
sessionDestroy
in file MySQLSessionStorage.class.php, method MySQLSessionStorage::sessionDestroy()
    Destroy a session.
sessionDestroy
in file PostgreSQLSessionStorage.class.php, method PostgreSQLSessionStorage::sessionDestroy()
    Destroy a session.
sessionGC
in file MySQLSessionStorage.class.php, method MySQLSessionStorage::sessionGC()
    Cleanup old sessions.
sessionGC
in file PostgreSQLSessionStorage.class.php, method PostgreSQLSessionStorage::sessionGC()
    Cleanup old sessions.
sessionOpen
in file MySQLSessionStorage.class.php, method MySQLSessionStorage::sessionOpen()
    Open a session.
sessionOpen
in file PostgreSQLSessionStorage.class.php, method PostgreSQLSessionStorage::sessionOpen()
    Open a session.
sessionRead
in file MySQLSessionStorage.class.php, method MySQLSessionStorage::sessionRead()
    Read a session.
sessionRead
in file PostgreSQLSessionStorage.class.php, method PostgreSQLSessionStorage::sessionRead()
    Read a session.
SessionStorage
in file SessionStorage.class.php, class SessionStorage
    SessionStorage allows you to store persistent Mojavi data in the user session.
sessionWrite
in file PostgreSQLSessionStorage.class.php, method PostgreSQLSessionStorage::sessionWrite()
    Write session data.
sessionWrite
in file MySQLSessionStorage.class.php, method MySQLSessionStorage::sessionWrite()
    Write session data.
setAppender
in file Logger.class.php, method Logger::setAppender()
    Set an appender.
setAttribute
in file View.class.php, method View::setAttribute()
    Set an attribute.
setAttribute
in file PHPView.class.php, method PHPView::setAttribute()
    Set an attribute.
setAttribute
in file User.class.php, method User::setAttribute()
    Set an attribute.
setAttribute
in file Request.class.php, method Request::setAttribute()
    Set an attribute.
setAttributeByRef
in file PHPView.class.php, method PHPView::setAttributeByRef()
    Set an attribute by reference.
setAttributeByRef
in file View.class.php, method View::setAttributeByRef()
    Set an attribute by reference.
setAttributeByRef
in file Request.class.php, method Request::setAttributeByRef()
    Set an attribute by reference.
setAttributeByRef
in file User.class.php, method User::setAttributeByRef()
    Set an attribute by reference.
setAttributes
in file View.class.php, method View::setAttributes()
    Set an array of attributes.
setAttributes
in file User.class.php, method User::setAttributes()
    Set an array of attributes.
setAttributes
in file PHPView.class.php, method PHPView::setAttributes()
    Set an array of attributes.
setAttributes
in file Request.class.php, method Request::setAttributes()
    Set an array of attributes.
setAttributesByRef
in file Request.class.php, method Request::setAttributesByRef()
    Set an array of attributes by reference.
setAttributesByRef
in file User.class.php, method User::setAttributesByRef()
    Set an array of attributes by reference.
setAttributesByRef
in file PHPView.class.php, method PHPView::setAttributesByRef()
    Set an array of attributes by reference.
setAttributesByRef
in file View.class.php, method View::setAttributesByRef()
    Set an array of attributes by reference.
setAuthenticated
in file BasicSecurityUser.class.php, method BasicSecurityUser::setAuthenticated()
    Set the authenticated status of this user.
setAuthenticated
in file SecurityUser.class.php, method SecurityUser::setAuthenticated()
    Set the authenticated status of this user.
setContentType
in file WebController.class.php, method WebController::setContentType()
    Set the content type for this request.
setDecoratorDirectory
in file View.class.php, method View::setDecoratorDirectory()
    Set the decorator template directory for this view.
setDecoratorTemplate
in file View.class.php, method View::setDecoratorTemplate()
    Set the decorator template for this view.
setDirectory
in file View.class.php, method View::setDirectory()
    Set the template directory for this view.
setError
in file Request.class.php, method Request::setError()
    Set an error.
setErrors
in file Request.class.php, method Request::setErrors()
    Set an array of errors
setExitPriority
in file Logger.class.php, method Logger::setExitPriority()
    Set the exit priority level.
setLayout
in file Layout.class.php, method Layout::setLayout()
    Set the message layout.
setLayout
in file Appender.class.php, method Appender::setLayout()
    Set the layout.
setLogger
in file LoggerManager.class.php, method LoggerManager::setLogger()
    Set a new logger instance.
setMethod
in file Request.class.php, method Request::setMethod()
    Set the request method.
setName
in file MojaviException.class.php, method MojaviException::setName()
    Set the name of this exception.
setParameter
in file ParameterHolder.class.php, method ParameterHolder::setParameter()
    Set a parameter.
setParameterByRef
in file ParameterHolder.class.php, method ParameterHolder::setParameterByRef()
    Set a parameter by reference.
setParameters
in file ParameterHolder.class.php, method ParameterHolder::setParameters()
    Set an array of parameters.
setParametersByRef
in file ParameterHolder.class.php, method ParameterHolder::setParametersByRef()
    Set an array of parameters by reference.
setPresentation
in file ActionStackEntry.class.php, method ActionStackEntry::setPresentation()
    Set the rendered presentation for this action.
setPriority
in file Logger.class.php, method Logger::setPriority()
    Set the priority level.
setRenderMode
in file Controller.class.php, method Controller::setRenderMode()
    Set the presentation rendering mode.
setSlot
in file View.class.php, method View::setSlot()
    Set the module and action to be executed in place of a particular template attribute.
setTemplate
in file View.class.php, method View::setTemplate()
    Set the template for this view.
shutdown
in file Storage.class.php, method Storage::shutdown()
    Execute the shutdown procedure.
shutdown
in file User.class.php, method User::shutdown()
    Execute the shutdown procedure.
shutdown
in file Appender.class.php, method Appender::shutdown()
    Execute the shutdown procedure.
shutdown
in file BasicSecurityUser.class.php, method BasicSecurityUser::shutdown()
    Execute the shutdown procedure.
shutdown
in file WebRequest.class.php, method WebRequest::shutdown()
    Execute the shutdown procedure.
shutdown
in file Logger.class.php, method Logger::shutdown()
    Execute the shutdown procedure.
shutdown
in file PostgreSQLSessionStorage.class.php, method PostgreSQLSessionStorage::shutdown()
    Execute the shutdown procedure.
shutdown
in file Request.class.php, method Request::shutdown()
    Execute the shutdown procedure.
shutdown
in file LoggerManager.class.php, method LoggerManager::shutdown()
    Execute the shutdown procedure.
shutdown
in file MySQLDatabase.class.php, method MySQLDatabase::shutdown()
    Execute the shutdown procedure.
shutdown
in file PDODatabase.class.php, method PDODatabase::shutdown()
    Execute the shutdown procedure.
shutdown
in file MySQLSessionStorage.class.php, method MySQLSessionStorage::shutdown()
    Execute the shutdown procedure.
shutdown
in file PostgreSQLDatabase.class.php, method PostgreSQLDatabase::shutdown()
    Execute the shutdown procedure.
shutdown
in file DatabaseManager.class.php, method DatabaseManager::shutdown()
    Execute the shutdown procedure.
shutdown
in file Database.class.php, method Database::shutdown()
    Execute the shutdown procedure.
shutdown
in file ConsoleRequest.class.php, method ConsoleRequest::shutdown()
    Execute the shutdown procedure.
shutdown
in file Controller.class.php, method Controller::shutdown()
    Execute the shutdown procedure.
shutdown
in file SessionStorage.class.php, method SessionStorage::shutdown()
    Execute the shutdown procedure.
shutdown
in file CreoleDatabase.class.php, method CreoleDatabase::shutdown()
    Execute the shutdown procedure.
SmartyView
in file SmartyView.class.php, class SmartyView
    $Id: SmartyView.class.php 65 2004-10-26 03:16:15Z seank $
StderrAppender
in file StderrAppender.class.php, class StderrAppender
StdoutAppender
in file StdoutAppender.class.php, class StdoutAppender
Storage
in file Storage.class.php, class Storage
    Storage allows you to customize the way Mojavi stores its persistent data.
StorageException
in file StorageException.class.php, class StorageException
    StorageException is thrown when a requested Storage implementation doesn't exist or data cannot be read from or written to the storage.
SessionStorage.class.php
procedural page SessionStorage.class.php
Storage.class.php
procedural page Storage.class.php
StringValidator
in file StringValidator.class.php, class StringValidator
    StringValidator allows you to apply string-related constraints to a parameter.
SecurityUser.class.php
procedural page SecurityUser.class.php
StringValidator.class.php
procedural page StringValidator.class.php
SmartyView.class.php
procedural page SmartyView.class.php
top

t

$template
in file View.class.php, variable View::$template
ATTRIBUTE_NAMESPACE
in file User.class.php, class constant User::ATTRIBUTE_NAMESPACE
    The namespace under which attributes will be stored.
Toolkit
in file Toolkit.class.php, class Toolkit
    Toolkit provides basic utility methods.
toString
in file MojaviObject.class.php, method MojaviObject::toString()
    Retrieve a string representation of this object.
Toolkit.class.php
procedural page Toolkit.class.php
top

u

$user
in file Context.class.php, variable Context::$user
$user
in file Controller.class.php, variable Controller::$user
AUTH_NAMESPACE
in file BasicSecurityUser.class.php, class constant BasicSecurityUser::AUTH_NAMESPACE
    The namespace under which authenticated status will be stored.
SUCCESS
in file View.class.php, class constant View::SUCCESS
    Show a success view.
User
in file User.class.php, class User
    User wraps a client session and provides accessor methods for user attributes. It also makes storing and retrieving multiple page form data rather easy by allowing user attributes to be stored in namespaces, which help organize data.
User.class.php
procedural page User.class.php
top

v

ValidatorConfigHandler.class.php
procedural page ValidatorConfigHandler.class.php
ValidatorException.class.php
procedural page ValidatorException.class.php
ViewException.class.php
procedural page ViewException.class.php
validate
in file Action.class.php, method Action::validate()
    Manually validate files and parameters.
Validator
in file Validator.class.php, class Validator
    Validator allows you to apply constraints to user entered parameters.
ValidatorConfigHandler
in file ValidatorConfigHandler.class.php, class ValidatorConfigHandler
    ValidatorConfigHandler allows you to register validators with the system.
ValidatorException
in file ValidatorException.class.php, class ValidatorException
    ValidatorException is thrown when an error occurs in a validator.
ValidatorManager
in file ValidatorManager.class.php, class ValidatorManager
    ValidatorManager provides management for request parameters and their associated validators.
ValidatorManager.class.php
procedural page ValidatorManager.class.php
Validator.class.php
procedural page Validator.class.php
version.php
procedural page version.php
View
in file View.class.php, class View
    A view represents the presentation layer of an action. Output can be customized by supplying attributes, which a template can manipulate and display.
ViewException
in file ViewException.class.php, class ViewException
    ViewException is thrown when an error occurs in a view.
viewExists
in file Controller.class.php, method Controller::viewExists()
    Indicates whether or not a module has a specific view.
View.class.php
procedural page View.class.php
top

w

WebController.class.php
procedural page WebController.class.php
WebRequest.class.php
procedural page WebRequest.class.php
WebController
in file WebController.class.php, class WebController
    WebController provides web specific methods to Controller such as, url redirection.
WebRequest
in file WebRequest.class.php, class WebRequest
    WebRequest provides additional support for web-only client requests such as cookie and file manipulation.
write
in file Appender.class.php, method Appender::write()
    Write log data to this appender.
write
in file Storage.class.php, method Storage::write()
    Write data to this storage.
write
in file SessionStorage.class.php, method SessionStorage::write()
    Write data to this storage.
top

_

__autoload
in file mojavi.php, function __autoload()
    Handles autoloading of classes that have been specified in autoload.ini.
__construct
in file ParseException.class.php, method ParseException::__construct()
    Class constructor.
__construct
in file MojaviException.class.php, method MojaviException::__construct()
    Class constructor.
__construct
in file RenderException.class.php, method RenderException::__construct()
    Class constructor.
__construct
in file LoggingException.class.php, method LoggingException::__construct()
    Class constructor.
__construct
in file SecurityException.class.php, method SecurityException::__construct()
    Class constructor.
__construct
in file ViewException.class.php, method ViewException::__construct()
    Class constructor.
__construct
in file ValidatorException.class.php, method ValidatorException::__construct()
    Class constructor.
__construct
in file StorageException.class.php, method StorageException::__construct()
    Class constructor.
__construct
in file InitializationException.class.php, method InitializationException::__construct()
    Class constructor.
__construct
in file ForwardException.class.php, method ForwardException::__construct()
    Class constructor.
__construct
in file Context.class.php, method Context::__construct()
    Class constructor.
__construct
in file ConfigurationException.class.php, method ConfigurationException::__construct()
    Class constructor.
__construct
in file CacheException.class.php, method CacheException::__construct()
    Class constructor.
__construct
in file AutoloadException.class.php, method AutoloadException::__construct()
    Class constructor.
__construct
in file ControllerException.class.php, method ControllerException::__construct()
    Class constructor.
__construct
in file DatabaseException.class.php, method DatabaseException::__construct()
    Class constructor.
__construct
in file FilterException.class.php, method FilterException::__construct()
    Class constructor.
__construct
in file FileException.class.php, method FileException::__construct()
    Class constructor.
__construct
in file FactoryException.class.php, method FactoryException::__construct()
    Class constructor.
__construct
in file ActionStackEntry.class.php, method ActionStackEntry::__construct()
    Class constructor.
top

Documentation generated on Tue, 21 Feb 2006 01:45:08 +0900 by phpDocumentor 1.3.0RC5