Name : php-pear-DB_DataObject_FormBuilder
| |
Version : 0.14.0
| Vendor : Mandriva
|
Release : 7mdv2008.0
| Date : 2007-08-18 17:40:10
|
Group : Development/PHP
| Source RPM : php-pear-DB_DataObject_FormBuilder-0.14.0-7mdv2008.0.src.rpm
|
Size : 0.15 MB
| |
Packager : Oden Eriksson < oeriksson_mandriva_com>
| |
Summary : DB_DataObject_FormBuilder - 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.
In PEAR status of this package is: beta.
|
RPM found in directory: /vol/rzm6/linux-mandriva/official/2008.0/i586/media/contrib/release |