<?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: Updates to ZendAmf in ZF 1.7.8 mini release</title>
	<atom:link href="http://wadearnold.com/blog/flash/updates-to-zendamf-in-zf-178-mini-release/feed" rel="self" type="application/rss+xml" />
	<link>http://wadearnold.com/blog/flash/updates-to-zendamf-in-zf-178-mini-release</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: Antoine Verger</title>
		<link>http://wadearnold.com/blog/flash/updates-to-zendamf-in-zf-178-mini-release/comment-page-1#comment-4937</link>
		<dc:creator>Antoine Verger</dc:creator>
		<pubDate>Wed, 09 Sep 2009 10:49:08 +0000</pubDate>
		<guid isPermaLink="false">http://wadearnold.com/blog/?p=246#comment-4937</guid>
		<description>&lt;a href=&quot;#comment-1900&quot; rel=&quot;nofollow&quot;&gt;@Morgan&lt;/a&gt; 
Hi Morgan, have you resolved your problem with VO&#039;s array in VO. I have the same problem and it can&#039;t find bug report in the zend_amf project. Any idea except to make manual mapping in Flex for this VOs?</description>
		<content:encoded><![CDATA[<p><a href="#comment-1900" rel="nofollow">@Morgan</a><br />
Hi Morgan, have you resolved your problem with VO&#8217;s array in VO. I have the same problem and it can&#8217;t find bug report in the zend_amf project. Any idea except to make manual mapping in Flex for this VOs?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sideDoor</title>
		<link>http://wadearnold.com/blog/flash/updates-to-zendamf-in-zf-178-mini-release/comment-page-1#comment-2646</link>
		<dc:creator>sideDoor</dc:creator>
		<pubDate>Sat, 30 May 2009 02:54:54 +0000</pubDate>
		<guid isPermaLink="false">http://wadearnold.com/blog/?p=246#comment-2646</guid>
		<description>@ my comment above:

This is not an issue with Zendamf, but rather Zend_Db, and to resolve the issue I enforced the character set of the persistent db connection to UTF-8 by using the following statement in the Zend_Db::factory parameters:

‘driver_options’ =&gt; array(PDO::MYSQL_ATTR_INIT_COMMAND =&gt; ‘SET NAMES utf8′)

If anyone is having such issues, make this alteration to your db connection in your bootstrap (index.php) file.

Thanks again!</description>
		<content:encoded><![CDATA[<p>@ my comment above:</p>
<p>This is not an issue with Zendamf, but rather Zend_Db, and to resolve the issue I enforced the character set of the persistent db connection to UTF-8 by using the following statement in the Zend_Db::factory parameters:</p>
<p>‘driver_options’ =&gt; array(PDO::MYSQL_ATTR_INIT_COMMAND =&gt; ‘SET NAMES utf8′)</p>
<p>If anyone is having such issues, make this alteration to your db connection in your bootstrap (index.php) file.</p>
<p>Thanks again!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sideDoor</title>
		<link>http://wadearnold.com/blog/flash/updates-to-zendamf-in-zf-178-mini-release/comment-page-1#comment-2642</link>
		<dc:creator>sideDoor</dc:creator>
		<pubDate>Fri, 29 May 2009 23:11:48 +0000</pubDate>
		<guid isPermaLink="false">http://wadearnold.com/blog/?p=246#comment-2642</guid>
		<description>Thank you for all your work, of course!

I&#039;m not sure where else to post this (is there a Zendamf forum?), so:

There seems to be an issue passing special character values via Zendamf.  I&#039;ve written an application that deals with multiple languages.  While querying a database that returns data including French-text characters (ie: Québec), the result returned from Zendamf is not handling the special characters (ie: instead of Québec, we receive Qu�c).

I&#039;ve checked the output of the data via Php: the issue is not with the database result - the characters are returned correctly from the database to the Php result-set - I am able to print these characters correctly before they are sent through Zendamf, either by rendering them in HTML or by writing them to a log file.

However, once I plug the SQL result into an object and pass it to Zendamf, the special characters get mangled.  Using Charles Web Debugging Proxy, I can see that the result values are mangled before they are passed back to my AS3 application.

Any ideas here?  Thanks so much!

I&#039;ll try to log a bug at Zend about this, too, I suppose...</description>
		<content:encoded><![CDATA[<p>Thank you for all your work, of course!</p>
<p>I&#8217;m not sure where else to post this (is there a Zendamf forum?), so:</p>
<p>There seems to be an issue passing special character values via Zendamf.  I&#8217;ve written an application that deals with multiple languages.  While querying a database that returns data including French-text characters (ie: Québec), the result returned from Zendamf is not handling the special characters (ie: instead of Québec, we receive Qu�c).</p>
<p>I&#8217;ve checked the output of the data via Php: the issue is not with the database result &#8211; the characters are returned correctly from the database to the Php result-set &#8211; I am able to print these characters correctly before they are sent through Zendamf, either by rendering them in HTML or by writing them to a log file.</p>
<p>However, once I plug the SQL result into an object and pass it to Zendamf, the special characters get mangled.  Using Charles Web Debugging Proxy, I can see that the result values are mangled before they are passed back to my AS3 application.</p>
<p>Any ideas here?  Thanks so much!</p>
<p>I&#8217;ll try to log a bug at Zend about this, too, I suppose&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Curran</title>
		<link>http://wadearnold.com/blog/flash/updates-to-zendamf-in-zf-178-mini-release/comment-page-1#comment-1938</link>
		<dc:creator>Curran</dc:creator>
		<pubDate>Wed, 08 Apr 2009 01:01:19 +0000</pubDate>
		<guid isPermaLink="false">http://wadearnold.com/blog/?p=246#comment-1938</guid>
		<description>Hi Wade and all - I love Zend AMF, but am having a small problem. I have a PHP class called Test where I have 2 public methods that get and set an array  passed in from flash. Trouble is I always get null passed back from the getArray() method, even when set with the setArray! The setArray works perfectly. What am I doing wrong? I posted this on 2 other places but Zend AMF is so new that no one responded to me. Here is my PHP code below. Can Zend AMF only return results to Flash from a single PHP method, and won&#039;t save data in properties? 

class Test
{
	private $_a;	

	public function setArray($a)
	{
		$this-&gt;_a = $a;
		return $this-&gt;_a; // for debugging purposes (traces)
	}
	
	public function getArray()
	{
		return $this-&gt;_a; // always returns null (traces: null)
	
        }

}</description>
		<content:encoded><![CDATA[<p>Hi Wade and all &#8211; I love Zend AMF, but am having a small problem. I have a PHP class called Test where I have 2 public methods that get and set an array  passed in from flash. Trouble is I always get null passed back from the getArray() method, even when set with the setArray! The setArray works perfectly. What am I doing wrong? I posted this on 2 other places but Zend AMF is so new that no one responded to me. Here is my PHP code below. Can Zend AMF only return results to Flash from a single PHP method, and won&#8217;t save data in properties? </p>
<p>class Test<br />
{<br />
	private $_a;	</p>
<p>	public function setArray($a)<br />
	{<br />
		$this-&gt;_a = $a;<br />
		return $this-&gt;_a; // for debugging purposes (traces)<br />
	}</p>
<p>	public function getArray()<br />
	{<br />
		return $this-&gt;_a; // always returns null (traces: null)</p>
<p>        }</p>
<p>}</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Morgan</title>
		<link>http://wadearnold.com/blog/flash/updates-to-zendamf-in-zf-178-mini-release/comment-page-1#comment-1900</link>
		<dc:creator>Morgan</dc:creator>
		<pubDate>Mon, 06 Apr 2009 14:47:41 +0000</pubDate>
		<guid isPermaLink="false">http://wadearnold.com/blog/?p=246#comment-1900</guid>
		<description>Hi,

First I must say I love zend_amf and the whole zend_framework. It&#039;s really that great! 

However, I&#039;m experiencing a problem with class mapping. When I have a array of VO&#039;s within a another VO the VO&#039;s in the array do not get mapped in Flex. Like this:

BussVO (OK)
- BussdriverVO (OK)
- passengerArray
  - passengerVO (NO)
  - passengerVO (NO)
 
I&#039;ve checked with Charles and the mapping of the VO&#039;s in the array looks ok but not when I check the result event in flex. I&#039;m using the setClassMap method for my mappings.

Any ideas?

Regards Morgan</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>First I must say I love zend_amf and the whole zend_framework. It&#8217;s really that great! </p>
<p>However, I&#8217;m experiencing a problem with class mapping. When I have a array of VO&#8217;s within a another VO the VO&#8217;s in the array do not get mapped in Flex. Like this:</p>
<p>BussVO (OK)<br />
- BussdriverVO (OK)<br />
- passengerArray<br />
  &#8211; passengerVO (NO)<br />
  &#8211; passengerVO (NO)</p>
<p>I&#8217;ve checked with Charles and the mapping of the VO&#8217;s in the array looks ok but not when I check the result event in flex. I&#8217;m using the setClassMap method for my mappings.</p>
<p>Any ideas?</p>
<p>Regards Morgan</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Eddie</title>
		<link>http://wadearnold.com/blog/flash/updates-to-zendamf-in-zf-178-mini-release/comment-page-1#comment-1782</link>
		<dc:creator>Eddie</dc:creator>
		<pubDate>Wed, 01 Apr 2009 14:06:39 +0000</pubDate>
		<guid isPermaLink="false">http://wadearnold.com/blog/?p=246#comment-1782</guid>
		<description>Thanks with the latest update my problem is resolved :)</description>
		<content:encoded><![CDATA[<p>Thanks with the latest update my problem is resolved <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/updates-to-zendamf-in-zf-178-mini-release/comment-page-1#comment-1768</link>
		<dc:creator>wadearnold</dc:creator>
		<pubDate>Tue, 31 Mar 2009 13:25:27 +0000</pubDate>
		<guid isPermaLink="false">http://wadearnold.com/blog/?p=246#comment-1768</guid>
		<description>Riw, I sent you an email asking for files. I&#039;ll get this update right away.. That was not a knew feature!</description>
		<content:encoded><![CDATA[<p>Riw, I sent you an email asking for files. I&#8217;ll get this update right away.. That was not a knew feature!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: riw</title>
		<link>http://wadearnold.com/blog/flash/updates-to-zendamf-in-zf-178-mini-release/comment-page-1#comment-1765</link>
		<dc:creator>riw</dc:creator>
		<pubDate>Tue, 31 Mar 2009 09:48:09 +0000</pubDate>
		<guid isPermaLink="false">http://wadearnold.com/blog/?p=246#comment-1765</guid>
		<description>hi

first of all - thx for your great work!
after the update to version 1.7.8 all my old projects didn&#039;t work any longer because of a missing class name (i just call the method by name without the name of the class to which it belongs). would it be possible to keep the old behavior of the server in the case that $source isn&#039;t defined instead of throwing an exception?

thx&amp;br</description>
		<content:encoded><![CDATA[<p>hi</p>
<p>first of all &#8211; thx for your great work!<br />
after the update to version 1.7.8 all my old projects didn&#8217;t work any longer because of a missing class name (i just call the method by name without the name of the class to which it belongs). would it be possible to keep the old behavior of the server in the case that $source isn&#8217;t defined instead of throwing an exception?</p>
<p>thx&amp;br</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ZF 1.7.8 mini release is out &#124; Wade Arnold</title>
		<link>http://wadearnold.com/blog/flash/updates-to-zendamf-in-zf-178-mini-release/comment-page-1#comment-1757</link>
		<dc:creator>ZF 1.7.8 mini release is out &#124; Wade Arnold</dc:creator>
		<pubDate>Mon, 30 Mar 2009 21:37:40 +0000</pubDate>
		<guid isPermaLink="false">http://wadearnold.com/blog/?p=246#comment-1757</guid>
		<description>[...] Change log [...]</description>
		<content:encoded><![CDATA[<p>[...] Change log [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Eddie</title>
		<link>http://wadearnold.com/blog/flash/updates-to-zendamf-in-zf-178-mini-release/comment-page-1#comment-1751</link>
		<dc:creator>Eddie</dc:creator>
		<pubDate>Mon, 30 Mar 2009 15:35:51 +0000</pubDate>
		<guid isPermaLink="false">http://wadearnold.com/blog/?p=246#comment-1751</guid>
		<description>a bit of cutoff RAW response:</description>
		<content:encoded><![CDATA[<p>a bit of cutoff RAW response:</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! -->
