![]() |
Xataface
2.0alpha2
Xataface Application Framework
|
Static Public Member Functions | |
| static | _parseRelatedBlobRequest ($request) |
| static | _handleGetBlob ($request) |
File: Dataface/Application/blob.php Created: March 25, 2006 Author: Steve Hannah shannah@sfu.ca
Description: Created for the sole purpose of factoring blob handling out of Dataface_Application. Despite the factoring out, this class is only to be accessed via Dataface_Application.
|
static |
Blob requests are ones that only want the content of a blob field in the database. These requests are special in that they will not generally return a content-type of text/html. These are often images.
| $request | A reference to the global $_REQUEST variable generally. |
1.8.1.2