ADOdb

Database Abstraction Layer for PHP

User Tools

Site Tools


v5:axmls:savesql

Differences

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

Link to this comparison view

Next revision
Previous revision
axmls:savesql [2015/11/05 02:40] – created mnewnhamv5:axmls:savesql [2016/01/13 02:26] (current) – ↷ Page moved from axmls:savesql to v5:axmls:savesql mnewnham
Line 1: Line 1:
-boolean SaveSQL ([string $filename = './schema.sql'])+====== saveSql ====== 
 +~~NOTOC~~ 
 +<WRAP right box> 
 +  boolean saveSql ( 
 +    optional string $filename = './schema.sql' 
 +    ) 
 +</WRAP>  
 +===== Description ==== 
 +Saves the current SQL array to the local filesystem as a list of SQL queries. 
 + 
 + 
 +Call this method to save the array of SQL queries (generally resulting from a parsed XML schema) to the filesystem. The function returns a boolean indicating success or failure of the save 
 + 
 +It is important to remember that the file is save on the server where the php command was executed, not on the local workstation. 
 +   
v5/axmls/savesql.txt · Last modified: 2016/01/13 02:26 by mnewnham