Array that describes the output and input of each database field
The default filter values
Reference to the domain object
Stores page specific elements
Plugin objects
Object of class miSQLRecord or its subclasses
Array that describes the output and input of each field of type FILE
An array of template names needed to visualize all viewes
Reference to the view mapper controller object
Inherited from miView
miView::$_controller
miView::$_controllerCommands
Adds main page elements
Adds redirect to list controller command Used after dmExecCreate, dmExecEdit and dmExecDelete to prevent refreshing the page to cause repetition of the operation
Calls each of the plugins passing the $actionObj and the $actionStep
Return array that describes the output and input of each database field
Returns message based on code
Return Object of class miSqlRecord or its subclasses which was set by setRecord method
Returns the redirect params
Return object of class miTable or its subclasses which was set by setTable method
Creates the table filter object. Singleton pattern
Creates the table pager object. Singleton pattern
Returns the template file for the $templateId
Inits the view mapper controller
Called after the action is executed Subclasses can add functionlity to be executed after the action
Called before the action is executed Subclasses can add functionlity to be executed before the action
Sets array that describes the output and input of each database field
Sets main page elements
Sets object of class miSqlRecord or its subclasses.
miSqlRecord object is needed to handle and manage the inserting, updating, deleting and reading of data into the database table specified by the "tableName" in miSqlRecord constructor. The database table primary key is also needed in miSqlRecord constructor. Example:
Sets Object of class miTable or its subclasses.
miTable object is needed to manage the representation in table format of data, which is readed from miSqlRecordset object set in miTable constructor. The data is readed from table specified by the "tableName" in the miSqlRecordset constructor. Example:
Inherited From miView
miView::addControllerCommand()
miView::getController()
miView::getControllerCommands()
miView::postProcess()
miView::preProcess()
miView::setController()
Documentation generated on Thu, 08 May 2008 16:57:56 +0300 by phpDocumentor 1.4.1