Xataface  2.0alpha2
Xataface Application Framework
 All Data Structures Namespaces Files Functions Variables Groups Pages
ajax_related_find_form.php
Go to the documentation of this file.
1 <?php
3 
4  function handle(&$params){
5  df_display(array(), 'xataface/RelatedList/forms/search_form.html');
6  exit;
7 
8  }
9 
10 }