DATA Methods

Several methods to handle different types of data. In order to prevent XSS attacks, use request() to fetch data that has been sent POST or GET. This function will also automatically encode() user interactive data. There are also various methods to access data in your database, i.e. to select() and write() data or delete() records from your database.

System File

/system/_api/exec_data.php

Call Object Methods

$EXEC->data->method()

Shortcut

$DATA->method()