DB_Sqlite_Tools
[ class tree: DB_Sqlite_Tools ] [ index: DB_Sqlite_Tools ] [ all elements ]

File: Tools.php

Source Location: /DB_Sqlite_Tools-0.1.2/Tools.php

Page Details:

Class to manage sqlite database. On object-oriented interface to sqlite integrity check, optimizations and backup

__autoload [line 57]

void __autoload( $class)

Class to manage sqlite database. An object-oriented interface to sqlite integrity check, optimizations and backup and export.

it curently supports pragma integrity checks, cache values to optimize performance, synchronisation values for an higher integrity protection.

For backups it supports ftp, rsync (both local and remote) and local backups

It offer an extra in build export method to XML for a whole database schema and data which can be particularly useful for backup and export purposes.

Via the XML parser it allows to import and XML dump back to an Sqlite database.



Parameters

   $class  
[ Top ]



Documentation generated on Mon, 11 Mar 2019 13:55:48 -0400 by phpDocumentor 1.4.4. PEAR Logo Copyright © PHP Group 2004.