Search This Site

Custom Search

Friday, September 10, 2010

Re: [bloggerDev] Getting thumbnails from Blogger using Zend...

Use print_r to see what it returns. Much more helpful than the docs.

echo <pre>
print_r($entry);
echo </pre>

On Sep 10, 2010, at 9:03 AM, thisversion <jolyon2000@googlemail.com> wrote:

> I am really struggling with Zend - the documentation is very poor at
> explaning how to get the 'deep' information out of a feed entry. At
> present , I am trying to extract a thumbnail from the Blogger feed - i
> have managed to get the XML respones for a single post, but have no
> idea from this point on how to extract certain elements (particularly
> the thumbnail url). Could anyone help please?
>
> --
> You received this message because you are subscribed to the Google Groups "Blogger Developer Group" group.
> To post to this group, send email to bloggerdev@googlegroups.com.
> To unsubscribe from this group, send email to bloggerdev+unsubscribe@googlegroups.com.
> For more options, visit this group at http://groups.google.com/group/bloggerdev?hl=en.
>

--
You received this message because you are subscribed to the Google Groups "Blogger Developer Group" group.
To post to this group, send email to bloggerdev@googlegroups.com.
To unsubscribe from this group, send email to bloggerdev+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/bloggerdev?hl=en.

No comments:

Post a Comment