[ Index ]
 

Code source de LifeType 1.2.4

Accédez au Source d'autres logiciels libres

Classes | Fonctions | Variables | Constantes | Tables

title

Body

[fermer]

/class/summary/action/ -> douserregister.class.php (source)

   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  ?>


Généré le : Mon Nov 26 21:04:15 2007 par Balluche grâce à PHPXref 0.7
  Clicky Web Analytics