This class can be used to create XML documents from data returned by MySQL queries.
It can connect to a given MySQL database host and execute a given SQL query.
The class can retrieve the query results and generate a XML document that contains the total number of result set rows, as well the actual result set data.
The generated XML document is returned as a single text string.
| There are not enough user ratings to display for this class. |
No application links were specified for this class.

If you know an application of this package, send a message to the
author to add a link here.
| File |
Role |
Description |
db.php |
Class |
database connection class |
example.db.php |
Example |
Example Usage Code |