View Single Post
  #25  
Old 08-05-2009, 04:32 AM
  cflsystems's Avatar 
cflsystems cflsystems is offline
 

Veteran
  
Join Date: Apr 2007
Posts: 14,201
 

Default Re: Manufacturer name in from of Product name

Quote:
Originally Posted by am2003
One more soft question. What is the difference between $product.product and $product.producttitle? Are they the same? Maybe they have same values, using different queries.

Cheers

$product.product is the value of product field in products table. In func.product.php we find
Code:
$product["producttitle"] = $product['product'];
which make $product.producttitle same as $product.product
What's the reason? I don't know maybe to make it more obvious that this is the product name
__________________
Steve Stoyanov
CFLSystems.com
Web Development
Reply With Quote