For Programmers: Free Programming Magazines  


Home > Archive > PHP Pear > March 2005 > [ANNOUNCEMENT] DB_DataObject_FormBuilder-0.13.0 (beta) Released.









You are viewing an archived Text-only version of the thread. To view this thread in it's original format and/or if you want to reply to this thread please [click here]

 

Author [ANNOUNCEMENT] DB_DataObject_FormBuilder-0.13.0 (beta) Released.
PEAR Announce

2005-03-25, 3:57 pm

The new PEAR package DB_DataObject_FormBuilder-0.13.0 (beta) has been released at http://pear.php.net/.

Release notes
-------------
-BC Break! linkNewValue is now off by default
-Added support for specifying the location of preDefGroups in preDefOrder (use the group name) (request #3796)
--If no entry is in preDefOrder for a preDefGroup it will be placed where the first element it contains would be placed
-excludeFromAutoRules option added. Allows excluding of some or all element from automatic rule generation
-Fixed notice in PopupSelect.php due to old commented JavaScript
-Possible fix for some Primary Key problems
-Fixed issues with using global functions as callbacks
-Fixed further problems with ElementTable (crossLinks with extraFields / tripleLinks)
-Fixed warnings when no links are defined (bug #3941)

Package Info
-------------
DB_DataObject_FormBuilder will aid you in rapid application development using the packages DB_DataObject and HTML_QuickForm. For having a quick but working prototype of your application, simply model the database, run DataObject's createTable script over
it and write a script that passes one of the resulting objects to the FormBuilder class. The FormBuilder will automatically generate a simple but working HTML_QuickForm object that you can use to test your application. It also provides a processing method
that will automatically detect if an insert() or update() command has to be executed after the form has been submitted. If you have set up DataObject's links.ini file correctly, it will also automatically detect if a table field is a foreign key and will
populate a selectbox with the linked table's entries. There are many optional parameters that you can place in your DataObjects.ini or in the properties of your derived classes, that you can use to fine-tune the form-generation, gradually turning the pro
totypes into fully-featured forms, and you can take control at any stage of the process.

Related Links
-------------
Package home: http://pear.php.net/package/DB_DataObject_FormBuilder
Changelog: http://pear.php.net/package/DB_Data...download/0.13.0
Download: http://pear.php.net/get/DB_DataObje...lder-0.13.0.tgz

Authors
-------------
Norbert Mocsnik (developer)
Markus Wolff <wolff@21st.de> (lead)
Justin Patrin <papercrane@reversefold.com> (lead)
Sponsored Links







Also available: Server administration forum archive | Web Design forum archive | Software forum archive | Hardware reviews archive

Copyright 2008 codecomments.com