Xataface  2.0alpha2
Xataface Application Framework
 All Data Structures Namespaces Files Functions Variables Groups Pages
Static Public Member Functions
Dataface_Application_blob Class Reference

Static Public Member Functions

static _parseRelatedBlobRequest ($request)
static _handleGetBlob ($request)

Detailed Description

File: Dataface/Application/blob.php Created: March 25, 2006 Author: Steve Hannah shann.nosp@m.ah@s.nosp@m.fu.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.

Definition at line 31 of file blob.php.

Member Function Documentation

static _handleGetBlob (   $request)
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.

Parameters
$requestA reference to the global $_REQUEST variable generally.

Definition at line 82 of file blob.php.

static _parseRelatedBlobRequest (   $request)
static

Definition at line 34 of file blob.php.


The documentation for this class was generated from the following file: