Xataface 2.0
Xataface Application Framework
actions/getBlob.php
Go to the documentation of this file.
00001 <?php
00002 class dataface_actions_getBlob {
00003 
00004         function handle(&$params){
00005         
00006                 $app =& Dataface_Application::getInstance();
00007                 $query =& $app->getQuery();
00008                 $app->_handleGetBlob($query);
00009                 exit;
00010         }
00011 }
00012 
00013 ?>
 All Data Structures Namespaces Files Functions Variables Enumerations