<?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: Magento: Find Which Class Is Responsible For The Template</title>
	<atom:link href="http://prattski.com/2008/12/01/magento-find-which-class-is-responsible-for-the-template/feed/" rel="self" type="application/rss+xml" />
	<link>http://prattski.com/2008/12/01/magento-find-which-class-is-responsible-for-the-template/</link>
	<description></description>
	<lastBuildDate>Mon, 14 May 2012 03:45:43 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Josh Pratt</title>
		<link>http://prattski.com/2008/12/01/magento-find-which-class-is-responsible-for-the-template/#comment-257</link>
		<dc:creator>Josh Pratt</dc:creator>
		<pubDate>Tue, 02 Dec 2008 13:58:02 +0000</pubDate>
		<guid isPermaLink="false">http://devzone.pratthost.com/?p=281#comment-257</guid>
		<description>Very nice!  Thanks Branko!  That definitely is helpful.</description>
		<content:encoded><![CDATA[<p>Very nice!  Thanks Branko!  That definitely is helpful.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Branko Ajzele</title>
		<link>http://prattski.com/2008/12/01/magento-find-which-class-is-responsible-for-the-template/#comment-256</link>
		<dc:creator>Branko Ajzele</dc:creator>
		<pubDate>Tue, 02 Dec 2008 05:55:38 +0000</pubDate>
		<guid isPermaLink="false">http://devzone.pratthost.com/?p=281#comment-256</guid>
		<description>If you are using more text edit approach to developemnt, you can find use in stuff like

&lt;?php
echo &#039;&lt;pre&gt;&#039;; print_r(get_class_methods(get_class($this)));  echo &#039;&lt;/pre&gt;&#039;;
?&gt;

or

&lt;?php
echo &#039;&lt;pre&gt;&#039;; print_r($this-&gt;debug());  echo &#039;&lt;/pre&gt;&#039;;
?&gt;

or

&lt;?php
echo &#039;&lt;pre&gt;&#039;; Zend_Debug::dump($this);  echo &#039;&lt;/pre&gt;&#039;;
?&gt;</description>
		<content:encoded><![CDATA[<p>If you are using more text edit approach to developemnt, you can find use in stuff like</p>
<p>&lt;?php<br />
echo &#8216;
<pre>'; print_r(get_class_methods(get_class($this)));  echo '</pre>
<p>&#8216;;<br />
?&gt;</p>
<p>or</p>
<p>&lt;?php<br />
echo &#8216;
<pre>'; print_r($this-&gt;debug());  echo '</pre>
<p>&#8216;;<br />
?&gt;</p>
<p>or</p>
<p>&lt;?php<br />
echo &#8216;
<pre>'; Zend_Debug::dump($this);  echo '</pre>
<p>&#8216;;<br />
?&gt;</p>
]]></content:encoded>
	</item>
</channel>
</rss>

