source: trunk/www/Base/View.php

Last change on this file was 93, checked in by chronos, 11 years ago
  • Fixed: System variable as parameter to constructors of descendents of Module class.
  • Removed: End PHP mark "?>" from all files.
File size: 92 bytes
Line 
1<?php
2
3include_once(dirname(__FILE__).'/Module.php');
4
5class View extends Module
6{
7}
Note: See TracBrowser for help on using the repository browser.