<?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: Figuring out Magento object context</title>
	<atom:link href="http://inchoo.net/tools/finding-out-magento-object-context/feed/" rel="self" type="application/rss+xml" />
	<link>http://inchoo.net/tools/finding-out-magento-object-context/</link>
	<description>Magento Design and Magento Development Professionals - Inchoo</description>
	<lastBuildDate>Mon, 15 Mar 2010 08:03:54 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: christof coetzee</title>
		<link>http://inchoo.net/tools/finding-out-magento-object-context/comment-page-1/#comment-6061</link>
		<dc:creator>christof coetzee</dc:creator>
		<pubDate>Mon, 01 Feb 2010 10:00:27 +0000</pubDate>
		<guid isPermaLink="false">http://inchoo.net/?p=94#comment-6061</guid>
		<description>maybe you should just set your include path / external folders for the project - in IDE&#039;s like Eclipse this work every time and the IDE is then able to Reflect en give the correct code hints, else how is the IDE suppose to magically know where all the class files reside.</description>
		<content:encoded><![CDATA[<p>maybe you should just set your include path / external folders for the project &#8211; in IDE&#8217;s like Eclipse this work every time and the IDE is then able to Reflect en give the correct code hints, else how is the IDE suppose to magically know where all the class files reside.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Subesh Pokhrel</title>
		<link>http://inchoo.net/tools/finding-out-magento-object-context/comment-page-1/#comment-5955</link>
		<dc:creator>Subesh Pokhrel</dc:creator>
		<pubDate>Mon, 25 Jan 2010 04:49:49 +0000</pubDate>
		<guid isPermaLink="false">http://inchoo.net/?p=94#comment-5955</guid>
		<description>HI,
I&#039;ve got Eclipse PDT+Zend Debugger working for Magento..here..

http://subesh.com.np/2010/01/debugging-magento-eclipse-pdt-zend-debugger/

Hope this helps</description>
		<content:encoded><![CDATA[<p>HI,<br />
I&#8217;ve got Eclipse PDT+Zend Debugger working for Magento..here..</p>
<p><a href="http://subesh.com.np/2010/01/debugging-magento-eclipse-pdt-zend-debugger/" rel="nofollow">http://subesh.com.np/2010/01/debugging-magento-eclipse-pdt-zend-debugger/</a></p>
<p>Hope this helps</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mateusz Sobczak</title>
		<link>http://inchoo.net/tools/finding-out-magento-object-context/comment-page-1/#comment-3439</link>
		<dc:creator>Mateusz Sobczak</dc:creator>
		<pubDate>Thu, 01 Oct 2009 18:45:33 +0000</pubDate>
		<guid isPermaLink="false">http://inchoo.net/?p=94#comment-3439</guid>
		<description>You can simply use PHP reflection:

</description>
		<content:encoded><![CDATA[<p>You can simply use PHP reflection:</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Branko Ajzele</title>
		<link>http://inchoo.net/tools/finding-out-magento-object-context/comment-page-1/#comment-135</link>
		<dc:creator>Branko Ajzele</dc:creator>
		<pubDate>Fri, 12 Sep 2008 14:07:00 +0000</pubDate>
		<guid isPermaLink="false">http://inchoo.net/?p=94#comment-135</guid>
		<description>Thank you Saharian. You are absolutely right on this one. I totally overlooked already built in PHP functions.

After your comment I wrote another post on this subject. You can read it on my site http://activecodeline.com/2008/09/11/php-tricks-with-object-oriented-programming/</description>
		<content:encoded><![CDATA[<p>Thank you Saharian. You are absolutely right on this one. I totally overlooked already built in PHP functions.</p>
<p>After your comment I wrote another post on this subject. You can read it on my site <a href="http://activecodeline.com/2008/09/11/php-tricks-with-object-oriented-programming/" rel="nofollow">http://activecodeline.com/2008/09/11/php-tricks-with-object-oriented-programming/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Saharian</title>
		<link>http://inchoo.net/tools/finding-out-magento-object-context/comment-page-1/#comment-129</link>
		<dc:creator>Saharian</dc:creator>
		<pubDate>Wed, 10 Sep 2008 23:08:50 +0000</pubDate>
		<guid isPermaLink="false">http://inchoo.net/?p=94#comment-129</guid>
		<description>Another options:

* To find the class of an object use get_class($this)

* To get publicly available properties of Varien_Object use print_r($this-&gt;debug())</description>
		<content:encoded><![CDATA[<p>Another options:</p>
<p>* To find the class of an object use get_class($this)</p>
<p>* To get publicly available properties of Varien_Object use print_r($this-&gt;debug())</p>
]]></content:encoded>
	</item>
</channel>
</rss>
