![]() |
Xataface 2.0
Xataface Application Framework
|
Public Member Functions | |
_parseRelatedBlobRequest ($request) | |
_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.
_handleGetBlob | ( | $ | request | ) |
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. |