source: trunk/includes/Application.php@ 800

Last change on this file since 800 was 577, checked in by chronos, 12 years ago
  • Modified: Moved some code from global to system file. System class is now serving as main application class. Now old files which still use ShowPage function need system initialization with $InitSystem = true; before global.php inclusion.
  • Modified: Get rid of some global reference to $System, $Config and $User variables.
  • Modified: Search result functionality moved to application module from action.php file.
File size: 81 bytes
Line 
1<?php
2
3class Application
4{
5 var $Name;
6 var $System;
7
8 function Run()
9 {
10
11 }
12}
Note: See TracBrowser for help on using the repository browser.