<?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 data type mapping &amp; free book from Apress</title>
	<atom:link href="http://wadearnold.com/blog/flash/zend-amf-data-type-mapping-free-book-from-apress/feed" rel="self" type="application/rss+xml" />
	<link>http://wadearnold.com/blog/flash/zend-amf-data-type-mapping-free-book-from-apress</link>
	<description>The spoils of the integration of PHP and ActionScript</description>
	<lastBuildDate>Wed, 19 May 2010 07:10:58 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Brad Manderscheid</title>
		<link>http://wadearnold.com/blog/flash/zend-amf-data-type-mapping-free-book-from-apress/comment-page-1#comment-5078</link>
		<dc:creator>Brad Manderscheid</dc:creator>
		<pubDate>Thu, 10 Sep 2009 20:52:01 +0000</pubDate>
		<guid isPermaLink="false">http://wadearnold.com/blog/?p=52#comment-5078</guid>
		<description>No Dice :( so frustrating, I&#039;ve been looking for an answer for months.  I&#039;m getting the count on my array now on the PHP side, but I&#039;m not able to treat each index as an Object like I need to.
I really need help on this, it seems like I should be able to do this, right??</description>
		<content:encoded><![CDATA[<p>No Dice <img src='http://wadearnold.com/blog/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' />  so frustrating, I&#8217;ve been looking for an answer for months.  I&#8217;m getting the count on my array now on the PHP side, but I&#8217;m not able to treat each index as an Object like I need to.<br />
I really need help on this, it seems like I should be able to do this, right??</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brad Manderscheid</title>
		<link>http://wadearnold.com/blog/flash/zend-amf-data-type-mapping-free-book-from-apress/comment-page-1#comment-5066</link>
		<dc:creator>Brad Manderscheid</dc:creator>
		<pubDate>Thu, 10 Sep 2009 19:07:40 +0000</pubDate>
		<guid isPermaLink="false">http://wadearnold.com/blog/?p=52#comment-5066</guid>
		<description>I&#039;ve never been able to send my array collections back to php in any way or form.  I&#039;ll try setting objectecoding to 0, I hope this helps!</description>
		<content:encoded><![CDATA[<p>I&#8217;ve never been able to send my array collections back to php in any way or form.  I&#8217;ll try setting objectecoding to 0, I hope this helps!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David</title>
		<link>http://wadearnold.com/blog/flash/zend-amf-data-type-mapping-free-book-from-apress/comment-page-1#comment-789</link>
		<dc:creator>David</dc:creator>
		<pubDate>Thu, 08 Jan 2009 16:02:02 +0000</pubDate>
		<guid isPermaLink="false">http://wadearnold.com/blog/?p=52#comment-789</guid>
		<description>Okay, I can get it to work if I change my NetConnection.objectEncoding = 0.  I suppose that means my WampServer needs to be configured to allow AMF3 format.  How does one accomplish that?</description>
		<content:encoded><![CDATA[<p>Okay, I can get it to work if I change my NetConnection.objectEncoding = 0.  I suppose that means my WampServer needs to be configured to allow AMF3 format.  How does one accomplish that?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: wadearnold</title>
		<link>http://wadearnold.com/blog/flash/zend-amf-data-type-mapping-free-book-from-apress/comment-page-1#comment-773</link>
		<dc:creator>wadearnold</dc:creator>
		<pubDate>Mon, 05 Jan 2009 21:28:28 +0000</pubDate>
		<guid isPermaLink="false">http://wadearnold.com/blog/?p=52#comment-773</guid>
		<description>&lt;a href=&quot;#comment-772&quot; rel=&quot;nofollow&quot;&gt;@David&lt;/a&gt; http://www.phpunit.de/manual/current/en/installation.html</description>
		<content:encoded><![CDATA[<p><a href="#comment-772" rel="nofollow">@David</a> <a href="http://www.phpunit.de/manual/current/en/installation.html" rel="nofollow">http://www.phpunit.de/manual/current/en/installation.html</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David</title>
		<link>http://wadearnold.com/blog/flash/zend-amf-data-type-mapping-free-book-from-apress/comment-page-1#comment-772</link>
		<dc:creator>David</dc:creator>
		<pubDate>Mon, 05 Jan 2009 21:26:40 +0000</pubDate>
		<guid isPermaLink="false">http://wadearnold.com/blog/?p=52#comment-772</guid>
		<description>Thanks,  I think my problem with running the tests is that I don&#039;t have the PHPUnit installed in my WampServer installation (default install).  When I run AllTests.php, I get:

Warning: require_once(PHPUnit/Framework.php) [function.require-once]: failed to open stream: No such file or directory in C:\wamp\www\Project1\frameworks\tests\TestHelper.php on line 30

Fatal error: require_once() [function.require]: Failed opening required &#039;PHPUnit/Framework.php&#039; (include_path=&#039;.;C:\php5\pear&#039;)

Any help in installing PHPUnit with Wamp is appreciated (I don&#039;t see PHPUnit in the PEAR directory in WAMP/bin/php/php5.2.6/PEAR directory (only thing there is a &quot;go-pear.phar&quot; file).  I apologize for the newb questions-- I am new to server configurations.  The wiki on PHPUnit installation is a bit confusing to me...</description>
		<content:encoded><![CDATA[<p>Thanks,  I think my problem with running the tests is that I don&#8217;t have the PHPUnit installed in my WampServer installation (default install).  When I run AllTests.php, I get:</p>
<p>Warning: require_once(PHPUnit/Framework.php) [function.require-once]: failed to open stream: No such file or directory in C:\wamp\www\Project1\frameworks\tests\TestHelper.php on line 30</p>
<p>Fatal error: require_once() [function.require]: Failed opening required &#8216;PHPUnit/Framework.php&#8217; (include_path=&#8217;.;C:\php5\pear&#8217;)</p>
<p>Any help in installing PHPUnit with Wamp is appreciated (I don&#8217;t see PHPUnit in the PEAR directory in WAMP/bin/php/php5.2.6/PEAR directory (only thing there is a &#8220;go-pear.phar&#8221; file).  I apologize for the newb questions&#8211; I am new to server configurations.  The wiki on PHPUnit installation is a bit confusing to me&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: wadearnold</title>
		<link>http://wadearnold.com/blog/flash/zend-amf-data-type-mapping-free-book-from-apress/comment-page-1#comment-758</link>
		<dc:creator>wadearnold</dc:creator>
		<pubDate>Mon, 05 Jan 2009 05:08:24 +0000</pubDate>
		<guid isPermaLink="false">http://wadearnold.com/blog/?p=52#comment-758</guid>
		<description>&lt;a href=&quot;#comment-748&quot; rel=&quot;nofollow&quot;&gt;@David&lt;/a&gt; Look at testhelper.php in the tests directory. That is where you specific the path to your /library/ that has the Zend folder.</description>
		<content:encoded><![CDATA[<p><a href="#comment-748" rel="nofollow">@David</a> Look at testhelper.php in the tests directory. That is where you specific the path to your /library/ that has the Zend folder.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David</title>
		<link>http://wadearnold.com/blog/flash/zend-amf-data-type-mapping-free-book-from-apress/comment-page-1#comment-748</link>
		<dc:creator>David</dc:creator>
		<pubDate>Sat, 03 Jan 2009 22:05:02 +0000</pubDate>
		<guid isPermaLink="false">http://wadearnold.com/blog/?p=52#comment-748</guid>
		<description>Thanks -- I also found them in the AMF 1.7.2 download, but am having some difficulty in configuring them.  My installation of the Zend Framework followed Lee Brimlow&#039;s Amf tutorial, so I have the Zend library located in WAMP/www/Project1/frameworks/Zend/&quot;.  Where should I put the tests directory and do I need to specify an includes_path somewhere, like I did in the Amf_gateway.php file for Flash?</description>
		<content:encoded><![CDATA[<p>Thanks &#8212; I also found them in the AMF 1.7.2 download, but am having some difficulty in configuring them.  My installation of the Zend Framework followed Lee Brimlow&#8217;s Amf tutorial, so I have the Zend library located in WAMP/www/Project1/frameworks/Zend/&#8221;.  Where should I put the tests directory and do I need to specify an includes_path somewhere, like I did in the Amf_gateway.php file for Flash?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: wadearnold</title>
		<link>http://wadearnold.com/blog/flash/zend-amf-data-type-mapping-free-book-from-apress/comment-page-1#comment-746</link>
		<dc:creator>wadearnold</dc:creator>
		<pubDate>Sat, 03 Jan 2009 21:09:16 +0000</pubDate>
		<guid isPermaLink="false">http://wadearnold.com/blog/?p=52#comment-746</guid>
		<description>&lt;a href=&quot;#comment-745&quot; rel=&quot;nofollow&quot;&gt;@David&lt;/a&gt; They are in the zend framework full download. http://framework.zend.com/</description>
		<content:encoded><![CDATA[<p><a href="#comment-745" rel="nofollow">@David</a> They are in the zend framework full download. <a href="http://framework.zend.com/" rel="nofollow">http://framework.zend.com/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David</title>
		<link>http://wadearnold.com/blog/flash/zend-amf-data-type-mapping-free-book-from-apress/comment-page-1#comment-745</link>
		<dc:creator>David</dc:creator>
		<pubDate>Sat, 03 Jan 2009 21:04:36 +0000</pubDate>
		<guid isPermaLink="false">http://wadearnold.com/blog/?p=52#comment-745</guid>
		<description>Where do I find the unit tests?</description>
		<content:encoded><![CDATA[<p>Where do I find the unit tests?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: wadearnold</title>
		<link>http://wadearnold.com/blog/flash/zend-amf-data-type-mapping-free-book-from-apress/comment-page-1#comment-734</link>
		<dc:creator>wadearnold</dc:creator>
		<pubDate>Fri, 02 Jan 2009 02:41:44 +0000</pubDate>
		<guid isPermaLink="false">http://wadearnold.com/blog/?p=52#comment-734</guid>
		<description>These data types have been working since the initially release. Do the unit tests pass on your server?</description>
		<content:encoded><![CDATA[<p>These data types have been working since the initially release. Do the unit tests pass on your server?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
