source:
branches/mvc/Application/Model/Measurement/Measurement.php
Last change on this file was 47, checked in by , 10 years ago | |
---|---|
File size: 104 bytes |
Line | |
---|---|
1 | <?php |
2 | |
3 | include_once(dirname(__FILE__).'/../../../Base/Model.php'); |
4 | |
5 | class Measurement extends Model |
6 | { |
7 | } |
Note:
See TracBrowser
for help on using the repository browser.