Menu

Tree [r20] /
 History

HTTPS access


File Date Author Commit
 class 2006-10-03 wim_paulussen [r19]
 data 2006-03-13 wim_paulussen [r3]
 lang 2006-06-06 wim_paulussen [r11]
 Changelog 2006-11-08 wim_paulussen [r20]
 README.txt 2006-10-03 wim_paulussen [r19]
 aSqlite.css 2006-07-04 wim_paulussen [r18] update to version 0.2 - start with class combin...
 aSqlite.js 2006-03-24 wim_paulussen [r8]
 aSqlite.xml 2006-06-06 wim_paulussen [r12]
 asqcreatedb.php 2006-03-13 wim_paulussen [r2]
 asqcreatetable.php 2006-03-24 wim_paulussen [r8]
 asqcrtblbis.php 2006-03-24 wim_paulussen [r8]
 asqdropdb.php 2006-03-13 wim_paulussen [r2]
 asqitemdelete.php 2006-03-13 wim_paulussen [r4]
 asqitemedit.php 2006-07-04 wim_paulussen [r18] update to version 0.2 - start with class combin...
 asqlite.bmp 2006-03-13 wim_paulussen [r2]
 asqparam.php 2006-06-06 wim_paulussen [r11]
 asqquerydb.php 2006-11-08 wim_paulussen [r20]
 asqresults.php 2006-11-08 wim_paulussen [r20]
 asqtablebrowse.php 2006-11-08 wim_paulussen [r20]
 asqtabledisplay.php 2006-06-08 wim_paulussen [r14]
 asqtabledrop.php 2006-03-21 wim_paulussen [r6]
 asqtableempty.php 2006-06-08 wim_paulussen [r14]
 asqtableinsert.php 2006-10-03 wim_paulussen [r19]
 asqtables.php 2006-11-08 wim_paulussen [r20]
 asqtblinsbis.php 2006-11-08 wim_paulussen [r20]
 asqvacuumdb.php 2006-03-13 wim_paulussen [r2]
 autoload.php 2006-11-08 wim_paulussen [r20]
 config.php 2006-05-07 wim_paulussen [r10]
 header.php 2006-05-07 wim_paulussen [r9]
 index.php 2006-10-03 wim_paulussen [r19]
 menuleft.php 2006-06-06 wim_paulussen [r11]
 test.php 2006-03-13 wim_paulussen [r4]
 xml_parse.php 2006-03-13 wim_paulussen [r4]

Read Me

aSqlite readme
---------------
rev: 0.2.1
date : 3 october 2006

A. Intro
--------
This project will try to provide an easy to use SQLite 
administration tool, comparable to phpMyAdmin for
Mysql.

PLEASE CONSIDER THIS AT ALPHA STAGE 

B. Prerequisites
----------------
Currently , only a small subset of functions is provided.
The application is developed using PHP 5.1.4 together
with SQLite 2.8.17 and has been tested running under 
Apache 2.0.58 and using Firefox as browser 
(Opera and IE work to a large extend too).

C. Basics for working with the program
----------------------------------------
Class-based rendering of webpages : pages are built using
my own designed classes, which basically all follow the 
same approach. If it is not clear how it works, please drop 
me a line <wim@asgc.be>.
Javascript files are being developed, based on the book
DHTML Utopia : Modern Web Design by Stuart Langridge,
as published by Sitepoint.
For sticking to standards I rely heavily on the SQLite 
website <www.sqlite.org> and the book SQLite by Chris
Newman.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.