Login   Register  
PHP Classes
elePHPant
Icontem

File: XMLDEFINITION.xml

Recommend this page to a friend!
Stumble It! Stumble It! Bookmark in del.icio.us Bookmark in del.icio.us
  Classes of Adolfo Eloy  >  XML DAO Builder  >  XMLDEFINITION.xml  >  Download  
File: XMLDEFINITION.xml
Role: Auxiliary data
Content type: text/plain
Description: example of XML Table definition
Class: XML DAO Builder
Generate database access class from XML definition
Author: By
Last change:
Date: 2008-11-20 07:01
Size: 253 bytes
 

Contents

Class file image Download
<?xml version="1.0" encoding="ISO-8859-1"?>
<TABLE NAME="TABLE_NAME">
   <COLUMN NAME="COLUMN_NAME_1" TYPE="TEXT" SIZE="20"></COLUMN>
   <COLUMN NAME="COLUMN_NAME_2" TYPE="NUMERIC"></COLUMN>
   <COLUMN NAME="COLUMN_NAME_3" TYPE="DATE"></COLUMN>
</TABLE>