Author: as
Date: Mon Oct 8 15:03:46 2007
New Revision: 6390
Log:
- Fixed the doc and an example.
Modified:
trunk/Feed/src/feed.php
Modified: trunk/Feed/src/feed.php
==============================================================================
--- trunk/Feed/src/feed.php [iso-8859-1] (original)
+++ trunk/Feed/src/feed.php [iso-8859-1] Mon Oct 8 15:03:46 2007
@@ -12,7 +12,7 @@
/**
* Class defining a feed.
*
- * A feed has a type (eg. RSS1, RSS2 or ATOM) and one or more cores (eg.
+ * A feed has a type (eg. RSS1, RSS2 or ATOM) and one or more modules (eg.
* Content, DublinCore).
*
* The feed type defines which processor is used to parse and generate that
type.
@@ -72,6 +72,7 @@
* - iterate over the items in the feed. An item in the feed is of class
* [EMAIL PROTECTED] ezcFeedItem}. Example:
* <code>
+ * // retrieve the titles from the feed items
* foreach ( $feed as $item )
* {
* $titles[] = $item->title;
--
svn-components mailing list
[email protected]
http://lists.ez.no/mailman/listinfo/svn-components