source: branches/mvc/Application/Model/Measurement/Measurement.php

Last change on this file was 47, checked in by chronos, 10 years ago
  • Odstraněno: Zbytečná PHP ukončovací značka "?>" z konce všech souborů.
File size: 104 bytes
Line 
1<?php
2
3include_once(dirname(__FILE__).'/../../../Base/Model.php');
4
5class Measurement extends Model
6{
7}
Note: See TracBrowser for help on using the repository browser.