Download List

Project Description

DaDaBIK is a PHP application that allows you to
easily create a highly customizable Web interface
for a database in order to search, insert, update,
and delete records; all you need do is specify a
few configuration parameters. MySQL, PostgreSQL,
Oracle, and MS SQL Server are supported. It is
available in several languages.

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2006-01-25 07:45
4.0 beta 2

The main new feature concerns DBMS compatibility:
DaDaBIK now officially supports Oracle and MS SQL
Server DBMS. Among the various bugfixes, the most
important one is the ability to use the required
property with file types without problems.
Tags: Major feature enhancements

2005-06-20 23:55
4.0 alpha

DaDaBIK now uses the ADOdb Database Abstraction Library in order to
support as many DBMS as possible. Many bugs have been fixed. A SQL
logging feature has been added, and the documentation has been revised.
Tags: Major feature enhancements

2005-03-31 13:58
3.2 beta

A lot of bugs have been fixed. The main
improvements are related to authentication,
translations, and documentation. The
authentication code was partly rewritten, so user
information is now stored in the database and
passwords are now md5 encrypted. You can use
DaDaBIK itself to add and delete users and show
and modify users' information. It is also possible
to use a pre-existing users table. Six new
languages are available: Croatian, Polish,
Catalan, Estonian, Rumanian, and Portuguese. The
documentation has been updated and improved. In
particular, a FAQ section is now available.
Tags: Major feature enhancements

2004-07-20 05:07
3.1 beta

A new select query engine which fixes the problems related to multiple references to a linked table and the multiple use of the same field name. It should also increase DaDaBIK speed. A basic authorization model: it is now possible to allow a user to delete and/or modify and/or view only his own records. For authentication, the class simpleLogin has been (probably temporary) used, but it is possible to easily customize the authentication. A new field type (rich_editor) is a rich text editor (htmlArea 2.03) that allows you to easily insert/modify HTML content.
Tags: Major feature enhancements

2004-05-25 12:57
3.0

This version fixed several bugs, including some "[08]
Error: during query execution" errors that appeared
under particular conditions. It also added a new
configuration parameter that is used to control the
width of the result table columns.
Tags: Minor bugfixes

Project Resources