コード例 #1
0
ファイル: wizard.php プロジェクト: nProfessor/Mytb
	function InitStep()
	{
		parent::InitStep();

		$wizard =& $this->GetWizard();
		$wizard->solutionName = "corp_services";
	}
コード例 #2
0
	function InitStep()
	{
		parent::InitStep();

		$wizard =& $this->GetWizard();
		$wizard->solutionName = "custom";
	}
コード例 #3
0
ファイル: wizard.php プロジェクト: akniyev/itprom_dobrohost
 function InitStep()
 {
     parent::InitStep();
     $wizard =& $this->GetWizard();
     $wizard->solutionName = "webfly_santech";
     $this->SetNextStep("site_settings");
 }
コード例 #4
0
 function InitStep()
 {
     parent::InitStep();
     $wizard =& $this->GetWizard();
     $wizard->solutionName = "stroika_samovar";
 }
コード例 #5
0
ファイル: wizard.php プロジェクト: Satariall/izurit
 function InitStep()
 {
     parent::InitStep();
     $wizard =& $this->GetWizard();
     $wizard->solutionName = "corp_furniture";
 }
コード例 #6
0
ファイル: wizard.php プロジェクト: spas-viktor/books
 function InitStep()
 {
     parent::InitStep();
     $wizard =& $this->GetWizard();
     $wizard->solutionName = "infoportal";
 }
コード例 #7
0
ファイル: wizard.php プロジェクト: Satariall/izurit
 function InitStep()
 {
     parent::InitStep();
     $wizard =& $this->GetWizard();
     $wizard->solutionName = "personal";
 }
コード例 #8
0
ファイル: wizard.php プロジェクト: akniyev/itprom_dobrohost
 function InitStep()
 {
     parent::InitStep();
     $wizard =& $this->GetWizard();
     $wizard->solutionName = "webfly_santech";
 }