<?php

// Include type definitions
include('types/Base.php');
include('types/Enumeration.php');
include('types/Boolean.php');
include('types/Integer.php');
include('types/String.php');
include('types/PointerOneToMany.php');
include('types/PointerOneToOne.php');
include('types/Date.php');
include('types/DateTime.php');
include('types/Password.php');
include('types/Float.php');
include('types/Hyperlink.php');
include('types/Hidden.php');
include('types/File/File.php');
include('types/GPS.php');
include('types/IPv4Address.php');
include('types/Color.php');
include('types/Text.php');

define('TypeIntegerId', 1);
define('TypeBooleanId', 4);
define('TypeStringId', 3);
define('TypeDateId', 2);
define('TypePointerOneToOneId', 12);
define('TypePointerOneToManyId', 13);
define('TypePasswordId', 15);
define('TypeFloatId', 16);
define('TypeHiddenId', 20);
define('TypePointerToUserId', 37);
define('TypeColorId', 66);

?>
