This demo is based on the version 4.0 of DaDaBIK.
The graphic layout is very simple, you can of course customize it in order to embed DaDaBIK in your own Web site.
In this demo DaDaBIK is used to create the front-end for a DB containing four MySQL tables. Each table interface has different settings and shows different features of DaDaBIK.
- First table (albums_tab): very simple case, manage my collection of CDs, you can insert new albums, search, update.
- Second table (genres_tab): this table show the foreign key feature, it's the list of the possible musical genres used in the first table to identify each album. If you add a new record here, the corresponding genre will be available in the DaDaBIK interface of the first table (albums_tab).
- Third table (contacts_tab): a more complex case, table shows more DaDaBIK features (including files upload, URL/e-mail/phone number checking during inserts), manage the information about a group of contacts. Just a few records as example.
- Fourth table (places_tab): a list of places, each place include address, city, country and is used to fill the address field of the contacts_tab table.
The feature that checks for possible record duplications during inserts is enabled only for genres_tab and albums_tab (the title).
I have disabled the delete function for all the tables.
Every day the database is automatically restored to the original situation.
There are two registered users:
First user: username: demo1 password: password
Second user: username: demo2 password: password
On the third table (contacts_tab) the browse, delete and update authorization are enabled so for example the demo1 user can't see the contact inserted by the demo2 user.
This demo application has been developed without writing a single line of PHP code.
Start the demo
|