w_index

Template of index module.  Release: $Name: $

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

Summary
Template of index module.
This is empty function, but here could be hit counter for example.
Index has no actions, so there is empty function.
This function is responsible to generate xhtml code, which is send to browser.

Expected module functions

Summary
This is empty function, but here could be hit counter for example.
Index has no actions, so there is empty function.
This function is responsible to generate xhtml code, which is send to browser.

Functions

Index_Init

function Index_Init()

This is empty function, but here could be hit counter for example.

Index_Action

function Index_Action()

Index has no actions, so there is empty function.

Index_Generate

function Index_Generate($ibLogin)

This function is responsible to generate xhtml code, which is send to browser.  It is called from index.php or admin.php in our example at the end.

Warning!

If you can try to print something before this function, it possible that your system will crash.  Why ? Couse some actions can call html_reload functions like nice solution for reloading page without javascript.  And will not works fine, if browser gets some text before HTTP header.

function Index_Init()
This is empty function, but here could be hit counter for example.
function Index_Action()
Index has no actions, so there is empty function.
function Index_Generate($ibLogin)
This function is responsible to generate xhtml code, which is send to browser.
This file sorts requirements for system by module.
Copy of index.php.
function html_reload($isGet = '')
Call html_reload_url function with index.php address.