source: trunk/Base/Model.php@ 42

Last change on this file since 42 was 42, checked in by george, 16 years ago
  • Upraveno: Přepracován základový webový systém
File size: 99 bytes
Line 
1<?php
2
3include_once(dirname(__FILE__).'/Module.php');
4
5class Model extends Module
6{
7}
8
9?>
Note: See TracBrowser for help on using the repository browser.