views:

98

answers:

3

I need to build a simple web-based data entry/editing tool - something that would let me avoid using MS Access for the task. Preferrably in PHP and something that would be support SQLite, foreign keys/references and field validation.

I've looked at the demos of Symfony and was not impressed with the user interface in the end. Are there any other frameworks/tools that can work for this?

+1  A: 

Whilst not expressly web-based you could consider:

http://www.sqliteexpert.com/

simnom
sorry, this looks like a great tool but web-based is an absolute must.
m1tk4
A: 

I'd plug my own dynamic database CMS system, but I have a feeling you would need some modifications for what you want. Any reason speicifically you need SQLite instead of mySQL?

Here it is just in case... UltraPanel PRO

Talvi Watia
yes, SQLite is important because a copy of it gets deployed on an embedded device.
m1tk4
Talvi Watia
A: 

The only ones I know of are:

There not to good looking but they may work for what you want.

Scott