Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37504682
en ru br
ALT Linux repos
S:1.0.0-alt1.RC7
5.0: 1.0.0-alt1.RC7

Group :: Development/Other
RPM: pear-DB_DataObject_FormBuilder

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Current version: 1.0.0-alt1.RC7
Build date: 8 june 2008, 15:29 ( 828.5 weeks ago )
Size: 71.23 Kb

Home page:   http://pear.php.net/package/DB_DataObject_FormB…

License: LGPL
Summary: Class to automatically build HTML_QuickForm objects from a DB_DataObject-derived class
Description:

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 prototypes into fully-featured forms, and you can take
control at any stage of the process.

Current maintainer: Maxim Ivanov

List of contributors

List of rpms provided by this srpm:

  • pear-DB_DataObject_FormBuilder
ACL:
     
    design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
    current maintainer: Michael Shigorin