Exemple #1
0
 /**
  *
  * 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.
  *
  * @param $request  A reference to the global $_REQUEST variable generally.
  *
  */
 function _handleGetBlob($request)
 {
     import('Dataface/Application/blob.php');
     return Dataface_Application_blob::_handleGetBlob($request);
 }