Function __global->do_site
Definitions
sources/site.php
- This is it - the start of rendering of a website page.Take in all inputs, sends them to the correct functions to process, gathers up all the outputs, sticks them together and echoes them.
- Visibility: public
- Is abstract?: No
- Is static?: No
- Is final?: No
Preview
Code (PHP)
/**
* This is it - the start of rendering of a website page.Take in all inputs, sends them to the correct functions to process, gathers up all the outputs, sticks them together and echoes them.
*
*/
function do_site()
* This is it - the start of rendering of a website page.Take in all inputs, sends them to the correct functions to process, gathers up all the outputs, sticks them together and echoes them.
*
*/
function do_site()

