Databases: FileSyncDB
Vagharshak Tozalakyan (contact me)
This class can be used to manage MySQL database table records synchronized to files stored in disk.
It can insert, updated and delete records of a database table with fields that contain the names of associated files.
When a record is inserted or updated the associated files are copied to the disk using the given file names. When a record is deleted, the associated files are also deleted from disk.
Click here for detailed information about this class on phpclasses.org