[ Index ] |
|
Code source de phpMyVisites 2.3 |
1 <?php 2 /* 3 * phpMyVisites : website statistics and audience measurements 4 * Copyright (C) 2002 - 2006 5 * http://www.phpmyvisites.net/ 6 * phpMyVisites is free software (license GNU/GPL) 7 * Authors : phpMyVisites team 8 */ 9 10 // $Id: InstallGeneralSetup.class.php 29 2006-08-18 07:35:21Z matthieu_ $ 11 12 13 require_once INCLUDE_PATH."/core/include/InstallModule.class.php"; 14 require_once INCLUDE_PATH."/core/forms/FormGeneralConfig.class.php"; 15 16 class InstallGeneralSetup extends InstallModule 17 { 18 var $viewTemplate = "install/general_setup.tpl"; 19 20 var $stepNumber = 5; 21 22 function InstallGeneralSetup() 23 { 24 25 parent::InstallModule(); 26 27 } 28 29 function process() 30 { 31 32 $next_step = false; 33 34 $form = new FormGeneralConfig( $this->tpl ); 35 36 $done = $form->process(); 37 38 if($done) 39 { 40 $next_step = true; 41 $this->stepNumber = 6; 42 } 43 44 $this->tpl->assign("show_next_step", $next_step); 45 } 46 } 47 ?>
titre
Description
Corps
titre
Description
Corps
titre
Description
Corps
titre
Corps
Généré le : Mon Nov 26 14:10:01 2007 | par Balluche grâce à PHPXref 0.7 |
![]() |