XML formatter for PDO results.
This class reprsents the output of a query using a simple XML schema.
The actual names of the colums will depend on the fetchmode that was used with PDO.
| author |
Hans Lellelid hans@xmpl.org |
|---|---|
| package |
phing.tasks.ext.pdo |
| since | 2.3.0 |
setEncoding(string $v)
string
setFormatOutput(boolean $v)
boolean
initialize()
processRow(array $row)
arrayRow of PDO result set.
getPreferredOutfile() : string
string
close()
doc : \DOMDocument
| var |
|---|
\DOMDocument
rootNode : \DOMElement
| var |
|---|
\DOMElement
encoding : string
| var |
|---|
string
formatOutput : boolean
| var |
|---|
boolean