source: branches/mvc/Application/Controller/Measure.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: 159 bytes
Line 
1<?php
2
3class MeasureController extends Controller
4{
5 function Add()
6 {
7 $View = new MeasureView($this->System);
8 return($View->Add());
9 }
10}
Note: See TracBrowser for help on using the repository browser.