<?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; PHP</title>
	<atom:link href="http://marcuswelz.com/tag/php/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>Using Zend_Acl with your model</title>
		<link>http://marcuswelz.com/2009/05/26/using-zend_acl-with-your-model/</link>
		<comments>http://marcuswelz.com/2009/05/26/using-zend_acl-with-your-model/#comments</comments>
		<pubDate>Wed, 27 May 2009 00:15:27 +0000</pubDate>
		<dc:creator>marcus</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Zend Framework]]></category>
		<category><![CDATA[access]]></category>
		<category><![CDATA[acl]]></category>
		<category><![CDATA[authorization]]></category>
		<category><![CDATA[framework]]></category>
		<category><![CDATA[zend]]></category>

		<guid isPermaLink="false">http://metaversedeveloper.com/?p=448</guid>
		<description><![CDATA[Zend_Acl is an excellent component that provides Access Control List (ACL) functionality. In most cases the goal is to manage user access to resources. access to to manage all things related to user access. In a nutshell, a role to any kind of resource. But unfortunate it doesn't quite live up to its full potential [...]]]></description>
		<wfw:commentRss>http://marcuswelz.com/2009/05/26/using-zend_acl-with-your-model/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<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: Setting MySQL&#039;s timezone per connection</title>
		<link>http://marcuswelz.com/2008/09/16/zend_db-setting-mysqls-timezone-per-connection/</link>
		<comments>http://marcuswelz.com/2008/09/16/zend_db-setting-mysqls-timezone-per-connection/#comments</comments>
		<pubDate>Wed, 17 Sep 2008 03:03:41 +0000</pubDate>
		<dc:creator>marcus</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Zend Framework]]></category>
		<category><![CDATA[date]]></category>
		<category><![CDATA[dates]]></category>
		<category><![CDATA[db]]></category>
		<category><![CDATA[framework]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[timezone]]></category>
		<category><![CDATA[zend]]></category>

		<guid isPermaLink="false">http://marcuswelz.com/?p=230</guid>
		<description><![CDATA[I have a Linux server with a system timezone of ET (US/Eastern). But I also have a web application that needs to run in a timezone of PT (US/Pacific). Of course that's not a problem at all. I just set the timezone in my web application's bootstrap: date_default_timezone_set('America/Los_Angeles'); // Pacific timezone Now I have another [...]]]></description>
		<wfw:commentRss>http://marcuswelz.com/2008/09/16/zend_db-setting-mysqls-timezone-per-connection/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The WSDL Blower: The state of SOAP in Zend Framework 1.6</title>
		<link>http://marcuswelz.com/2008/09/13/the-wsdl-blower-the-state-of-soap-in-zend-framework-16/</link>
		<comments>http://marcuswelz.com/2008/09/13/the-wsdl-blower-the-state-of-soap-in-zend-framework-16/#comments</comments>
		<pubDate>Sat, 13 Sep 2008 18:07:40 +0000</pubDate>
		<dc:creator>marcus</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Zend Framework]]></category>
		<category><![CDATA[bug]]></category>
		<category><![CDATA[framework]]></category>
		<category><![CDATA[soap]]></category>
		<category><![CDATA[web service]]></category>
		<category><![CDATA[wsdl]]></category>
		<category><![CDATA[zend]]></category>

		<guid isPermaLink="false">http://marcuswelz.com/?p=191</guid>
		<description><![CDATA[There are all kinds of ways to expose APIs as web services. SOAP, XML-RPC, REST, JSON-RPC. Out of all of these, SOAP is arguably the most complex, but also one of the oldest ways to expose an API (I remember preliminary SOAP and WSDL support in Delphi 6, circa 2001). Exposing an API as a [...]]]></description>
		<wfw:commentRss>http://marcuswelz.com/2008/09/13/the-wsdl-blower-the-state-of-soap-in-zend-framework-16/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Zend Framework 1.6 RC2 and FirePHP</title>
		<link>http://marcuswelz.com/2008/08/25/zend-framework-16-rc2-and-firephp/</link>
		<comments>http://marcuswelz.com/2008/08/25/zend-framework-16-rc2-and-firephp/#comments</comments>
		<pubDate>Tue, 26 Aug 2008 00:06:33 +0000</pubDate>
		<dc:creator>marcus</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Zend Framework]]></category>
		<category><![CDATA[firebug]]></category>
		<category><![CDATA[firephp]]></category>
		<category><![CDATA[wildfire]]></category>
		<category><![CDATA[zend]]></category>

		<guid isPermaLink="false">http://marcuswelz.com/?p=171</guid>
		<description><![CDATA[After I had upgraded from Firebug 1.2.0b7 to 1.2.0b15, my web apps were no longer throwing any kind of logs into the Firebug console. I'm using the Zend_Log_Writer_Firebug class for that. Luckily, just earlier today I noticed a new release of Firebug 1.2.0. And with that, FirePHP 0.1.1.2. But now there was a new problem: [...]]]></description>
		<wfw:commentRss>http://marcuswelz.com/2008/08/25/zend-framework-16-rc2-and-firephp/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Zend Framework and File Locking Pitfalls</title>
		<link>http://marcuswelz.com/2008/08/03/zend-framework-and-file-locking-pitfalls/</link>
		<comments>http://marcuswelz.com/2008/08/03/zend-framework-and-file-locking-pitfalls/#comments</comments>
		<pubDate>Sun, 03 Aug 2008 18:49:46 +0000</pubDate>
		<dc:creator>marcus</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Software & Tools]]></category>
		<category><![CDATA[Zend Framework]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[flock]]></category>
		<category><![CDATA[zend framework]]></category>
		<category><![CDATA[zf]]></category>

		<guid isPermaLink="false">http://marcuswelz.com/?p=138</guid>
		<description><![CDATA[Earlier today while reading through the Zend Framework 1.6 RC1 release notes I've come across an interesting bug that has been fixed: [ZF-3382] Zend_Cache_Backend_File problems under very high load. There are a lot of things to say about this issue. The obvious ones first: 1. Under typical operation such as opening, locking, reading/writing, and then [...]]]></description>
		<wfw:commentRss>http://marcuswelz.com/2008/08/03/zend-framework-and-file-locking-pitfalls/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Bugs in Phing on Windows</title>
		<link>http://marcuswelz.com/2008/07/31/bugs-in-phing-on-windows/</link>
		<comments>http://marcuswelz.com/2008/07/31/bugs-in-phing-on-windows/#comments</comments>
		<pubDate>Fri, 01 Aug 2008 01:45:57 +0000</pubDate>
		<dc:creator>marcus</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Software & Tools]]></category>
		<category><![CDATA[archive]]></category>
		<category><![CDATA[bug]]></category>
		<category><![CDATA[phing]]></category>
		<category><![CDATA[task]]></category>
		<category><![CDATA[zip]]></category>

		<guid isPermaLink="false">http://marcuswelz.com/?p=136</guid>
		<description><![CDATA[I use Phing to deploy my projects, and as they become more complex I expand on my use of Phing tasks. For instance, I have a ZIP archive of zip codes that Phing extracts and then imports into a database when deploying the application. I maintain two development environments. One on a Linux server, and [...]]]></description>
		<wfw:commentRss>http://marcuswelz.com/2008/07/31/bugs-in-phing-on-windows/feed/</wfw:commentRss>
		<slash:comments>0</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>
		<item>
		<title>Paginating Zend_Search_Lucene results</title>
		<link>http://marcuswelz.com/2008/07/22/paginating-zend_search_lucene-results/</link>
		<comments>http://marcuswelz.com/2008/07/22/paginating-zend_search_lucene-results/#comments</comments>
		<pubDate>Wed, 23 Jul 2008 00:02:21 +0000</pubDate>
		<dc:creator>marcus</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Zend Framework]]></category>
		<category><![CDATA[array_slice]]></category>
		<category><![CDATA[lucene]]></category>
		<category><![CDATA[pagination]]></category>

		<guid isPermaLink="false">http://marcuswelz.com/?p=120</guid>
		<description><![CDATA[This short entry was inspired by a snippet of inefficient code I encountered, which involved iterating over an array with a loop and breaking out of it once enough results were fetched. Zend_Search_Lucene does not paginate results. It simply returns an array. While it does allow you to specify to only return the first N [...]]]></description>
		<wfw:commentRss>http://marcuswelz.com/2008/07/22/paginating-zend_search_lucene-results/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>MetaverseData beta starts</title>
		<link>http://marcuswelz.com/2007/12/26/metaversedata-beta-starts/</link>
		<comments>http://marcuswelz.com/2007/12/26/metaversedata-beta-starts/#comments</comments>
		<pubDate>Wed, 26 Dec 2007 13:20:49 +0000</pubDate>
		<dc:creator>marcus</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[Second Life]]></category>
		<category><![CDATA[api]]></category>
		<category><![CDATA[metaverse]]></category>
		<category><![CDATA[rest]]></category>
		<category><![CDATA[second life]]></category>

		<guid isPermaLink="false">http://metaversedeveloper.com/?p=3</guid>
		<description><![CDATA[The key problem with developing for Second Life thus far has always been the less than sufficient APIs that Linden Lab offers. When it comes to communicating with objects in-world, you have the choice of the reliably broken XML-RPC, polling from in-world via llHTTPRequest(), or sending bite-sized data snippets by email. To make it easier, [...]]]></description>
		<wfw:commentRss>http://marcuswelz.com/2007/12/26/metaversedata-beta-starts/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
