|
|
| Author |
Message |
|
2006/11/14 00:22
|
|
|
|
|
Hi guys,
I have the following problem:
two classes:
WebForm and Kunde (means - customer)
The customer enters his/her Name...Email through the webform.
The customer (Kunde) class is a pure data class holding the
attributes of the customer (Name...Email).
The WebForm Class could fill itself with the required (empty) fields
with a operation called fillform() and than waits until the customer enters the data , later transfers this data into the customer class to safe it.
does this make sense ?
any suggestons how to improve the process ?
thanks...
Philip
|
|
|
|
 |
| |
|
|
|
|