[ Index ]
 

Code source de osCommerce 2.2ms2-060817

Accédez au Source d'autres logiciels libres

Classes | Fonctions | Variables | Constantes | Tables

title

Body

[fermer]

/catalog/admin/includes/classes/ -> object_info.php (source)

   1  <?php
   2  /*
   3    $Id: object_info.php,v 1.6 2003/06/20 16:23:08 hpdl Exp $
   4  
   5    osCommerce, Open Source E-Commerce Solutions
   6    http://www.oscommerce.com
   7  
   8    Copyright (c) 2003 osCommerce
   9  
  10    Released under the GNU General Public License
  11  */
  12  
  13    class objectInfo {
  14  
  15  // class constructor
  16      function objectInfo($object_array) {
  17        reset($object_array);
  18        while (list($key, $value) = each($object_array)) {
  19          $this->$key = tep_db_prepare_input($value);
  20        }
  21      }
  22    }
  23  ?>


Généré le : Mon Nov 26 19:48:25 2007 par Balluche grâce à PHPXref 0.7
  Clicky Web Analytics