Deprecated: __autoload() is deprecated, use spl_autoload_register() instead in /home/clients/e7afb2ead6dbe3f48953d9e3b8f25820/sites/jorgealbaladejo.com/portfolio/MVCLight/fw.php on line 64

Deprecated: Function get_magic_quotes_gpc() is deprecated in /home/clients/e7afb2ead6dbe3f48953d9e3b8f25820/sites/jorgealbaladejo.com/portfolio/MVCLight/system/vendor/input.class.php on line 233

Deprecated: Function get_magic_quotes_gpc() is deprecated in /home/clients/e7afb2ead6dbe3f48953d9e3b8f25820/sites/jorgealbaladejo.com/portfolio/MVCLight/system/vendor/input.class.php on line 233

Input library for sanitizing

The Input library from CodeIgniter has been integrated to provide an easy and secure way to filter $_GET, $_POST, $_COOKIE and $_SERVER variables.

Examples: From controller, model or view, do
$this->input->get('var');
$this->input->post('var');
$this->input->cookie('var');
$this->input->server('var');