Home
Name Modified Size InfoDownloads / Week
screenshot_00.png 2013-09-04 67.7 kB
screenshot_02.png 2013-09-04 19.3 kB
sqlite_mgr.php 2013-09-03 21.2 kB
readme.txt 2013-09-03 3.3 kB
Totals: 4 Items   111.6 kB 1


    +------------------------------------------------------------------------------------+
    |                                                                                    |
    |   File:       sqlite_mgr.php                        Version:    2013.09.03         |
    |                                                                                    |
    |   Purpose:                                                                         |
    |     Single file manager for sqlite databases.                                      |
    |     - Requires: PHP 5 with sqlite3 PDO driver.                                     |
    |     - Works on SQLite 2 & 3 files.                                                 |
    |     - One click sql cmd buttons                                                    |
    |     - Auto type sql cmd from history box by clicking                               |
    |                                                                                    |
    |     For a SQLite2 database file, just change the Data Source Name (DSN) 'sqlite:'  |
    |     by 'sqlite2:' but there are a few differences with that DSN:                   |
    |       - sqlite2 Driver requires a file extention when creating a new database with |
    |         the PDO class constructor                                                  |
    |    	  - does not suppot 'IF NOT EXISTS' syntax, so change code below accordingly.  |
    |    	  - genearates larger files.                                                   |
    |    	  - SQLite2 is dead meat. So, if you can, upgrade your db files to SQLite3     |
    |                                                                                    |
    |     The original 'SQLIte DSManager' has been heavily modified by Jan Zumwalt of    |
    |     net-wrench.com for integration into BugLite (buglight.sourcforge.net)          |
    |                                                                                    |
    |   Copyright:  COPYRIGHT 2007-2008 by Jan Zumwalt, www.net-Wrence.com               |
    |               Licensed under the GNU public lincense.                              |
    |   ---------------------------------------------------------------------------------|
    |   Latest source: https://sourceforge.net/projects/sqlitephpmgr/ or Net-Wrench.com  |
    |                                                                                    |
    |   Changes:    2013.09.03  jz - added 'About' information & hide button             |
    |   Changes:    2013.10.01  jz - added sql template buttons                          |
    |                           jz - changed calls to $_SERVER['PHP_SELF']               |
    |   Changes:    2011.10.06  jz - added css theme colors                              |
    |   Changes:    2011.05.14  jz - added login check                                   |
    |   Changes:    2011.02.19  jz - added web form & debug support                      |
    |                                                                                    |
    |   original program: http://www.lumadis.be/repository/sqlite/sqliteDSManager.php    |
    +------------------------------------------------------------------------------------+ 
  
  
Source: readme.txt, updated 2013-09-03