ADOdb

Database Abstraction Layer for PHP

User Tools

Site Tools


v5:axmls:parseschemafile

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Next revisionBoth sides next revision
axmls:parseschemafile [2015/12/15 02:48] mnewnhamaxmls:parseschemafile [2015/12/17 03:38] mnewnham
Line 3: Line 3:
 <WRAP right box> <WRAP right box>
 == See Also == == See Also ==
-[[axmls:extractSchema()]]+[[axmls:extractSchema()]]\\ 
 +[[dictionary:executeSqlArray()]]\\
 ==Syntax== ==Syntax==
   array parseSchemaFile (   array parseSchemaFile (
     mixed $filename,     mixed $filename,
-    optional bool $returnSchema = FALSE+    optional bool $returnSchema = FALSE    )
-    optional string $file +
-    )+
 </WRAP>     </WRAP>    
 Loads an XML schema from a file and converts it to SQL. Loads an XML schema from a file and converts it to SQL.
  
 Call this method to load the specified schema from a file (see the DTD for the proper format) and generate the SQL necessary to create the database described by the schema. Call this method to load the specified schema from a file (see the DTD for the proper format) and generate the SQL necessary to create the database described by the schema.
 +
 +If the optional parameter ''$returnSchema'' is set to true, then the schema is returned rather than the SL statements.
 +
 +In order to actually process the SQL statements, the returned array must be passed into the [[dictionary:executeSqlArray()]] method
 +
 +
  
v5/axmls/parseschemafile.txt · Last modified: 2019/12/26 06:50 by peterdd