[net.geeklog.mvc] element index

All elements
a b c d e f g i l m n o p r s t v x _
_
top
__construct
Constructor
__construct
Constructor
__construct
Constructor
a
top
$allowedFormMethod
$arrayData
Holds array representation of XML config file
$arrayData
ArrayLoader.php
ArrayLoader.php in ArrayLoader.php
b
top
$baseURL
$baseURL
BaseLoader.php
BaseLoader.php in BaseLoader.php
BaseView.php
BaseView.php in BaseView.php
c
top
$commandDir
$configData
$configType
checkMethod
Ensures only supported methods are used
clearMessages
Clears any existing errors or messages
CommandFactory.php
CommandFactory.php in CommandFactory.php
CommandInterface.php
CommandInterface.php in CommandInterface.php
Constants.php
Constants.php in Constants.php
contains
Determines if the submitted form has a value for a given variable name
contains
Returns if the given variable name exists in form
Controller.php
Controller.php in Controller.php
d
top
$dom
MVCnPHP_XMLLoader::$dom in XMLLoader.php
Handle to an XML DOM
e
top
execute
MVCnPHP_CommandInterface::execute() in CommandInterface.php
Executes this command
f
top
$form
MVCnPHP_Validator::$form in Validator.php
$forwards
Form
Constructor
Form.php
Form.php in Form.php
forwardControl
Forwards control onto another command or view
g
top
get
Gets value for given variable name
get
MVCnPHP_Validator::get() in Validator.php
Gets value for given variable name
getArrayData
Gets the array representation of MVC XML configuration
getBaseURL
Gets the base URL for any redirects Any forwards to other URL's must be relative to the base URL provided
getCommand
Builds the requested command object
getDefaultMapping
If no object was specified in the request, this will return the default mapping if one was specified in the configuration
getForward
Retrieves the requested forward
getForwards
Gets all forwards for a given object
getForwards
getLoader
Builds requested MVC configuration loaders.
getMapping
Gets config data for given object in the form of a mapping object
getMapping
Gets config data for given object in the form of a mapping object
getMapping
Gets config data for given object in the form of a mapping object
getName
Gets the name for the model or view this mapping belongs to.
getPath
Gets the absolute path where the code for this model or view this mapping belongs to can be found
getType
Gets the type of object this mapping belongs to (model or view)
getValues
Returns value array
getValues
Returns value array
getView
Renders a view in either printed HTML or as an HTML string back to caller
getView
Builds the requested view object
i
top
isForward
Determines if string is a name of an existing forward.
VIEWS
MVCnPHP_XMLLoader::VIEWS in XMLLoader.php
l
top
LoaderFactory.php
LoaderFactory.php in LoaderFactory.php
loadMapping
Loads the mapping data for a model or view
m
top
$mapLoader
$mapping
$mvcBase
Mapping.php
Mapping.php in Mapping.php
MVCnPHP_ArrayLoader
MVCnPHP_ArrayLoader in ArrayLoader.php
This loader creates a mapping from an PHP array
MVCnPHP_BaseLoader
MVCnPHP_BaseLoader in BaseLoader.php
This is an abstract loader class which provides
MVCnPHP_BaseView
MVCnPHP_BaseView in BaseView.php
Interface class for views
MVCnPHP_CommandFactory
MVCnPHP_CommandFactory in CommandFactory.php
This implements the factory design pattern and is responsible for building command objects
MVCnPHP_CommandInterface
MVCnPHP_CommandInterface in CommandInterface.php
Abstract class to be extended by all commands
MVCnPHP_Controller
MVCnPHP_Controller in Controller.php
The controller part of the MVC
MVCnPHP_Form
MVCnPHP_Form in Form.php
This is a basic form class that can aid in form validation and manipulation.
MVCnPHP_LoaderFactory
MVCnPHP_LoaderFactory in LoaderFactory.php
Builds MVC Config Loaders
MVCnPHP_Mapping
MVCnPHP_Mapping in Mapping.php
This is the mapping object. This holds all pertinent mapping data for a specific model or view. NOTE: not all available mappings are loaded for each request, only those needed for the current request.
MVCnPHP_Validator
MVCnPHP_Validator in Validator.php
This is a validator class meant to ease the tasks often done by validation logic
MVCnPHP_ViewFactory
MVCnPHP_ViewFactory in ViewFactory.php
This implements the factory design pattern and is responsible for building view objects
MVCnPHP_ViewInterface
MVCnPHP_ViewInterface in ViewInterface.php
Interface class for views
MVCnPHP_XMLLoader
MVCnPHP_XMLLoader in XMLLoader.php
This loader creates a mapping from an XML file
MVC_ARRAY
MVC_ARRAY in Constants.php
MVC_BASE
MVC_BASE in Constants.php
MVC_BASE_URL
MVC_BASE_URL in Constants.php
MVC_BOTH
MVC_BOTH in Constants.php
MVC_COMMANDS
MVC_COMMANDS in Constants.php
MVC_DEFAULT
MVC_DEFAULT in Constants.php
MVC_DIRS
MVC_DIRS in Constants.php
MVC_ERRORS
MVC_ERRORS in Constants.php
MVC_FORWARDS
MVC_FORWARDS in Constants.php
MVC_GET
MVC_GET in Constants.php
MVC_MESSAGES
MVC_MESSAGES in Constants.php
MVC_NAME
MVC_NAME in Constants.php
MVC_POST
MVC_POST in Constants.php
MVC_PRINT
MVC_PRINT in Constants.php
MVC_SECURE
MVC_SECURE in Constants.php
MVC_STRING
MVC_STRING in Constants.php
MVC_TARGET
MVC_TARGET in Constants.php
MVC_TRUSTED
MVC_TRUSTED in Constants.php
MVC_TYPE
MVC_TYPE in Constants.php
MVC_UNTRUSTED
MVC_UNTRUSTED in Constants.php
MVC_VIEWS
MVC_VIEWS in Constants.php
MVC_XML
MVC_XML in Constants.php
n
top
$name
MVCnPHP_Mapping::$name in Mapping.php
o
top
$object
MVCnPHP_Controller::$object in Controller.php
$outputMethod
COMMANDS
p
top
parseSection
Parses a section of the XML configuration
printView
Returns if view should be printed
printView
Returns if view should be printed
processRequest
Process a request (or forward)
r
top
$request
remove
Deletes a form variable
remove
Deletes a form variable
s
top
set
MVCnPHP_Validator::set() in Validator.php
Sets a field to given value
set
Sets a field to given value
setBaseURL
Sets the base URL for any redirects
setBaseURL
Sets base URL for this controller
setCommandDir
Sets location of commands for this controller
setForwards
Sets all forwards associated with this mapping. Note that you won't have forwards for any views
setMVCBase
Sets location of the base MVC package so other MVC classes can be loaded at a later time.
setName
Sets the name for the model or view this mapping belongs to.
setOutputMethod
Sets views output method
setOutputMethod
Sets views output method
setType
Sets the type of object this mapping belongs to (model or view)
setTypePath
Sets the path where the models or views can be found
setViewDir
Sets location of views for this controller
t
top
$type
MVCnPHP_Mapping::$type in Mapping.php
$typePath
v
top
$values
$viewDir
Validator.php
Validator.php in Validator.php
ViewFactory.php
ViewFactory.php in ViewFactory.php
ViewInterface.php
ViewInterface.php in ViewInterface.php
x
top
XMLLoader.php
XMLLoader.php in XMLLoader.php
xmlToArray
Converts the MVC XML configuration into an array
a b c d e f g i l m n o p r s t v x _