[ 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/chooser/ -> adminblogtemplatechooseraction.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/adminblogtemplatechooserview.class.php" );
   5  
   6      /**
   7       * \ingroup Action
   8       * @private
   9       *
  10       * shows a list of templates where to choose
  11       */
  12      class AdminBlogTemplateChooserAction extends AdminAction
  13      {
  14      
  15  		function AdminBlogTemplateChooserAction( $actionInfo, $request )
  16          {
  17              $this->AdminAction( $actionInfo, $request );
  18          }
  19          
  20  		function perform()
  21          {
  22              // this class does nothing else than loading the view and returning control
  23              // to the user...
  24              $this->_view = new AdminBlogTemplateChooserView( $this->_blogInfo );
  25              $this->setCommonData();
  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