phpBlamework php framework reference documantation |
w_indexTemplate of index module. Release: $Name: $ Edit by: $Author: mcbig $ Edit Date: $Date: 2007/01/02 16:13:11 $ Version: $Revision: 1.3 $ Summary
Index_Generate
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. |
This is empty function, but here could be hit counter for example.
function Index_Init()
Index has no actions, so there is empty function.
function Index_Action()
This function is responsible to generate xhtml code, which is send to browser.
function Index_Generate( $ibLogin )
Call html_reload_url function with index.php address.
function html_reload( $isGet = '' )