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
|
---|
4 | include('types/Enumeration.php');
|
---|
5 | include('types/Boolean.php');
|
---|
6 | include('types/Integer.php');
|
---|
7 | include('types/String.php');
|
---|
8 | include('types/PointerOneToMany.php');
|
---|
9 | include('types/PointerOneToOne.php');
|
---|
10 | include('types/Date.php');
|
---|
11 | include('types/DateTime.php');
|
---|
12 | include('types/Password.php');
|
---|
13 | include('types/Float.php');
|
---|
14 | include('types/Hyperlink.php');
|
---|
15 | include('types/Hidden.php');
|
---|
16 | include('types/File.php');
|
---|
17 |
|
---|
18 | ?>
|
---|
Note:
See
TracBrowser
for help on using the repository browser.