| [ 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/config/config.class.php" ); 5 lt_include( PLOG_CLASS_PATH."class/summary/view/summaryusercreationview.class.php" ); 6 7 /** 8 * shows a form so that users can register 9 */ 10 class doReadAgreement extends RegisterAction 11 { 12 function perform() 13 { 14 if( $this->_config->getValue( "summary_show_agreement" )) 15 $this->_view = new SummaryView( "registerstep0" ); 16 else 17 $this->_view = new SummaryUserCreationView(); 18 19 $this->setCommonData(); 20 return( true ); 21 } 22 } 23 ?>
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 |
|