dadabik is a very popular and mature php application which allows you to easily create a highly customizable database frontend/application without coding. you can use it to create in a few minutes a very basic crud (create, read, update, delete) database frontend or to develop a more sophisticated database application.no programming skills are needed to use it; if however you are a php programmer with dadabik you can save tens of hours of work.
with dadabik (differently from many competitors) you don't produce a php script, which would become outdated when you modify the schema of your database, but instead you directly use its abstraction layer that can be easily updated every time you modify your database's schema.
dadabik uses the adodb database abstraction library in order to support as many dbmss as possible, at the moment it has been tested on mysql, postgresql, oracle and ms sql server.
the strength of dadabik lies in its ability to be customized. for example for each table field you can choose:
if the field must be included or not in a search/insert/update form and results table its label its content format (e.g. numeric, alphabetic, email, url...) the html input type (e.g. textbox, menu, date, rich text editor, password box...) the possible values, also driven from another table (foreign key support) and more...
other features include file uploading, master/details view, export to csv, checking for possible duplication during an insert, authentication and authorization restrictions on view/update/delete, email notices.
the graphic layout of dadabik is customizable to help you to embed it in your own site.
dadabik differs from phpmyadmin: it has not been created to offer the complete administration of a database, but rather to allow the creation of a customizable and user friendly database application. the target of a dadabik application can be the final user instead of a db administrator.