phpBlamework php framework reference documantation |
indexThis 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 $ |
This function is responsible to generate xhtml code, which is send to browser.
function Index_Generate( $ibLogin )