ADOdb

Database Abstraction Layer for PHP

User Tools

Site Tools


v5:axmls:removeschema

This is an old revision of the document!


removeSchema

array RemoveSchema (
  mixed $filename, 
  bool $returnSchema=false,
  optional string $file
  )

Description

Loads an XML schema from a file and converts it to uninstallation SQL.

Call this method to load the specified schema (see the DTD for the proper format) from the filesystem and generate the SQL necessary to remove the database described.

The method returns an array of SQL queries, ready to execute

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