Menu

dbForm / News: Recent posts

dbForm 0.9.2 released

Just maintenance releases in this version.

I have been using dbForm at work in a commercial environment for several months now so you can be sure that the code is very stable.

It has only been thoroughly tested in MySQL and Oracle environments though so there may still be some issues with other database platforms.

Posted by Tony Blair 2004-05-27

dbForm 0.9.0 released

Lots of changes in this release
Release of new Filtering methods to filter the Search List
Lots of testing has now been done in a production environment at work and in particular I have fixed a lot of issues with manual form creation
Also have changed the code to incorporate PHPDOC style documentation and have added a windows CHM helpfile to the release files and html version on the website

Posted by Tony Blair 2003-09-14

dbForm 0.8.1 released

Been a while since a new release but here it is.
Check the change log for changes made.
A few new goodies.
Ability to put other attributes in some tags that get transfered into the field
i.e. {:field style="color: blue;"} adds the style="color: blue;" attribute into the field input tag
Ability to serialise dbform and store it in a session or file or database.
Look forward to selection list filtering in the next version
Once this has been completed and tested I will also be ready to move dbForm to version 1.0 and remove its beta status. Almost there!

Posted by Tony Blair 2003-08-03

dbForm 0.8.0 released

Finally a new release of dbForm. Sorry for the delay but real world has intruded for a while.

Added the following fetaures
- Added new field type called display
- Added support for ADODB Sequences
- Added simple field validation (Not Null and Field Lengths)
- Fixed pass by reference issues
- Fixed connection validation
- added new function processTemplate that returns the template HTML

Posted by Tony Blair 2003-04-28

dbForm 0.7.2 released

16 Feb 2003

Maintenance Release 0.7.2
Fixed a few errors and removed dbDate.inc
- Now requires ADODB ver 3.11+
- Removed dbDate class and using new date functions in ADODB 3.11+
- Removed _dbFormatDate and _dbFormatDateTime properties
- Added _ver property
- Fixed queries so that they quote fields correctly
- Changed the searchid field to dbform_searchid (requires change to some templates)

Posted by Tony Blair 2003-02-16

dbForm 0.7 release and now handles any dates

19 Jan 2003
Update that fixes (hopefully) date issues

The code as it was previous to this version (v0.7) was unable to process dates beyond the default 32 bit PHP date range (1970 - 2038).

Have now added some new code that will take any date from year 1 onwards.
Requires a new class dbDate.inc to be included and you will need to set some defaults.
$dbMinYear
The minimum year to show in the date selection lists.
Note: this is a global variable not a property of dbForm.... read more

Posted by Tony Blair 2003-01-19

dbForm 0.6 for PHP released

Major Update

Updated the website to include demo pages.
Also have made the following updates to the code:

Added defaultText to selection lists
Added autoSelect to searchField
Added setButtonAttributes
Added setAllButtonAttributes
Added changeButtonType
Added setAllFieldsAttributes
Added code to incorporate image Submit buttons
The code is now more robust and stable.

Known limitations soon to be addressed: ... read more

Posted by Tony Blair 2003-01-12

dbForm 0.5beta maintenance release available

This maintenance release fixes a few minor bugs and updates the manuals

New Feature:
- Ability to set field Titles either singly or in groups

Posted by Tony Blair 2003-01-06

dbForm 0.4beta for PHP initial release now available

dbForm 0.4 for PHP provides a complete and unique way of building a form for a database table.
The initial dbForm 0.4beta release includes everything to create a form for any database table in any database accessable from PHP.

Create a PHP form for any database table in just minutes!

The dbForm project aims to provide a simple, easy to use PHP class that will enable developers to create forms for database tables without any effort.
Extremely adaptable and customisable the version 0.4 release is already capable of creating forms for any table you can create.... read more

Posted by Tony Blair 2003-01-05