<?php class Wishlist { public $base; public $items = array(); } class Wishlist_Item { public $id; public $author; public $title; public $desc; } ?>