Xataface 2.0
Xataface Application Framework
docs/examples/Application.example.php
Go to the documentation of this file.
00001 <?
00002 // Sample application
00003 require_once '/path/to/dataface/dataface-public-api.php';
00004 df_init(__FILE__, '/dataface');
00005 $app =& Dataface_Application::getInstance();
00006 $app->display();
00007 ?>
 All Data Structures Namespaces Files Functions Variables Enumerations