Ferreteria/v0.5/@cls/caWebPage
< Ferreteria | v0.5 | @cls
Jump to navigation
Jump to search
| cElement → | caWebPage → | caHypertextPage |
- Source: layout/page/1.php
Startup
This is a singleton class. It expects the main App object to call DoAllEvents, which then runs the event-sequence needed to process input and generate an output page with the appropriate contents.
Methods
DoAllEventscalls the following:DoBuilding()creates and propagates a cEventNodeBuild eventDoFiguring()creates and propagates a cEventNodeFigure eventDoOutput()creates and propagates a cEventNodeRender event, and echoes its output to the display.