ctl_dbtable() public method

install_2 function.
public ctl_dbtable ( ) : void
return void
Example #1
0
 case "reg":
     $arr_installRow = $ctl_install->ctl_reg();
     if ($arr_installRow["alert"] != "y030404") {
         header("Location: " . BG_URL_INSTALL . "ctl.php?mod=alert&act_get=show&alert=" . $arr_installRow["alert"]);
         exit;
     }
     break;
 case "base":
     $arr_installRow = $ctl_install->ctl_base();
     if ($arr_installRow["alert"] != "y030404") {
         header("Location: " . BG_URL_INSTALL . "ctl.php?mod=alert&act_get=show&alert=" . $arr_installRow["alert"]);
         exit;
     }
     break;
 case "dbtable":
     $arr_installRow = $ctl_install->ctl_dbtable();
     if ($arr_installRow["alert"] != "y030404") {
         header("Location: " . BG_URL_INSTALL . "ctl.php?mod=alert&act_get=show&alert=" . $arr_installRow["alert"]);
         exit;
     }
     break;
 case "over":
     $arr_installRow = $ctl_install->ctl_over();
     if ($arr_installRow["alert"] != "y030404") {
         header("Location: " . BG_URL_INSTALL . "ctl.php?mod=alert&act_get=show&alert=" . $arr_installRow["alert"]);
         exit;
     }
     break;
 case "dbconfig":
     $arr_installRow = $ctl_install->ctl_dbconfig();
     if ($arr_installRow["alert"] != "y030403") {