source:
Base/View.php
Last change on this file was 1, checked in by , 15 years ago | |
---|---|
File size: 98 bytes |
Line | |
---|---|
1 | <?php |
2 | |
3 | include_once(dirname(__FILE__).'/Module.php'); |
4 | |
5 | class View extends Module |
6 | { |
7 | } |
8 | |
9 | ?> |
Note:
See TracBrowser
for help on using the repository browser.