Formatting output Plese Wait...

zRom Class Reference
[Request Object Model.]

Container of all Request Components. More...

Inheritance diagram for zRom:

Inheritance graph
[legend]
Collaboration diagram for zRom:

Collaboration graph
[legend]

Public Member Functions

 zRom ()
 __construct ()
 Assign Abject value to the gt post .

Data Fields

 $get
 $post
 $file
 $cookie
 $session
 $client
 $server

Private Member Functions

 merge_client ()
 Pastes CLIENT's HTTP Informations into $client attribute.
 merge_server ()
 Pastes SERVER Releted Informations into $server attribute.

Detailed Description

Container of all Request Components.

This Class gets Instantiated into $request Global Object. which contains composition to all other Request Components like GET/POST/File Upload/Session/Cookie/HTTP Request etc.. Zigmoyd Internally does something like $request = new zRom(); to create $request Global variable. and on Controller $this->request is a reference to that Global $request Object. You can use $request->get, $request->post, $request->session, $request->cookie, $request->file, $request->client, $request->server etc.. all the variable Names are meaningfull and their job corresponds to their name.

Note:
zRom Class doesn't do much job it works as an frontend of ROM Layer while the main jobs is done by other classes in this or other abstracted modules and communicated through this class.

Definition at line 349 of file map.php.


Constructor & Destructor Documentation

zRom::__construct( ) 


Member Function Documentation

zRom::zRom( ) 

zRom::merge_client( )  [private]

zRom::merge_server( )  [private]


Field Documentation

zRom::$get

zRom::$post

zRom::$file

zRom::$cookie

zRom::$session

zRom::$client

zRom::$server


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

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