Changeset 43 for trunk/Application/Controller/Graph.php
- Timestamp:
- Nov 24, 2009, 2:03:29 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Application/Controller/Graph.php
r40 r43 1 1 <?php 2 3 include_once(dirname(__FILE__).'/../../Base/Controller.php'); 4 include_once(dirname(__FILE__).'/../View/Graph.php'); 2 5 3 6 class GraphController extends Controller … … 6 9 { 7 10 $View = new GraphView($this->System); 8 retu nr($View->Render());11 return($View->Render()); 9 12 } 10 13 }
Note:
See TracChangeset
for help on using the changeset viewer.