<?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: drupal views 2 theming: access other fields value in your field template</title>
	<atom:link href="http://xinspace.com/drupal-views-theming-access-other-fields-value-in-your-field-template/feed/" rel="self" type="application/rss+xml" />
	<link>http://xinspace.com/drupal-views-theming-access-other-fields-value-in-your-field-template/</link>
	<description>SharePoint, Drupal and Other Random Notes</description>
	<lastBuildDate>Thu, 01 Dec 2011 09:12:11 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Phil</title>
		<link>http://xinspace.com/drupal-views-theming-access-other-fields-value-in-your-field-template/comment-page-1/#comment-3839</link>
		<dc:creator>Phil</dc:creator>
		<pubDate>Wed, 13 Jul 2011 05:45:41 +0000</pubDate>
		<guid isPermaLink="false">http://xinspace.com/?p=62#comment-3839</guid>
		<description>Hi  - thanks for the post. I used the loop you described to get my FIELD_ID values, but when I try 

echo $row-&gt;{$view-&gt;field[&#039;field_product_short_desc&#039;]-&gt;field_alias};

it just returns &quot;1&quot;, same with all the other fields.

Do you know what might be up? Using D7 and views 3...</description>
		<content:encoded><![CDATA[<p>Hi  &#8211; thanks for the post. I used the loop you described to get my FIELD_ID values, but when I try </p>
<p>echo $row-&gt;{$view-&gt;field['field_product_short_desc']-&gt;field_alias};</p>
<p>it just returns &#8220;1&#8243;, same with all the other fields.</p>
<p>Do you know what might be up? Using D7 and views 3&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Xin</title>
		<link>http://xinspace.com/drupal-views-theming-access-other-fields-value-in-your-field-template/comment-page-1/#comment-3187</link>
		<dc:creator>Xin</dc:creator>
		<pubDate>Fri, 07 Jan 2011 23:02:09 +0000</pubDate>
		<guid isPermaLink="false">http://xinspace.com/?p=62#comment-3187</guid>
		<description>Thanks Capono!</description>
		<content:encoded><![CDATA[<p>Thanks Capono!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Capono</title>
		<link>http://xinspace.com/drupal-views-theming-access-other-fields-value-in-your-field-template/comment-page-1/#comment-3173</link>
		<dc:creator>Capono</dc:creator>
		<pubDate>Sat, 11 Dec 2010 20:54:59 +0000</pubDate>
		<guid isPermaLink="false">http://xinspace.com/?p=62#comment-3173</guid>
		<description>foreach($view-&gt;$field as $k=&gt;$f){

needs to be

foreach($view-&gt;field as $k=&gt;$f){</description>
		<content:encoded><![CDATA[<p>foreach($view-&gt;$field as $k=&gt;$f){</p>
<p>needs to be</p>
<p>foreach($view-&gt;field as $k=&gt;$f){</p>
]]></content:encoded>
	</item>
</channel>
</rss>

