source: branches/php/Base/HTML/WebObject.php@ 112

Last change on this file since 112 was 112, checked in by chronos, 11 years ago
  • Odstraněno: Ukončovací PHP značka ze všech souborů.
File size: 119 bytes
Line 
1<?php
2
3include_once(dirname(__FILE__).'/../System.php');
4
5class WebObject extends Object
6{
7 function Show()
8 {
9 }
10}
Note: See TracBrowser for help on using the repository browser.