source: index.php

Last change on this file was 1, checked in by george, 14 years ago
  • Přidáno: Výchozí verze systému.
File size: 210 bytes
Line 
1<?php
2
3include_once(dirname(__FILE__).'/Application/Application.php');
4
5$Application = new Application();
6$Application->Run();
7
8$Var = array(10, 1.2, 'dsd', 123 => NULL);
9echo(serialize($Var));
10?>
Note: See TracBrowser for help on using the repository browser.