<?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: Metadata from Zend_Db_Table_Abstract</title>
	<atom:link href="http://akrabat.com/zend-framework/metadata-from-zend_db_table_abstract/feed/" rel="self" type="application/rss+xml" />
	<link>http://akrabat.com/zend-framework/metadata-from-zend_db_table_abstract/</link>
	<description>Developing PHP software in the Real World, by Rob Allen</description>
	<lastBuildDate>Thu, 29 Jul 2010 17:50:10 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: Matthew Weier O'Phinney</title>
		<link>http://akrabat.com/zend-framework/metadata-from-zend_db_table_abstract/#comment-26975</link>
		<dc:creator>Matthew Weier O'Phinney</dc:creator>
		<pubDate>Thu, 28 May 2009 13:34:07 +0000</pubDate>
		<guid isPermaLink="false">http://akrabat.com/?p=658#comment-26975</guid>
		<description>Yeah, it&#039;s not named well. That&#039;s something I&#039;d definitely like to refactor, as I&#039;ve actually run into it myself before (when trying to get field names).</description>
		<content:encoded><![CDATA[<p>Yeah, it's not named well. That's something I'd definitely like to refactor, as I've actually run into it myself before (when trying to get field names).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rob...</title>
		<link>http://akrabat.com/zend-framework/metadata-from-zend_db_table_abstract/#comment-26974</link>
		<dc:creator>Rob...</dc:creator>
		<pubDate>Thu, 28 May 2009 13:32:18 +0000</pubDate>
		<guid isPermaLink="false">http://akrabat.com/?p=658#comment-26974</guid>
		<description>I wonder how I missed &lt;tt&gt;info()&lt;/tt&gt;?! I suspect it&#039;s because I was looking for a getXxx() method...

Regards,

Rob...</description>
		<content:encoded><![CDATA[<p>I wonder how I missed <tt>info()</tt>?! I suspect it's because I was looking for a getXxx() method...</p>
<p>Regards,</p>
<p>Rob...</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matthew Weier O'Phinney</title>
		<link>http://akrabat.com/zend-framework/metadata-from-zend_db_table_abstract/#comment-26972</link>
		<dc:creator>Matthew Weier O'Phinney</dc:creator>
		<pubDate>Thu, 28 May 2009 12:46:51 +0000</pubDate>
		<guid isPermaLink="false">http://akrabat.com/?p=658#comment-26972</guid>
		<description>As Luke R. noted, the info() method will return this information already. If no arguments are provided, it returns the entire array of metadata; alternately, you can provide a specific metadata key and it will return just that information.</description>
		<content:encoded><![CDATA[<p>As Luke R. noted, the info() method will return this information already. If no arguments are provided, it returns the entire array of metadata; alternately, you can provide a specific metadata key and it will return just that information.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Luke R</title>
		<link>http://akrabat.com/zend-framework/metadata-from-zend_db_table_abstract/#comment-26962</link>
		<dc:creator>Luke R</dc:creator>
		<pubDate>Thu, 28 May 2009 08:35:47 +0000</pubDate>
		<guid isPermaLink="false">http://akrabat.com/?p=658#comment-26962</guid>
		<description>There is the &#039;info&#039; method...

$metadata = $table-&gt;info(&#039;metadata&#039;);</description>
		<content:encoded><![CDATA[<p>There is the 'info' method...</p>
<p>$metadata = $table-&gt;info('metadata');</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: zemiak</title>
		<link>http://akrabat.com/zend-framework/metadata-from-zend_db_table_abstract/#comment-26960</link>
		<dc:creator>zemiak</dc:creator>
		<pubDate>Thu, 28 May 2009 07:50:21 +0000</pubDate>
		<guid isPermaLink="false">http://akrabat.com/?p=658#comment-26960</guid>
		<description>By my experience, the Primary attribute is true even if the field is an external reference (DB2 9.5/Linux).

I have to check, if the Primary position already exists, and in that case it is an external reference (quite stupid if the primary columns are not on the top of the column list).</description>
		<content:encoded><![CDATA[<p>By my experience, the Primary attribute is true even if the field is an external reference (DB2 9.5/Linux).</p>
<p>I have to check, if the Primary position already exists, and in that case it is an external reference (quite stupid if the primary columns are not on the top of the column list).</p>
]]></content:encoded>
	</item>
</channel>
</rss>
