index

This file sorts requirements for system by module.  Module sorts his requirements in his Module_Action function which is expected.  First whats happens is start session, include framework libraries, check login using.  Next is sort requirements for their modules, POST method from Forms have higher er priority.  At the end, call Module_Init functions of modules which are available in modules.php and call Index_Generate function which is expected too, and which generate web page.  Release: $Name: $

Edit by: $Author: mcbig $ Edit Date: $Date: 2007/01/02 16:13:11 $ Version: $Revision: 1.7 $

Form class can generate form with some functions like be center on page as normal window.
Template of modules.php.
function Index_Generate($ibLogin)
This function is responsible to generate xhtml code, which is send to browser.