<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Review: Learning Joomla! 1.5 Extension Development</title>
	<atom:link href="http://www.cyprich.com/2008/01/04/review-learning-joomla-15-extension-development/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.cyprich.com/2008/01/04/review-learning-joomla-15-extension-development/</link>
	<description>Occasionally Relevant Insights from a Software Builder</description>
	<lastBuildDate>Tue, 29 Nov 2011 16:52:29 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
	<item>
		<title>By: Johan Cyprich</title>
		<link>http://www.cyprich.com/2008/01/04/review-learning-joomla-15-extension-development/comment-page-1/#comment-173198</link>
		<dc:creator>Johan Cyprich</dc:creator>
		<pubDate>Fri, 03 Oct 2008 21:00:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.cyprich.com/2008/01/04/review-learning-joomla-15-extension-development/#comment-173198</guid>
		<description>I found an error on page 47 (chapter 4) for the showReviews function. The $link variable is built incorrectly and will not open a restaurant review when clicked on. The correct code is:

$link = &#039;index.php?option=&#039; . $option . &#039;&amp;id=&#039; . $row-&gt;id . &#039;&amp;task=view&amp;Itemid=&#039; . $row-&gt;id;

The Itemid variable was missing from the original code.</description>
		<content:encoded><![CDATA[<p>I found an error on page 47 (chapter 4) for the showReviews function. The $link variable is built incorrectly and will not open a restaurant review when clicked on. The correct code is:</p>
<p>$link = &#8216;index.php?option=&#8217; . $option . &#8216;&#038;id=&#8217; . $row->id . &#8216;&#038;task=view&#038;Itemid=&#8217; . $row->id;</p>
<p>The Itemid variable was missing from the original code.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

