The Blogs Page: The feed digest view helper
Saturday, April 17, 2010
The feed digest helper is used to fetch a list of the most recent items posted on a blog, using its RSS feed. (more…)
The feed digest helper is used to fetch a list of the most recent items posted on a blog, using its RSS feed. (more…)
The view script for the feed/digest action is straightforward. If there is an error, that is rendered; otherwise, the feed digest is displayed. (more…)
The feed controller digest action handler is used to render a list of the five most recent blog posts on the specified blog, as exposed by the blog’s RSS feed. (more…)
The implementation of the AjaxFeedDigest view helper is contained in the file AjaxFeedDigest.php, which is located in the /application/views/helpers directory. (more…)