![]() |
Agile Toolkit
4.2
Agile Toolkit is a powerful web development framework. Inspired by GUI Applications development
|
Public Member Functions | |
| init () | |
| initDefaults () | |
| initLayout () | |
| layout_LeftSidebar () | |
| layout_RightSidebar () | |
| layout_InfoWindow () | |
| outputInfo ($msg) | |
| render () | |
| outputFatal ($name, $shift=0) | |
Data Fields | |
| $info_messages = array() | |
| $ns = null | |
| $not_html = false | |
Used to be more lightweight class, although now it's not used anymore. Please AVOID usind this class
| init | ( | ) |
Redifine this function instead of default constructor
In addition to default initialization, set up logger and template
Reimplemented from ApiWeb.
| initDefaults | ( | ) |
| initLayout | ( | ) |
Implements Layouts. Layout is region in shared template which may be replaced by object
Reimplemented from ApiWeb.
| outputFatal | ( | $ | msg, |
| $ | shift = 0 |
||
| ) |
Reimplemented from ApiCLI.
| outputInfo | ( | $ | msg | ) |
| render | ( | ) |
Renders all objects inside applications and echo all output to the browser
Reimplemented from ApiWeb.
| $info_messages = array() |
| $not_html = false |
| $ns = null |