Formatting output Plese Wait...

zRom_form Class Reference
[Request Object Model.]

Works as a container of GET/POST. More...

Inheritance diagram for zRom_form:

Inheritance graph
[legend]
Collaboration diagram for zRom_form:

Collaboration graph
[legend]

Public Member Functions

 zRom_form ($method=null)
 __construct ($method=null)
 Sets the Form Method First argument should be either get or post in any case if no arguments are given it would try to detect the form method.
 initValidator ($map_file)
 Initilizes the validation System.
 valueOf ($fieldName, $strict=false)
 Returns the value of a Form Field Name.
 isSubmitted ()
 Checks wheather or not form has been submitted.

Data Fields

 $items = array()
 $isValid = true
 $is_submited = false
 $frm_method

Detailed Description

Works as a container of GET/POST.

$request->get or $request->post both are actually an Instance of zRom_form Class. This class works like a Container or all Get or post Field(s). actually There is a composition relation between zRom_fields and zRom_form cause all fields are contained into zRom_form as a zRom_fields object

Definition at line 162 of file map.php.


Constructor & Destructor Documentation

zRom_form::__construct( string $method = null ) 


Member Function Documentation

zRom_form::zRom_form( string $method = null ) 

zRom_form::initValidator( string $map_file ) 

zRom_form::valueOf( string $fieldName, boolean $strict = false )

zRom_form::isSubmitted( ) 


Field Documentation

zRom_form::$items = array()

zRom_form::$isValid = true

zRom_form::$is_submited = false

zRom_form::$frm_method


The documentation for this class was generated from the following file:

Generated on Mon Oct 27 23:54:27 2008 for zigmoyd.kdevelop by doxygen 1.5.6
CompoundsX
Build Compounds List