Download .zip |
Info | Example | View files (5) | Download .zip | Reputation | Support forum | Blog | Links |
Last Updated | Ratings | Unique User Downloads | Download Rankings | |||||
2016-12-24 (13 hours ago) | Not yet rated by the users | Total: 173 This week: 11 | All time: 8,057 This week: 78 |
Version | License | PHP version | Categories | |||
mysql-db-export 1.0 | Freeware | 4 | Databases, Systems administration |
Description | Author | |
This class can dump a MySQL database records to a SQL file. Recommendations CRUD MySQL and MySQL dump to SQL file |
Project : MySQL Database Export Developed By : Bharat Parmar Version : 1.0 ==================== File Structure : ================== 1) example.php : Example Script file to export the Database 2) download.php : Download Database File Script 3) DBExport.class.php : Class file which includes all the methods to Export the MySQL Database and Download the File. Require to set the database details here. Requirements : ================== 1) PHP Version : 3.0 and above Script Details : ================== 1) Export(0) : Parameter : 0 => Data with Structure All Tables. 1 => Structure only All Tables. Use : <?php $obj = new DBExport(); //parameter value : 1 for stucture only. 0 for data with structure. $obj->Export(0); ?> You must need to set the Database Details in the DBExport.class.php file. |
Files |
File | Role | Description |
---|---|---|
DBExport.class.php | Class | Class file for the Database Export and Download Methods |
download.php | Aux. | Download the Exported Database File Script |
example.php | Example | Example Script file to Export and Download the MySQL Database |
README.md | Example | Example script |
ReadMe.txt | Doc. | Read Me file for the Class. |
Version Control | Unique User Downloads | Download Rankings | |||||||||||||||
80% |
|
|
Applications that use this package |
If you know an application of this package, send a message to the author to add a link here.