SproutCMS

This is the code documentation for the SproutCMS project

function setup()

Sets up the PHP environment. Adds error/exception handling, output
buffering, and adds an auto-loading method for loading classes.

For security, this function also destroys the $_REQUEST global variable.
Using the proper global (GET, POST, COOKIE, etc) is inherently more secure.

Usage

void Kohana::setup ( );

Authors

Return value

  • void

See also