| Marek Kilimajer 2005-03-05, 3:57 pm |
| Where can I get DB/DataObject/FormBuilder/QuickForm/PopupSelect.php?
PEAR Announce wrote:
> The new PEAR package DB_DataObject_FormBuilder-0.12.0 (beta) has been released at http://pear.php.net/.
>
> Release notes
> -------------
> Added a new feature, linkNewValue. This is on by default for now. When a link select box is created the bottom entry is "--New Value--". When selected, this un-hides a form below the select box for creation of a new linked record. If you're not sure wha
t this is, try it, it's a very neat feature. Note: this requires JavaScript.
> Added error return when enum options are not found
>
> 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 ove
r 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 meth
od 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 wi
ll 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-gener
ation, gradually turning the prototypes 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.12.0
> Download: http://pear.php.net/get/DB_DataObje...lder-0.12.0.tgz
>
> Authors
> -------------
> Norbert Mocsnik (developer)
> Markus Wolff <wolff@21st.de> (lead)
> Justin Patrin <papercrane@reversefold.com> (lead)
>
|