Call this method to load the specified schema (see the DTD for the proper format) from
the filesystem and generate the SQL necessary to create the database described.
public ParseSchema ( $filename, boolean $returnSchema = FALSE ) : array | ||
$returnSchema | boolean | Return schema rather than parsing. |
return | array | Array of SQL queries, ready to execute |