2009/4/24 dele454 <[email protected]>
> Zend_Paginator Object ( [_adapter:protected] =>
> Zend_Paginator_Adapter_Array
> Object ( [_array:protected] => Array ( [0] => Array ( [VenueName] => CTICC
> [VenueID] => 9 [Events] => 2 [CategoryName] => Art Galleries [Area] =>
> Greenpoint )
>
> <?php foreach ($this->paginator as $items => $item){ ?>
> <li>
> <h3><?=$item->VenueName; ?></h3> // line 319
> <div><?=$item->Events; ?></div> // line 320
> </li>
> I get the the error: Trying to get property of non-object on line 319 &
> 320.
>
In fact, it is not an object but an array as I see in the dump.
$item['VenueName'] and so on should work.
--
Giorgio Sironi
Piccolo Principe & Ossigeno Scripter
http://ossigeno.sourceforge.net