init.php

Go to the documentation of this file.
00001 <?php
00028 // Get config instance
00029 $cfg = FrameworkConfiguration::getInstance();
00030 
00031 // Initialize output system
00032 require($cfg->readConfig('base_path') . 'inc/output.php');
00033 
00034 // Initialize file i/o system
00035 require($cfg->readConfig('base_path') . 'inc/file_io.php');
00036 
00037 // Include the language sub-system
00038 require($cfg->readConfig('base_path') . 'inc/language.php');
00039 
00040 // [EOF]
00041 ?>

Generated on Mon Dec 8 01:06:44 2008 for Ship-Simulator by  doxygen 1.5.6