<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	xmlns:series="http://unfoldingneurons.com/"
	>

<channel>
	<title>marcus welz &#187; tables</title>
	<atom:link href="http://marcuswelz.com/tag/tables/feed/" rel="self" type="application/rss+xml" />
	<link>http://marcuswelz.com</link>
	<description>working hard at avoiding to write code</description>
	<lastBuildDate>Tue, 08 Jun 2010 13:14:25 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Dirty Rows and Audit Trails with Zend_Db_Table</title>
		<link>http://marcuswelz.com/2008/09/27/dirty-rows-and-audit-trails-with-zend_db_table/</link>
		<comments>http://marcuswelz.com/2008/09/27/dirty-rows-and-audit-trails-with-zend_db_table/#comments</comments>
		<pubDate>Sat, 27 Sep 2008 15:39:27 +0000</pubDate>
		<dc:creator>marcus</dc:creator>
				<category><![CDATA[Database]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Zend Framework]]></category>
		<category><![CDATA[audit]]></category>
		<category><![CDATA[columns]]></category>
		<category><![CDATA[db]]></category>
		<category><![CDATA[framework]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[rows]]></category>
		<category><![CDATA[tables]]></category>
		<category><![CDATA[trail]]></category>
		<category><![CDATA[zend]]></category>

		<guid isPermaLink="false">http://marcuswelz.com/?p=222</guid>
		<description><![CDATA[There are various ways to update rows in a database table using the Zend_Db_Table components. You can use use Zend_Db_Table::update(), like so: $table = My_Table(); $table-&#62;update(array('age' => 22), 'id = 1'); or retrieve the row, and update it: $table = My_Table(); $row = $table-&#62;find(1)-&#62;current(); $row-&#62;age = 22; $row-&#62;save(); The big difference between the two approaches [...]]]></description>
		<wfw:commentRss>http://marcuswelz.com/2008/09/27/dirty-rows-and-audit-trails-with-zend_db_table/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Zend_DB_Select Woes</title>
		<link>http://marcuswelz.com/2008/07/25/zend_db_select-woes/</link>
		<comments>http://marcuswelz.com/2008/07/25/zend_db_select-woes/#comments</comments>
		<pubDate>Sat, 26 Jul 2008 02:48:09 +0000</pubDate>
		<dc:creator>marcus</dc:creator>
				<category><![CDATA[Database]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Zend Framework]]></category>
		<category><![CDATA[mixin]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[select]]></category>
		<category><![CDATA[sql]]></category>
		<category><![CDATA[sqlite]]></category>
		<category><![CDATA[tables]]></category>
		<category><![CDATA[zend framework]]></category>
		<category><![CDATA[zf]]></category>

		<guid isPermaLink="false">http://marcuswelz.com/?p=134</guid>
		<description><![CDATA[It's no secret, I'm a fan of the Zend Framework, which I've been using since version 0.15. A lot of components have been added since then, and many of the initial components have been refactored and enhanced, and have matured. And that includes the Zend_Db_Select component, which has been evolving quite nicely, and even Zend_Db_Table_Abstract [...]]]></description>
		<wfw:commentRss>http://marcuswelz.com/2008/07/25/zend_db_select-woes/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
