| Source for file case02_debug.phpDocumentation is available at case02_debug.php 
require_once 'XML/Query2XML.php';$debugLogger = Log:: factory('file', 'case02.log', 'Query2XML') ;$query2xml->enableDebugLog($debugLogger) ;$query2xml->startProfiling() ;$dom = $query2xml-> getXML(        LEFT JOIN album ON album.artist_id = artist.artistid        'rootTag' => 'music_library',        'idColumn' => 'artistid',header('Content-Type: application/xml');$dom->formatOutput = true;$fp->write('case02.profile', $query2xml-> getProfile(), FILE_MODE_WRITE) ;
		    
 
		    Documentation generated on Mon, 11 Mar 2019 15:43:30 -0400 by phpDocumentor 1.4.4 . PEAR Logo Copyright ©  PHP Group 2004.
	       |