/**
  *
  * init the global variables
  */
 public static function initGlobals()
 {
     //set table names
     GlobalsShowBiz::$table_sliders = UniteBaseClassBiz::$table_prefix . GlobalsShowBiz::TABLE_SLIDERS_NAME;
     GlobalsShowBiz::$table_slides = UniteBaseClassBiz::$table_prefix . GlobalsShowBiz::TABLE_SLIDES_NAME;
     GlobalsShowBiz::$table_templates = UniteBaseClassBiz::$table_prefix . GlobalsShowBiz::TABLE_TEMPLATES_NAME;
     GlobalsShowBiz::$table_settings = UniteBaseClassBiz::$table_prefix . GlobalsShowBiz::TABLE_SETTINGS_NAME;
 }