get(); echo '
'; if ($items) { foreach ($items as $item) { echo '
';
		print_r($item);
		echo '
'; } } echo '
';