[ Index ] |
|
Code source de LifeType 1.2.4 |
1 <?php 2 3 lt_include( PLOG_CLASS_PATH."class/summary/action/registeraction.class.php" ); 4 lt_include( PLOG_CLASS_PATH."class/summary/view/summaryusercreationview.class.php" ); 5 6 /** 7 * shows a form so that users can register 8 */ 9 class doUserRegister extends RegisterAction 10 { 11 function perform() 12 { 13 $this->_view = new SummaryUserCreationView(); 14 $this->setCommonData(); 15 16 // clean the session data 17 SessionManager::setSessionValue( "blogName", "" ); 18 SessionManager::setSessionValue( "blogCategoryId", "" ); 19 SessionManager::setSessionValue( "blogLocale", "" ); 20 SessionManager::setSessionValue( "blogSubDomain", "" ); 21 SessionManager::setSessionValue( "blogMainDomain", "" ); 22 SessionManager::setSessionValue( "userName", "" ); 23 SessionManager::setSessionValue( "userPassword", "" ); 24 SessionManager::setSessionValue( "userEmail", "" ); 25 SessionManager::setSessionValue( "userFullName", "" ); 26 27 return( true ); 28 } 29 } 30 ?>
titre
Description
Corps
titre
Description
Corps
titre
Description
Corps
titre
Corps
Généré le : Mon Nov 26 21:04:15 2007 | par Balluche grâce à PHPXref 0.7 |
![]() |