source: branches/mvc/Base/View.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: 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.