ADOdb

Database Abstraction Layer for PHP

User Tools

Site Tools


v5:axmls:parseschemafile

This is an old revision of the document!


parseSchemaFile

Syntax
array parseSchemaFile (
  mixed $filename,
  optional bool $returnSchema = FALSE,
  optional string $file
  )

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.

v5/axmls/parseschemafile.1447632517.txt.gz · Last modified: 2017/04/21 11:22 (external edit)