PHP Classes

Packages of zengwenjie

Recommend this page to a friend!
  All class groups  >  All authors  >  Packages of zengwenjie (3)  >  Mission progress status  >  Reputation  
Picture of zengwenjie
Name: zengwenjie <contact>
Classes: 3
Country: China China
Age: 47
All time rank: 122412 in China China
Week rank: 195 Up3 in China China Up
All time users: 2569
Week users: 0
Innovation award
Innovation award
Nominee: 1x
 
  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 Check backup  
PHP Programming Innovation award nominee
September 2008
Number 7
Manage backup copies of files
This class can be used to manage backup copies of files.

It can take a file with a list of files to create backup copy to a given backup directory.

The class can determine which files changed since the last backup session before creating a compressed tar archive of the old backup directory and copying the new files.

It can also generate a log and send an e-mail message with the list of files that changed.

  Files folder image genpo  
Generate class to access table records as objects
This class can be used to generate a class to access the records of a table as objects.

It takes the name of a table and a list of fields to generates a PHP class with functions to store and retrieve objects of that class in the specified fields of the given table.

The generated class includes getter and setter functions, as well functions to retrieve, insert and update records in the database using the class variables.

  Files folder image Search DB  
Search for a word in MySQL tables
This class can be used to search for a word in MySQL tables.

It accesses a given MySQL database and retrieves the list of all tables and text fields.

The class can execute SQL queries that search for records in all tables and all their text fields that contain the given word in their values.

It displays the value of the first table field of all records that were found as result of the search query.


  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