Simple user documentation
Each web-page consists of a page-object, which in turn may use
a form. Each form has a list of components and uses a layout
to place these components in a certain order (the list is the
layout-order). The layout, form and layout-order is a part
of the Vempain template-system.
The simplest web-page is a page which contains all the HTML in
itself. A slightly more complex page contains beside the HTML
also some PHP-code embedded.
An even more complex web-page contains a page that also uses
a form and HTML-components to assemble the final web-page.
The final step is a web-page which uses all the features of
vempain by utilizing a form consisting of PHP-scripts which
produces the final web-page.
There is also a pdf-file
which details the architecture and request-to-page building in Vempain.