Xataface 2.0
Xataface Application Framework
actions/disabled/xml_info.php
Go to the documentation of this file.
00001 <?php
00002 class dataface_actions_xml_info {
00003 
00004         function handle(&$params){
00005                 $app =& Dataface_Application::getInstance();
00006                 import('Dataface/XMLTool.php');
00007                 $xt = new Dataface_XMLTool();
00008                 echo $xt->header();
00009                 echo $xt->getInfo();
00010                 echo $xt->footer();
00011                 exit;
00012         }
00013 }
00014 ?>
 All Data Structures Namespaces Files Functions Variables Enumerations