Cheetah
|
Static Public Member Functions | |
static | enableCORS ($options=null) |
static | getRequestHeaders () |
static | getFiles () |
static | makeResponse (array $res, $jsonp=null) |
Public Attributes | |
const | OK = 200 |
const | ERROR = 500 |
Definition at line 2 of file FileAPI.class.php.
|
static |
Enable CORS – http://enable-cors.org/
array | [$options] |
Definition at line 44 of file FileAPI.class.php.
|
static |
|
static |
|
static |
Make server response
array | $res | |
string | [$jsonp] |
Definition at line 114 of file FileAPI.class.php.
const FileAPI::ERROR = 500 |
Definition at line 4 of file FileAPI.class.php.
const FileAPI::OK = 200 |
Definition at line 3 of file FileAPI.class.php.