ADOdb

Database Abstraction Layer for PHP

User Tools

Site Tools


v5:axmls:removeschemastring

Differences

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

Link to this comparison view

Next revision
Previous revision
Next revisionBoth sides next revision
axmls:removeschemastring [2015/11/05 02:40] – created mnewnhamaxmls:removeschemastring [2015/11/16 01:27] mnewnham
Line 1: Line 1:
-array RemoveSchemaString (string $schema, [bool $returnSchema = FALSE])+====== removeSchemaString ====== 
 +~~NOTOC~~ 
 +<WRAP right box> 
 +== Syntax == 
 + 
 +  array removeSchemaString ( 
 +    string $schema, 
 +    optional bool $returnSchema=FALSE 
 +    ) 
 +</WRAP>  
 +===== Description ===== 
 +Converts an XML schema string to uninstallation SQL. 
 + 
 + 
 +Call this method to parse a string containing an XML schema (see the DTD for the proper format) and generate the SQL necessary to uninstall the database described by the schema. 
 + 
 +The method returns an array of SQL queries, ready to execute. 
 + 
v5/axmls/removeschemastring.txt · Last modified: 2016/01/13 02:26 by mnewnham