This repository was archived by the owner on Jun 2, 2024. It is now read-only.
Version 1.0.6 (Feature Release)
- Added new
backupclass and functionality to create database backups. - Added
create(),clean()andfind()methods on backup class.
Accessible when invoked on your database $db->backup->create(), Rollbacks are on the to do list for the next update. This update includes the ability to create new backups and deletes or shows existing backups for your own records. Restoring from a previous backup is on the todo list.