Changeset 12 for Common/Table.php
- Timestamp:
- Apr 7, 2020, 9:14:24 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Common/Table.php
r10 r12 98 98 var $Style; 99 99 100 function __construct( )100 function __construct($System) 101 101 { 102 global $System;103 104 102 $this->Columns = array(); 105 103 $this->Table = new TableMemory();
Note:
See TracChangeset
for help on using the changeset viewer.