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

Class: MojaviObject

Source Location: /core/MojaviObject.class.php

Class Overview


$Id: MojaviObject.class.php 65 2004-10-26 03:16:15Z seank $


Author(s):

  • Sean Kerr (skerr@mojavi.org)

Version:

  • $Rev$

Copyright:

Methods


Child classes:

Controller
Controller directs application flow.
ValidatorManager
ValidatorManager provides management for request parameters and their associated validators.
FilterChain
FilterChain manages registered filters for a specific context.
LoggerManager
LoggerManager provides accessibility and management of all loggers.
Layout
Layout allows you to specify a message layout for log messages.
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.
Logger
Logger provides an easy way to manage multiple log destinations and write to them all simultaneously.
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.
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.
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.
ParameterParser
ParameterParser is used to take parameter lists in Mojavi configuration files and return them in literal array form.
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.
View
A view represents the presentation layer of an action. Output can be customized by supplying attributes, which a template can manipulate and display.
Toolkit
Toolkit provides basic utility methods.
ConversionPattern
ActionStackEntry
ActionStackEntry represents information relating to a single Action request during a single HTTP request.
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.
ActionStack
ActionStack keeps a list of all requested actions and provides accessor methods for retrieving individual entries.

Class Details

[line 25]
$Id: MojaviObject.class.php 65 2004-10-26 03:16:15Z seank $

MojaviObject provides useful methods that all Mojavi classes inherit.




Tags:

abstract:  
version:  $Rev$
since:  3.0.0
copyright:  (c) Sean Kerr, http://www.mojavi.org
author:  Sean Kerr (skerr@mojavi.org)


[ Top ]


Class Methods


method toString [line 41]

string toString( )

Retrieve a string representation of this object.



Tags:

return:  A string containing all public variables available in this object.
access:  public
since:  3.0.0
author:  Sean Kerr (skerr@mojavi.org)


[ Top ]


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