PHP Classes

master detal form

Recommend this page to a friend!

      PHP Forms Class with HTML Generator and JavaScript Validation  >  PHP Forms Class with HTML Generator and JavaScript Validation package blog  >  How to Show Google Ma...  >  All threads  >  master detal form  >  (Un) Subscribe thread alerts  
Subject:master detal form
Summary:master detail form
Messages:2
Author:Ambo Enre
Date:2005-10-19 05:42:14
Update:2005-10-19 18:05:08
 

  1. master detal form   Reply   Report abuse  
Picture of Ambo Enre Ambo Enre - 2005-10-19 05:42:14
How to write master detail form with this class. For example, order entryform, purchase order form, delivery form.

  2. Re: master detal form   Reply   Report abuse  
Picture of Manuel Lemos Manuel Lemos - 2005-10-19 18:05:08 - In reply to message 1 from Ambo Enre
This class can be used to generate any kind of forms you want, but you have to define them as you need.

To implement master detail forms, I suppose you need to create a master page with the listing of all records that may be edited and put a link on each entry to a page where that record may be edited using forms generated by this class.