[ 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/ -> adminblogcustomfieldsaction.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/admincustomfieldslistview.class.php" );
   5      lt_include( PLOG_CLASS_PATH."class/dao/customfields/customfields.class.php" );
   6  
   7      /**
   8       * \ingroup Action
   9       * @private
  10       *
  11       * Custom fields that have been defined so far 
  12       */
  13      class AdminBlogCustomFieldsAction extends AdminAction 
  14      {
  15  
  16          function AdminBlogCustomFieldsAction( $actionInfo, $request )
  17          {
  18              $this->AdminAction( $actionInfo, $request );
  19  
  20              $this->requirePermission( "view_custom_fields" );
  21          }
  22  
  23          /**
  24           * Carries out the specified action
  25           */
  26          function perform()
  27          {
  28              // the view will do everything for us anyway... :)
  29              $this->_view = new AdminCustomFieldsListView( $this->_blogInfo );
  30              $this->setCommonData();
  31          }
  32      }
  33  ?>


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