source: trunk/Types.php@ 77

Last change on this file since 77 was 77, checked in by chronos, 8 years ago
  • Modified: Write error message also to error log file.
  • Fixed: Removed executable files from non-executable files.
File size: 128 bytes
Line 
1<?php
2
3$Types = array(
4 'Boolean' => array(
5
6 ),
7 'String' => array(
8
9 ),
10 'Integer' => array(
11
12 ),
13);
Note: See TracBrowser for help on using the repository browser.