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