Ignore:
Timestamp:
Feb 4, 2021, 11:55:44 PM (3 years ago)
Author:
chronos
Message:
  • Modified: Initialization of modular system base tables.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Packages/Common/Base.php

    r894 r898  
    150150  const Enum = 8;
    151151  const BigInt = 9;
     152
     153  static function GetName(int $Index)
     154  {
     155    $Text = array('Integer', 'String', 'Float', 'Text', 'DateTime', 'Reference', 'Boolean', 'Date', 'Enum', 'BigInt');
     156    return $Text[$Index];
     157  }
    152158}
    153159
Note: See TracChangeset for help on using the changeset viewer.