data.php

Go to the documentation of this file.
00001 <?php
00028 // Get config instance
00029 $cfg = FrameworkConfiguration::getInstance();
00030 
00031 // Get an instance of the helper
00032 $app = call_user_func_array(
00033         array($cfg->readConfig('app_helper_class'), "getInstance"),
00034         array()
00035 );
00036 
00037 // Set application name and version
00038 $app->setAppName("Applikationsausw&auml;hler");
00039 $app->setAppVersion("0.1a");
00040 $app->setAppShortName($cfg->readConfig('selector_name'));
00041 
00042 // [EOF]
00043 ?>

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