router(); $installerModel =& $this->mvcServiceManager()->getModel(); # Get forms $forms =& $this->result(); /** * put your comment there... * * @var ARV\Modules\Installer\Model\Forms\AWStatsDiscoverParametersForm */ $discoverForm =& $forms->discoverForm; /** * put your comment there... * * @var ARV\Modules\Installer\Model\Forms\InstallationParametersForm */ $installationform =& $forms->installationForm; /** * put your comment there... * * @var ARV\Modules\Installer\Model\Forms\ResetParametersForm */ $resetForm =& $forms->resetForm; # Security token field name, both installation, discover and reset forms are the same $sTokenName = $installationform->getSecurityTokenName(); ?>