View Single Post
  #3  
Old 03-26-2005, 08:23 PM
 
Alphatim Alphatim is offline
 

Newbie
  
Join Date: Mar 2005
Location: Portugal, Lisboa
Posts: 4
 

Default

Hello Murray,

Nice hint.

Another hint. There is a simple way to see the structure of the hash:
Code:
{foreach name=foo item=bar from=$categories} {foreach key=key item=value from=$bar} {$key}: {$value} {/foreach} {/foreach}

Best regards.
__________________
X-Cart: Gold 4.0.13
OS: Linux (Fedora)
PHP: 4.3.10
MySQL: 4.0.22
Reply With Quote