[ 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/view/ -> blogtemplatedview.class.php (source)

   1  <?php
   2  
   3      lt_include( PLOG_CLASS_PATH."class/view/blogview.class.php" );
   4  
   5      /**
   6       * \ingroup View
   7       * @private
   8       *
   9       * Generic view for those actions that do not need special customizations
  10       * in the view (like most of them :P)
  11       */
  12      class BlogTemplatedView extends BlogView 
  13      {
  14  
  15             /**
  16           * Initializes the parent class
  17           */
  18      	function BlogTemplatedView( $blogInfo, $template, $data = Array())
  19          {
  20              $this->BlogView( $blogInfo, $template, SMARTY_VIEW_CACHE_CHECK, $data );
  21          }
  22      }
  23  ?>


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