Demo 1: Movies Library
This is a simple movies library front-end developed with DaDaBIK without writing any PHP code.
From this demo you can see some of the DaDaBIK features, including:
- Data Grid HTML Template, which allows to deeply customize the show items page. In this case, not only the layout of that page has been customized but, again using the template feature, each Amazon Product Code has been transformed in the corresponding Cover Link
- Duplication Checking, try to insert a new movie having "2011: A Space Odyssey" as a title (yes, 2011 not 2001)
- Quick Search: e.g. the Title, Director and Year search tools in the movies show items page
- Drop-down lists from table: enter a movie's record in edit mode and see the director drop-down menu
We are going to create a DaDaBIK demo application on a shared DB for you. You can use and customize it for one hour. After one hour or if your session expires, you will be redirected here and your settings will be lost.
Start Movies Library demo Now (it can takes a while, just wait until the login screen appears)
Demo 2: Invoicing System
This is a more complex example, a simplified invoicing system: you can manage customers, suppliers, products and invoices of a hypothetical shop.
From this demo you can see some of the DaDaBIK features, including:
- Master/Details view: enter an invoice's record in edit mode to see the related items
- Drop-down lists from table: enter a customer's record in edit mode to see the city drop-down menu
- Custom validation rules: the Amazon Product Code must be 10 digits long, specified through a user-defined function
- Form layout customization: enter a customer's record in edit morde
- Quick Search: e.g. the Description and Company search tools in the products show items page
- Custom Data Formatting rules: the Amazon Product Codes are transformed in Amazon Image Links through a user-defined function
- File Upload: enter a customer's record in edit morde, Pic field
- CSV Export: the link at the bottom of each show items page
This application has also been developed without writing any PHP code, except from the few lines needed to write the validation and the formatting custom functions for Amazon Product Codes.
We are going to create a DaDaBIK demo application on a shared DB for you. You can use it and customize it for one hour. After one hour or if your session expires, you will be redirected here and your settings will be lost.
Start Invoicing System demo Now (it can takes a while, just wait until the login screen appears)
Demo 3: Wordpress integration Demo
The Movies Library demo (demo 1), is in this demo integrated in a Wordpress page without writing any PHP code. In this example, authentication is disabled so you can't log-in as admin and modify the application (as you can in the first two demos)
We are going to create a DaDaBIK demo application on a shared DB for you. You can use it and customize it for one hour. After one hour or if your session expires, you will be redirected here and your settings will be lost.
Start Wordpress integration Demo Now (it can takes a while, just wait until the demo site appears)
Beginners tutorial
Should you feel the need to get acquainted with how an application like the above ones are created with DaDaBIK, you can watch the YouTube tutorial first. While it is based on version 4.x (version 5 added lots of new features and a new interface), it still serves as a useful tool to understand the basics. For best results, choose the maximum quality.
