Yet another web interface class

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

wordpress updated

October 25th, 2011

художници на икониAs so often with software an update was needed, some weirdo injected unhealthy webpage code into the posts :(

Working up to first alpha release of yawic

December 3rd, 2007

we are working to get an first alpha release, on which we hope to get some feedback.

  • Simple .htaccess based protection of .yawic files.
  • Added TODO
  • Added labeltype
  • Bugfixes

Authentication, lookups and stuff

October 24th, 2007

New functionality in svn:

  • Authentication: basic authentication with styled login window added. no need for apache
  • Extended lookups in the configuration file
  • funtionality to disable insert/delete button (configfile)
  • focus on first field when a ‘new’ form is shown
  • completed configurarion file rewrite

Demo updated

October 22nd, 2007

A lot of work is currently going on. We have updated the demo, you now need to confirm on delete ;)

Stuff on which work is going on currently in SVN:

  • multiple field table sorting.
  • basic apache digest authentication.
  • better where handling on multiple keys
  • extra configuration functionality ( on top of standard defaults )

De demo database is reloaded every hour at the moment, so you can try all you like !

Version 0.2 released

October 15th, 2007

At this moment yawic has a range of new features, including lookup tables based on foreign keys, required field checking, and navigation buttons. See the About/Features page for a complete list of the current features.

Yawic version 0.1.1 released

October 6th, 2007

We have released our next version, mainly a bugfix release.

Yawic version 0.1 released

October 5th, 2007

We have released our first pre-alpha,  head over to the download page on sourceforge and give it a try !

Demo and example code online

October 4th, 2007

We have put the first pre alpha version code on our website. Look at the live demo and example code so you can get an impression of what yawic can do.

Yawic ?

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