PHP Classes

MySQL to XML: Generate XML document from a MySQL database data

Recommend this page to a friend!
     
  Info   View files Files   Install with Composer Install with Composer   Download Download   Reputation   Support forum   Blog    
Ratings Unique User Downloads Download Rankings
StarStarStar 49%Total: 4,270 All time: 695 This week: 488Up
Version License Categories
mysqltoxml 1.0.0FreewareXML, Databases
Description 

Author

This class can be used to generate XML documents from data of a given MySQL database.

It can either dump the data of the results of a given SQL query, or dump the all the data of all database tables.

The XML documents are generated using the PHP DOM XML extension . The generated documents are stored in files with paths based on the database and table being dumped.

Picture of Subramani
Name: Subramani <contact>
Classes: 1 package by
Country: India India

Details

/* This is an open source class file to converting mysql table datas into xml. */ Note: you must give the following details: 1. hostname 2. database username and password 3. database name 4. sql query.

  Files folder image Files (3)  
File Role Description
Accessible without login Plain text file example.php Example example program to explain
Accessible without login Plain text file readme.txt Doc. readme file
Plain text file xmlclass.inc Class class to convert mysql to xml

The PHP Classes site has supported package installation using the Composer tool since 2013, as you may verify by reading this instructions page.
Install with Composer Install with Composer
 Version Control Unique User Downloads Download Rankings  
 0%
Total:4,270
This week:0
All time:695
This week:488Up
 User Ratings  
 
 All time
Utility:58%StarStarStar
Consistency:66%StarStarStarStar
Documentation:66%StarStarStarStar
Examples:66%StarStarStarStar
Tests:-
Videos:-
Overall:49%StarStarStar
Rank:2899