PEAR is archived and read-only

This mirror preserves historical PEAR package releases and metadata so existing references remain available.

Home » Database » DB_DataObject_FormBuilder » Bug #5964

Domain support

Details

Request #5964Domain support
Submitted2005-11-15 00:11 UTC
Frombwragg at westnet dot com dot au
StatusOpen
PackageDB_DataObject_FormBuilder
PHP Version4.3.4
OSRedhat 8.0
Roadmaps(Not assigned)

Comments

[2005-11-15 00:11 UTC] bwragg at westnet dot com dot au

Description:
------------
Is it possible to map custom database types to custom form elements. For example I'm using postgresql so if I specify a domain called "email" and build an "email" quickform element can I somehow map these too together?

On line 809 of FormBuilder.php there is the $elementTypeMap var that maps field types to quick form element types. Is this where the change needs to be made?