Changeset 90 for trunk/Packages/Common/Table.php
- Timestamp:
- Oct 4, 2019, 10:31:38 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Packages/Common/Table.php
r69 r90 98 98 var $Style; 99 99 100 function __construct( System $System)100 function __construct() 101 101 { 102 global $System; 103 102 104 $this->Columns = array(); 103 105 $this->Table = new TableMemory();
Note:
See TracChangeset
for help on using the changeset viewer.