PHP Classes

File: example.phtml

Recommend this page to a friend!
  Classes of Ricardo Costa   Tab To XML   example.phtml   Download  
File: example.phtml
Role: Example script
Content type: text/plain
Description: Example of Transformation
Class: Tab To XML
Transform tab level file in XML
Author: By
Last change:
Date: 22 years ago
Size: 143 bytes
 

Contents

Class file image Download
<?php
require("class.xml.phtml");
require(
"class.tab_xml.phtml");

$tab = new tab2xml();
$tab->convertToXML("icorp.tab", "icorp.xml");
?>