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

Source for file item_lookup_inc.php

Documentation is available at item_lookup_inc.php

  1. <?php
  2. /**
  3.  * @version      $Header: /cvsroot/bitweaver/_bit_treasury/item_lookup_inc.php,v 1.3 2006/12/15 20:47:05 squareing Exp $
  4.  *
  5.  * @author       xing  <xing@synapse.plus.com>
  6.  * @package      treasury
  7.  * @copyright    2003-2006 bitweaver
  8.  * @license      LGPL {@link http://www.gnu.org/licenses/lgpl.html}
  9.  ***/
  10.  
  11. /**
  12.  * Setup
  13.  */ 
  14. global $gContent;
  15.  
  16. if!@BitBase::verifyId$_REQUEST['content_id') ) {
  17.     header"Location:".TREASURY_PKG_URL );
  18. else {
  19.     $gContent new TreasuryItem$_REQUEST['content_id');
  20.     $gContent->load();
  21. }
  22.  
  23. $gBitSmarty->assign_by_ref'gContent'$gContent );
  24. ?>

Documentation generated on Thu, 15 Feb 2007 20:41:47 +0000 by phpDocumentor 1.3.0