[ 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/action/admin/ -> adminregisterblogaction.class.php (source)

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


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