Changeset 29 for trunk/www/form.php
- Timestamp:
- Jun 13, 2009, 9:36:51 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/www/form.php
r24 r29 14 14 15 15 $this->Definition = &$FormClasses[$ClassName]; 16 foreach($this->Definition['Items'] as $Index => $Item) 17 { 18 $this->Values[$Index] = ''; 19 } 16 20 } 17 21
Note:
See TracChangeset
for help on using the changeset viewer.