Xataface  2.0alpha2
Xataface Application Framework
 All Data Structures Namespaces Files Functions Variables Groups Pages
getBlob.php
Go to the documentation of this file.
1 <?php
3 
4  function handle(&$params){
5 
7  $query =& $app->getQuery();
8  $app->_handleGetBlob($query);
9  exit;
10  }
11 }
12 
13 ?>