source: types/include.php@ 14

Last change on this file since 14 was 14, checked in by george, 17 years ago
  • Přidáno: Typ File(soubor). Možnost uploadovat nový soubor nebo otevřít stávající uložený.
  • Přidáno: Typ DateTime(datum a čas).
File size: 443 bytes
Line 
1<?php
2
3// Include type definitions
4include('types/Enumeration.php');
5include('types/Boolean.php');
6include('types/Integer.php');
7include('types/String.php');
8include('types/PointerOneToMany.php');
9include('types/PointerOneToOne.php');
10include('types/Date.php');
11include('types/DateTime.php');
12include('types/Password.php');
13include('types/Float.php');
14include('types/Hyperlink.php');
15include('types/Hidden.php');
16include('types/File.php');
17
18?>
Note: See TracBrowser for help on using the repository browser.