[ Index ]
 

Code source de Zen Cart E-Commerce Shopping Cart 1.3.7.1

Accédez au Source d'autres logiciels libres

Classes | Fonctions | Variables | Constantes | Tables

title

Body

[fermer]

/includes/classes/ -> class.notifier.php (source)

   1  <?php
   2  /** 

   3   * File contains just the notifier class

   4   *

   5   * @package classes

   6   * @copyright Copyright 2003-2005 Zen Cart Development Team

   7   * @license http://www.zen-cart.com/license/2_0.txt GNU Public License V2.0

   8   * @version $Id: class.notifier.php 3041 2006-02-15 21:56:45Z wilt $

   9   */
  10  /**

  11   * class notifier is a concrete implemetation of the abstract base class

  12   *

  13   * it can be used in procedural (non OOP) code to set up an observer

  14   * see the observer/notifier tutorial for more details.

  15   *

  16   * @package classes

  17   */
  18  if (!defined('IS_ADMIN_FLAG')) {
  19    die('Illegal Access');
  20  }
  21  class notifier extends base {
  22  }
  23  ?>


Généré le : Mon Nov 26 16:45:43 2007 par Balluche grâce à PHPXref 0.7
  Clicky Web Analytics