Re: Quickform - edit form

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Leonie (phpgroup) wrote:
I've set up a form using Quickform. I've got it working a dream. My problem is at the moment it only adds records to the database. I would like to also have an edit form. I don't know what is easiest. Amend the existing form so it enters data and edits it, or have two different webpages.

Also I'm having trouble working out how to assign data to the form. Can anyone point me to an example?


Use either HTML_QuickForm::setDefaults() to set defaults for all elements or HTML_QuickForm_element::setValue() to set value for individual elements. Former is simpler, and if you name the forms elements after the table columns, you can directly pass in array fetched from sql query.


--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


[Index of Archives]     [PHP Home]     [Apache Users]     [PHP on Windows]     [Kernel Newbies]     [PHP Install]     [PHP Classes]     [Pear]     [Postgresql]     [Postgresql PHP]     [PHP on Windows]     [PHP Database Programming]     [PHP SOAP]

  Powered by Linux