00001 <?php 00036 // Get config instance 00037 $cfg = FrameworkConfiguration::getInstance(); 00038 00039 // Get an instance of the helper 00040 $app = call_user_func_array( 00041 array($cfg->readConfig('app_helper_class'), "getInstance"), 00042 array() 00043 ); 00044 00045 // Set application name and version 00046 $app->setAppName("Ship-Simu Shipping Simulator"); 00047 $app->setAppVersion("0.0.0"); 00048 $app->setAppShortName("ship-simu"); 00049 00050 // [EOF] 00051 ?>
1.5.6