Xataface  2.0alpha2
Xataface Application Framework
 All Data Structures Namespaces Files Functions Variables Groups Pages
Application.example.php
Go to the documentation of this file.
1 <?php
2 // Sample application
3 require_once '/path/to/dataface/dataface-public-api.php';
4 df_init(__FILE__, '/dataface');
6 $app->display();
7 ?>