PHP Classes

Packages of Rey Ramos

Recommend this page to a friend!
  All class groups  >  All authors  >  Packages of Rey Ramos (2)  >  Mission progress status  >  Reputation  
Picture of Rey Ramos
Name: Rey Ramos <contact>
Classes: 2
Country: United States United States
Age: 44
All time rank: 2607361 in United States United States
Week rank: 195 Up19 in United States United States Up
All time users: 827
Week users: 0
 
  A   B   C   D   E   F   G   H   I   J   K   L   M   N   O   P   Q   R   S   T   U   V   W   X   Y   Z  
  Files folder image MySQL PHP Dump  
Generate MySQL backup of files with SQL
This class can generate MySQL backup of files with SQL statements that can restore the database.

It can traverse the list of tables of a given MySQL database and generates SQL statements that can recreate the tables and the values of the respective records.

The generated SQL INSERT statements can insert up to 200 records at once.

The generated SQL statements of a table are stored in files, one for each table. The files are stored in a backup directory with a name that contains the current date.

The resulting directory and the contained files are stored in a ZIP file to take less disk space.

The class can also delete backup zip files older than 30 days.

  Files folder image Recursive Directory Scan  
Retrieve the listing of a directory recursively
This class can retrieve the listing of a directory recursively.

It can scan a given directory recursively and returns an array with the paths of all files.

The class can also output the paths of the files that are found.


  A   B   C   D   E   F   G   H   I   J   K   L   M   N   O   P   Q   R   S   T   U   V   W   X   Y   Z