[ Index ] |
|
Code source de LifeType 1.2.4 |
1 <?php 2 3 lt_include( PLOG_CLASS_PATH."class/action/admin/adminaction.class.php" ); 4 lt_include( PLOG_CLASS_PATH."class/view/admin/adminregisterblogview.class.php" ); 5 6 class AdminRegisterBlogAction extends AdminAction 7 { 8 9 function AdminRegisterBlogAction( $actionInfo, $request ) 10 { 11 $this->AdminAction( $actionInfo, $request ); 12 } 13 14 function perform() 15 { 16 $this->_view = new AdminRegisterBlogView( $this->_userInfo ); 17 $this->_view->setValue( "form", $this->_form ); 18 } 19 } 20 ?>
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 |
![]() |