| [ Index ] | osCommerce
Docs :: PHP Cross Reference For osCommerce 2.2 MS2 Provided By OSCdox.com |
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 ?>
title
Description
Body
title
Description
Body
| Generated: Tue Nov 4 23:53:39 2003 | Hosted By :: AABox.com |
Cross-referenced by PHPXref 0.4 |