phpDocumentor openbiz.bin.easy
[ class tree: openbiz.bin.easy ] [ index: openbiz.bin.easy ] [ all elements ]

Class: DynaView

Source Location: /easy/DynaView.php

Class DynaView

Class Overview

DynaView class is the class that contains list of forms dinamicaly.

View is same as html page.

Located in /easy/DynaView.php [line 26]

MetaObject
   |
   --EasyView
      |
      --DynaView
Author(s):
  • rocky swen
API Tags:
Access:  public

Information Tags:
Copyright:  Copyright (c) 2005

Methods

[ Top ]
Inherited Properties, Constants, and Methods
Inherited Properties Inherited Methods Inherited Constants

Inherited From EasyView

EasyView::$m_CacheLifeTime
EasyView::$m_ConsoleOutput
EasyView::$m_FormRefs
EasyView::$m_Height
EasyView::$m_IsPopup
EasyView::$m_MessageFile
EasyView::$m_Messages
EasyView::$m_Tab
EasyView::$m_TemplateEngine
EasyView::$m_TemplateFile
EasyView::$m_ViewSet
EasyView::$m_Width

Inherited From MetaObject

MetaObject::$m_Access
MetaObject::$m_Class
MetaObject::$m_Description
MetaObject::$m_Name
MetaObject::$m_Package

Inherited From EasyView

EasyView::__construct()
Initialize EasyView with xml array
EasyView::curPageURL()
TODO : what's mean of cur, current??
EasyView::GetMessage()
Get message, and translate it
EasyView::GetSessionVars()
Get/Retrieve Session data of this object
EasyView::GetViewSet()
Get view set name
EasyView::InitAllForms()
Initialize all form objects.
EasyView::OutputAttrs()
Get output attributs
EasyView::ProcessRequest()
Process request
EasyView::ProcessRule()
Proses rule
EasyView::ReadMetadata()
Read Metadata from xml array
EasyView::Render()
Render this view.
EasyView::SetClientScripts()
Include client javascript and css in the html content
EasyView::SetConsoleOutput()
Set the Render output to console (as calling print ...) or to a string buffer
EasyView::SetParameters()
Set parameters
EasyView::SetSessionVars()
Save Session data of this object
EasyView::_render()
Render this view. This function is called by Render() or ReRender()

Inherited From MetaObject

MetaObject::__construct()
MetaObject::AllowAccess()
MetaObject::GetProperty()
Get property
MetaObject::PrefixPackage()
Set Prefix Package
MetaObject::ReadMetaCollection()
Read metadata collection
MetaObject::ReadMetaData()
Read meta data

[ Top ]
Method Summary
void   __construct()   Initialize DynaView with xml array
void   ProcessURL()   Process URL to get the form param and add the form in the FormRefs
mixed   Render()   Render this view.
mixed   _render()   Render this view. This function is called by Render() or ReRender()

[ Top ]
Methods
Constructor __construct  [line 34]

  void __construct( array &$xmlArr  )

Initialize DynaView with xml array

Parameters:
array   $xmlArr: 

API Tags:
Access:  public


Redefinition of:
EasyView::__construct()
Initialize EasyView with xml array

[ Top ]
ProcessURL  [line 72]

  void ProcessURL( )

Process URL to get the form param and add the form in the FormRefs


API Tags:
Access:  protected


[ Top ]
Render  [line 46]

  mixed Render( )

Render this view.


API Tags:
Return:  either print html content, or return html content
Access:  public


Redefinition of:
EasyView::Render()
Render this view.

[ Top ]
_render  [line 58]

  mixed _render( )

Render this view. This function is called by Render() or ReRender()


API Tags:
Return:  either print html content or return html content if called by Render(), or void if called by ReRender()
Access:  protected


Redefinition of:
EasyView::_render()
Render this view. This function is called by Render() or ReRender()

[ Top ]

Documentation generated on Tue, 22 Dec 2009 03:02:47 -0800 by phpDocumentor 1.3.0RC3