source:
branches/php/Base/HTML/WebObject.php@
112
Last change on this file since 112 was 112, checked in by , 11 years ago | |
---|---|
File size: 119 bytes |
Line | |
---|---|
1 | <?php |
2 | |
3 | include_once(dirname(__FILE__).'/../System.php'); |
4 | |
5 | class WebObject extends Object |
6 | { |
7 | function Show() |
8 | { |
9 | } |
10 | } |
Note:
See TracBrowser
for help on using the repository browser.