Yet another web interface class

If you need a php class to quickly create a web interface for your database, this is it.

Archive for September, 2007

Yawic ?

Saturday, September 29th, 2007

Okay, we are not really original :) . Yawic stands for “yet another web interface class”. It’s a php class for quickly creating webbased database interfaces.

There are many classes and frameworks around on the web which give you this functionality, but we have specific wishes on how it should work.

What does it do ?
* give you easy web access read/write/list/add/delete to data in your mysql based database.
* automatic page generation based on database metadata and configuration files.
* desktop-like interface (using ajax).

What does it use ?
* php
* xajax for an interactive web interface
* css for style