ctl_dbtable() 공개 메소드

install_2 function.
public ctl_dbtable ( ) : void
리턴 void
예제 #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") {