source:
branches/mvc/Application/Controller/Measure.php
Last change on this file was 47, checked in by , 10 years ago | |
---|---|
File size: 159 bytes |
Line | |
---|---|
1 | <?php |
2 | |
3 | class 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.