newsletters
[ class tree: newsletters ] [ index: newsletters ] [ all elements ]

Source for file lookup_newsletter_inc.php

Documentation is available at lookup_newsletter_inc.php

  1. <?php
  2. /**
  3.  * Copyright (c) 2005 bitweaver.org
  4.  * All Rights Reserved. See below for details and a complete list of authors.
  5.  * Licensed under the GNU LESSER GENERAL PUBLIC LICENSE. See http://www.gnu.org/copyleft/lesser.html for details
  6.  *
  7.  * created 2005/12/10
  8.  *
  9.  * @package newsletters
  10.  * @author spider <spider@steelsun.com>
  11.  */
  12.  
  13. /** 
  14.  * Initialization
  15.  */
  16. require_onceNEWSLETTERS_PKG_PATH.'BitNewsletter.php' );
  17.  
  18. ifempty$gContent || !is_object$gContent || !$gContent->isValid() ) {
  19.     $nlId !empty$_REQUEST['nl_id'$_REQUEST['nl_id'NULL;
  20.     $conId !empty$_REQUEST['content_id'$_REQUEST['content_id'!empty$_REQUEST['nl_content_id'&& is_numeric$_REQUEST['nl_content_id'$_REQUEST['nl_content_id'NULL;
  21.     $gContent new BitNewsletter$nlId$conId );
  22.     $gContent->load();
  23.     $gBitSmarty->assign_by_ref'gContent'$gContent );
  24. }
  25.  
  26. ?>

Documentation generated on Wed, 29 Jul 2015 13:57:03 +0000 by phpDocumentor 1.5.0-lsces