Class Index
$#! · 0-9 · A · B · C · D · E · F · G · H · I · J · K · L · M · N · O · P · Q · R · S · T · U · V · W · X · Y · Z
B
 Button
 ButtonClose
 ButtonLink
 ButtonOk
 ButtonOkNew
 ButtonUndo
C
 Container
F
 Form
G
 GuiObject
M
 Menu
 MySQLClass
 MySQLConfig
S
 SQLClass
 SQLTree
 SQLView
T
 Tree
U
 UserView
V
 View
 ViewConfigParams
Button class is Gui Object button usable in forms
Special reset button.
Special element, which could look like button.
Submit button for forms.
Special submit button.
Reset button for forms.
Container is typical graphic element, that can include some other graphics elements.
Form class can generate form with some functions like be center on page as normal window.
GuiObject is base class for other gui objects.
class based on Tree, it contains another structure typical for menu and of course Generate method.
Class for MySQL conections base on SQLClass
class base on MySQLClass, constructor don’t neet params, cause it reads from SQL_server from config.php TODO: in future this class probably will be top of all SQLClasses (mysql, sqlite etc), technology will be using according to SQL_server.Type.
Base SQL class, it’s contains only basic variables and definitions of common methods, which could be usable in others children.
class base on Tree, it’s tree but with sql backend.
SQLView extends View over SQL queries and automatic work with pages
this class have base method to work with tree structure
this can generate complex users views.
class for work with views and tables
Class as configuration for UserView.