Xataface 2.0
Xataface Application Framework
Public Member Functions
Dataface_Application_blob Class Reference

Public Member Functions

 _parseRelatedBlobRequest ($request)
 _handleGetBlob ($request)

Detailed Description

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.

Definition at line 31 of file blob.php.


Member Function Documentation

_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.

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

Definition at line 84 of file blob.php.

_parseRelatedBlobRequest ( request)

Definition at line 34 of file blob.php.


The documentation for this class was generated from the following file:
 All Data Structures Namespaces Files Functions Variables Enumerations