Name : php-pear-DB_DataObject_FormBuilder
| |
Version : 1.0.1
| Vendor : Mandriva
|
Release : 2
| Date : 2011-05-27 17:22:38
|
Group : Development/PHP
| Source RPM : php-pear-DB_DataObject_FormBuilder-1.0.1-2.src.rpm
|
Size : 0.25 MB
| |
Packager : Oden Eriksson < oeriksson_mandriva_com>
| |
Summary : Automatically build HTML_QuickForm object 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 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 class 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 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 entry. There are many optional parameteres that you can place in DataObjects.ini or in properties of your derived classes, that you can use to fine-tune the form generation, gradually turning the prototypes into fully features forms and you can take control of any stage at the process.
|
RPM found in directory: /vol/rzm6/linux-mandriva/devel/cooker/sparcv9/media/contrib/release |