PHP Code: 
foreach($items as $item) {
print_r($item); //print array

echo $item['id']; //echo id
echo $item['name']; //echo name 


t3od0r Reviewed by t3od0r on . [PHP] Need help to loop true the results Thanks in advance! The goal is to display a list of items (websites) sorted by most votes. I've got this (from here): <?php $items = ThumbsUp::items('')->open(TRUE)->orderby('votes_pct_up desc')->limit(3)->get() ?> This would result in: array ( 0 => Rating: 5