<?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: Modified fields for Zend_Db_Table</title>
	<atom:link href="http://naneau.nl/2007/05/06/modified-fields-for-zend_db_table/feed/" rel="self" type="application/rss+xml" />
	<link>http://naneau.nl/2007/05/06/modified-fields-for-zend_db_table/</link>
	<description>Go dik-dik, go!</description>
	<lastBuildDate>Fri, 03 Sep 2010 14:00:46 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Sébastien</title>
		<link>http://naneau.nl/2007/05/06/modified-fields-for-zend_db_table/comment-page-1/#comment-27489</link>
		<dc:creator>Sébastien</dc:creator>
		<pubDate>Thu, 31 Jul 2008 08:11:31 +0000</pubDate>
		<guid isPermaLink="false">http://naneau.nl/2007/05/06/modified-fields-for-zend_db_table/#comment-27489</guid>
		<description>I&#039;ve got same problem as Rufinus ...
In ZF 1.x was  possible to change  $this-&gt;_cols  but seems that with 1.5.x it&#039;s ignored ...

Does anyone has a workaround ?</description>
		<content:encoded><![CDATA[<p>I&#8217;ve got same problem as Rufinus &#8230;<br />
In ZF 1.x was  possible to change  $this-&gt;_cols  but seems that with 1.5.x it&#8217;s ignored &#8230;</p>
<p>Does anyone has a workaround ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Charlie</title>
		<link>http://naneau.nl/2007/05/06/modified-fields-for-zend_db_table/comment-page-1/#comment-19907</link>
		<dc:creator>Charlie</dc:creator>
		<pubDate>Tue, 27 May 2008 17:47:13 +0000</pubDate>
		<guid isPermaLink="false">http://naneau.nl/2007/05/06/modified-fields-for-zend_db_table/#comment-19907</guid>
		<description>Exactly what I was looking for. I need to store a string in database but access it as it was an array. Good for me I decided to look whether somebody already did something similar. Thank&#039;s a lot!</description>
		<content:encoded><![CDATA[<p>Exactly what I was looking for. I need to store a string in database but access it as it was an array. Good for me I decided to look whether somebody already did something similar. Thank&#8217;s a lot!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rufinus</title>
		<link>http://naneau.nl/2007/05/06/modified-fields-for-zend_db_table/comment-page-1/#comment-12127</link>
		<dc:creator>Rufinus</dc:creator>
		<pubDate>Fri, 25 Jan 2008 03:42:46 +0000</pubDate>
		<guid isPermaLink="false">http://naneau.nl/2007/05/06/modified-fields-for-zend_db_table/#comment-12127</guid>
		<description>very nice. i try to get something similar to work. 

eg. i have a DB field &quot;changedate&quot; TIMESTAMP (ON UPDATE CURRENT_TIMESTAMP).
when zend_db_table selects this field, i would like to get UNIX_TIMESTAMP(changedate) in the SELECT.

i tried to rewrite $_metadata and $_cols to get an zend_db_expr in to it, but it seems to be ignored. 

it would be so nice if a simple $bar=$foo-&gt;find(1234)-&gt;current()-&gt;toArray(); echo $bar[&#039;changedate&#039;]; would display a unix timestamp in case of the mysql timestamp.

any idea ?
Rufinus</description>
		<content:encoded><![CDATA[<p>very nice. i try to get something similar to work. </p>
<p>eg. i have a DB field &#8220;changedate&#8221; TIMESTAMP (ON UPDATE CURRENT_TIMESTAMP).<br />
when zend_db_table selects this field, i would like to get UNIX_TIMESTAMP(changedate) in the SELECT.</p>
<p>i tried to rewrite $_metadata and $_cols to get an zend_db_expr in to it, but it seems to be ignored. </p>
<p>it would be so nice if a simple $bar=$foo-&gt;find(1234)-&gt;current()-&gt;toArray(); echo $bar['changedate']; would display a unix timestamp in case of the mysql timestamp.</p>
<p>any idea ?<br />
Rufinus</p>
]]></content:encoded>
	</item>
</channel>
</rss>
