示例#1
0
	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
 function InitStep()
 {
     parent::InitStep();
     $wizard =& $this->GetWizard();
     $wizard->solutionName = "webfly_santech";
     $this->SetNextStep("site_settings");
 }
 function InitStep()
 {
     parent::InitStep();
     $wizard =& $this->GetWizard();
     $wizard->solutionName = "stroika_samovar";
 }
示例#5
0
 function InitStep()
 {
     parent::InitStep();
     $wizard =& $this->GetWizard();
     $wizard->solutionName = "corp_furniture";
 }
示例#6
0
 function InitStep()
 {
     parent::InitStep();
     $wizard =& $this->GetWizard();
     $wizard->solutionName = "infoportal";
 }
示例#7
0
 function InitStep()
 {
     parent::InitStep();
     $wizard =& $this->GetWizard();
     $wizard->solutionName = "personal";
 }
示例#8
0
 function InitStep()
 {
     parent::InitStep();
     $wizard =& $this->GetWizard();
     $wizard->solutionName = "webfly_santech";
 }