<?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: Zend Amf Class based Lazy loading. How do you want it ?</title>
	<atom:link href="http://wadearnold.com/blog/flash/amfphp/zend-amf-class-based-lazy-loading-how-do-you-want-it/feed" rel="self" type="application/rss+xml" />
	<link>http://wadearnold.com/blog/flash/amfphp/zend-amf-class-based-lazy-loading-how-do-you-want-it</link>
	<description>The spoils of the integration of PHP and ActionScript</description>
	<lastBuildDate>Tue, 17 Jan 2012 17:17:39 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: Richard H</title>
		<link>http://wadearnold.com/blog/flash/amfphp/zend-amf-class-based-lazy-loading-how-do-you-want-it/comment-page-1#comment-6787</link>
		<dc:creator>Richard H</dc:creator>
		<pubDate>Mon, 02 Nov 2009 08:56:53 +0000</pubDate>
		<guid isPermaLink="false">http://wadearnold.com/blog/?p=61#comment-6787</guid>
		<description>&lt;blockquote cite=&quot;#commentbody-298&quot;&gt;
&lt;strong&gt;&lt;a href=&quot;#comment-298&quot; rel=&quot;nofollow&quot;&gt;wadearnold&lt;/a&gt; :&lt;/strong&gt;
@John I hope to bring the same service browser from AMFPHP into a universal remoting project.
&lt;/blockquote&gt;
Please please :)</description>
		<content:encoded><![CDATA[<blockquote cite="#commentbody-298"><p>
<strong><a href="#comment-298" rel="nofollow">wadearnold</a> :</strong><br />
@John I hope to bring the same service browser from AMFPHP into a universal remoting project.
</p></blockquote>
<p>Please please <img src='http://wadearnold.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: wadearnold</title>
		<link>http://wadearnold.com/blog/flash/amfphp/zend-amf-class-based-lazy-loading-how-do-you-want-it/comment-page-1#comment-390</link>
		<dc:creator>wadearnold</dc:creator>
		<pubDate>Wed, 05 Nov 2008 05:03:28 +0000</pubDate>
		<guid isPermaLink="false">http://wadearnold.com/blog/?p=61#comment-390</guid>
		<description>Lazy loading based on your feeback has been added: 
http://wadearnold.com/blog/?p=103</description>
		<content:encoded><![CDATA[<p>Lazy loading based on your feeback has been added:<br />
<a href="http://wadearnold.com/blog/?p=103" rel="nofollow">http://wadearnold.com/blog/?p=103</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Oliver</title>
		<link>http://wadearnold.com/blog/flash/amfphp/zend-amf-class-based-lazy-loading-how-do-you-want-it/comment-page-1#comment-389</link>
		<dc:creator>Oliver</dc:creator>
		<pubDate>Wed, 05 Nov 2008 01:43:45 +0000</pubDate>
		<guid isPermaLink="false">http://wadearnold.com/blog/?p=61#comment-389</guid>
		<description>@wade - I heartily second Jacob&#039;s suggestion re an option to set a separate VO directory.</description>
		<content:encoded><![CDATA[<p>@wade &#8211; I heartily second Jacob&#8217;s suggestion re an option to set a separate VO directory.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: wadearnold</title>
		<link>http://wadearnold.com/blog/flash/amfphp/zend-amf-class-based-lazy-loading-how-do-you-want-it/comment-page-1#comment-298</link>
		<dc:creator>wadearnold</dc:creator>
		<pubDate>Wed, 22 Oct 2008 17:54:22 +0000</pubDate>
		<guid isPermaLink="false">http://wadearnold.com/blog/?p=61#comment-298</guid>
		<description>@John I hope to bring the same service browser from AMFPHP into a universal remoting project.</description>
		<content:encoded><![CDATA[<p>@John I hope to bring the same service browser from AMFPHP into a universal remoting project.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jacob Wright</title>
		<link>http://wadearnold.com/blog/flash/amfphp/zend-amf-class-based-lazy-loading-how-do-you-want-it/comment-page-1#comment-296</link>
		<dc:creator>Jacob Wright</dc:creator>
		<pubDate>Wed, 22 Oct 2008 17:33:29 +0000</pubDate>
		<guid isPermaLink="false">http://wadearnold.com/blog/?p=61#comment-296</guid>
		<description>Can we have the option of setting a VO directory that defaults to the services directory? I would like to use the same VO objects I use in my web application as I do in the AMF services.

I can only add flexibility and not hurt anything if the default is the services folder.

$server-&gt;setServicesDirectory(&#039;services&#039;);
$server-&gt;setVODirectory(&#039;application/models/&#039;);</description>
		<content:encoded><![CDATA[<p>Can we have the option of setting a VO directory that defaults to the services directory? I would like to use the same VO objects I use in my web application as I do in the AMF services.</p>
<p>I can only add flexibility and not hurt anything if the default is the services folder.</p>
<p>$server-&gt;setServicesDirectory(&#8216;services&#8217;);<br />
$server-&gt;setVODirectory(&#8216;application/models/&#8217;);</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: wadearnold</title>
		<link>http://wadearnold.com/blog/flash/amfphp/zend-amf-class-based-lazy-loading-how-do-you-want-it/comment-page-1#comment-287</link>
		<dc:creator>wadearnold</dc:creator>
		<pubDate>Mon, 20 Oct 2008 15:26:49 +0000</pubDate>
		<guid isPermaLink="false">http://wadearnold.com/blog/?p=61#comment-287</guid>
		<description>@Matt Kane what if we put something in the DocBlock and checked if that was set? Suggestions for a word? 
@returnValue or something?</description>
		<content:encoded><![CDATA[<p>@Matt Kane what if we put something in the DocBlock and checked if that was set? Suggestions for a word?<br />
@returnValue or something?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matt Kane</title>
		<link>http://wadearnold.com/blog/flash/amfphp/zend-amf-class-based-lazy-loading-how-do-you-want-it/comment-page-1#comment-286</link>
		<dc:creator>Matt Kane</dc:creator>
		<pubDate>Mon, 20 Oct 2008 12:04:11 +0000</pubDate>
		<guid isPermaLink="false">http://wadearnold.com/blog/?p=61#comment-286</guid>
		<description>@Adnan: Doesn&#039;t help if you&#039;re using object overloading and implementing IteratorAggregate, as Doctrine does. I was after a way of restricting the properties included *without* having to restrict them on the PHP object. The specific use case I have in mind is using active record objects as data transfer objects. I don&#039;t always want every column from the DB to be exposed in AS, even if I do want it in the PHP object.</description>
		<content:encoded><![CDATA[<p>@Adnan: Doesn&#8217;t help if you&#8217;re using object overloading and implementing IteratorAggregate, as Doctrine does. I was after a way of restricting the properties included *without* having to restrict them on the PHP object. The specific use case I have in mind is using active record objects as data transfer objects. I don&#8217;t always want every column from the DB to be exposed in AS, even if I do want it in the PHP object.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alan</title>
		<link>http://wadearnold.com/blog/flash/amfphp/zend-amf-class-based-lazy-loading-how-do-you-want-it/comment-page-1#comment-283</link>
		<dc:creator>Alan</dc:creator>
		<pubDate>Fri, 17 Oct 2008 14:29:16 +0000</pubDate>
		<guid isPermaLink="false">http://wadearnold.com/blog/?p=61#comment-283</guid>
		<description>In the few times I&#039;ve used AMFPHP, I never created enough VOs to warrent special attention.

Just a services directory sounds fine to me.</description>
		<content:encoded><![CDATA[<p>In the few times I&#8217;ve used AMFPHP, I never created enough VOs to warrent special attention.</p>
<p>Just a services directory sounds fine to me.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Zachary Schneider</title>
		<link>http://wadearnold.com/blog/flash/amfphp/zend-amf-class-based-lazy-loading-how-do-you-want-it/comment-page-1#comment-282</link>
		<dc:creator>Zachary Schneider</dc:creator>
		<pubDate>Fri, 17 Oct 2008 13:41:54 +0000</pubDate>
		<guid isPermaLink="false">http://wadearnold.com/blog/?p=61#comment-282</guid>
		<description>services only :)</description>
		<content:encoded><![CDATA[<p>services only <img src='http://wadearnold.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John</title>
		<link>http://wadearnold.com/blog/flash/amfphp/zend-amf-class-based-lazy-loading-how-do-you-want-it/comment-page-1#comment-281</link>
		<dc:creator>John</dc:creator>
		<pubDate>Fri, 17 Oct 2008 01:05:55 +0000</pubDate>
		<guid isPermaLink="false">http://wadearnold.com/blog/?p=61#comment-281</guid>
		<description>Wade - 
speaking of services, will there be a service browser for Zend AMF?  That really is a great feature in AMFPHP.</description>
		<content:encoded><![CDATA[<p>Wade &#8211;<br />
speaking of services, will there be a service browser for Zend AMF?  That really is a great feature in AMFPHP.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
<!-- WP Super Cache is installed but broken. The path to wp-cache-phase1.php in wp-content/advanced-cache.php must be fixed! -->
