Quick Search:

Mode

Context

Displaying 3 lines of context. None | Less | More | Full

Other Diffs

Ignore

Blank Lines Whitespace:

Diff

1262
 
1263
 
1263
 
object_info.php
_><_ 1 -<?php
  2 -/*
  3 -  $Id: object_info.php 151 2005-08-02 14:33:25Z mattice $
  4 -
  5 -  osCommerce, Open Source E-Commerce Solutions
  6 -  http://www.oscommerce.com
  7 -
  8 -  Copyright (c) 2004 osCommerce
  9 -
  10 -  Released under the GNU General Public License
  11 -*/
  12 -
  13 -  class objectInfo {
  14 -    function objectInfo($object_array) {
  15 -      foreach ($object_array as $key => $value) {
  16 -        $this->$key = $value;
  17 -      }
  18 -    }
  19 -  }
  20 -?>