Changeset 56 for trunk/www/common/table.php
- Timestamp:
- Aug 4, 2009, 9:53:52 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/www/common/table.php
r54 r56 11 11 var $TotalRowCount; 12 12 13 function __construct($ ClassName)13 function __construct($FormClass) 14 14 { 15 global $FormClasses; 16 17 $this->Definition = &$FormClasses[$ClassName]; 15 $this->Definition = $FormClass; 18 16 $this->QueryParameters = array(); 19 17 }
Note:
See TracChangeset
for help on using the changeset viewer.