Xataface
2.0alpha2
Xataface Application Framework
Main Page
Related Pages
Modules
Namespaces
Data Structures
Files
Examples
File List
Globals
All
Data Structures
Namespaces
Files
Functions
Variables
Groups
Pages
actions
disabled
xml_info.php
Go to the documentation of this file.
1
<?php
2
class
dataface_actions_xml_info
{
3
4
function
handle
(&$params){
5
$app
=&
Dataface_Application::getInstance
();
6
import
(
'Dataface/XMLTool.php'
);
7
$xt =
new
Dataface_XMLTool
();
8
echo $xt->header();
9
echo $xt->getInfo();
10
echo $xt->footer();
11
exit
;
12
}
13
}
14
?>
Generated on Fri Mar 22 2013 09:40:33 for Xataface by
1.8.1.2