loader.php

Go to the documentation of this file.
00001 <?php
00024 // Get config instance
00025 $cfg = FrameworkConfiguration::getInstance();
00026 
00027 // Load all classes
00028 ClassLoader::getInstance()->loadClasses(sprintf("%s/%s/", $cfg->readConfig('application_path'), $cfg->readConfig('app_name')));
00029 
00030 // Clean up the global namespace
00031 unset($lowerClasses);
00032 
00033 // [EOF]
00034 ?>

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