<?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: Integrating Flex, AMFPHP and CodeIgniter (also including Value-Objects)</title>
	<atom:link href="http://ria-coder.com/blog/integrating-flex-amfphp-and-codeigniter-with-value-objects/feed" rel="self" type="application/rss+xml" />
	<link>http://ria-coder.com/blog/integrating-flex-amfphp-and-codeigniter-with-value-objects</link>
	<description></description>
	<lastBuildDate>Fri, 09 Dec 2011 21:56:26 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: Jovan</title>
		<link>http://ria-coder.com/blog/integrating-flex-amfphp-and-codeigniter-with-value-objects#comment-259</link>
		<dc:creator>Jovan</dc:creator>
		<pubDate>Wed, 09 Mar 2011 13:19:56 +0000</pubDate>
		<guid isPermaLink="false">http://ria-coder.com/blog/?p=102#comment-259</guid>
		<description>Hi, Danny
Sorry for my poor english again.
I tried to understand the source code of CI and AMFPHP, it still doesn&#039;t work. Something wrong in CI 2.0 classes like \system\core\Utf8.php on line 47 $CFG Call to a member function item() on a non-object. I&#039;ll try another way to solve it. Thanks for reply. Have a good day!</description>
		<content:encoded><![CDATA[<p>Hi, Danny<br />
Sorry for my poor english again.<br />
I tried to understand the source code of CI and AMFPHP, it still doesn&#8217;t work. Something wrong in CI 2.0 classes like \system\core\Utf8.php on line 47 $CFG Call to a member function item() on a non-object. I&#8217;ll try another way to solve it. Thanks for reply. Have a good day!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Danny Kopping</title>
		<link>http://ria-coder.com/blog/integrating-flex-amfphp-and-codeigniter-with-value-objects#comment-258</link>
		<dc:creator>Danny Kopping</dc:creator>
		<pubDate>Wed, 09 Mar 2011 04:58:20 +0000</pubDate>
		<guid isPermaLink="false">http://ria-coder.com/blog/?p=102#comment-258</guid>
		<description>Hi Jovan

Yes, you might have better luck trying CodeIgniter 1.7.2 or 1.7.3
I haven&#039;t tried this workaround with CodeIgniter 2.0 as of yet

Best of luck</description>
		<content:encoded><![CDATA[<p>Hi Jovan</p>
<p>Yes, you might have better luck trying CodeIgniter 1.7.2 or 1.7.3<br />
I haven&#8217;t tried this workaround with CodeIgniter 2.0 as of yet</p>
<p>Best of luck</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jovan</title>
		<link>http://ria-coder.com/blog/integrating-flex-amfphp-and-codeigniter-with-value-objects#comment-257</link>
		<dc:creator>jovan</dc:creator>
		<pubDate>Wed, 09 Mar 2011 04:41:09 +0000</pubDate>
		<guid isPermaLink="false">http://ria-coder.com/blog/?p=102#comment-257</guid>
		<description>Hi Danny, thanks for your tutorial

I try this solution in my project,but it doesn&#039;t work.
I used CodeIgniter2.0 and AMFPHP1.9.
I tried change the path of Controller.php and Common.php, and I can see my custom service in AMFPHP browser, however when the custom service class extend CI_Controller and the __construct function with { parent::construct(); } in it, the public method in my custom service class never works.
Maybe the reason is the version of CodeIgniter.

Any idea ?
Sorry for my poor english.</description>
		<content:encoded><![CDATA[<p>Hi Danny, thanks for your tutorial</p>
<p>I try this solution in my project,but it doesn&#8217;t work.<br />
I used CodeIgniter2.0 and AMFPHP1.9.<br />
I tried change the path of Controller.php and Common.php, and I can see my custom service in AMFPHP browser, however when the custom service class extend CI_Controller and the __construct function with { parent::construct(); } in it, the public method in my custom service class never works.<br />
Maybe the reason is the version of CodeIgniter.</p>
<p>Any idea ?<br />
Sorry for my poor english.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Russ</title>
		<link>http://ria-coder.com/blog/integrating-flex-amfphp-and-codeigniter-with-value-objects#comment-238</link>
		<dc:creator>Russ</dc:creator>
		<pubDate>Fri, 21 Jan 2011 08:55:34 +0000</pubDate>
		<guid isPermaLink="false">http://ria-coder.com/blog/?p=102#comment-238</guid>
		<description>Did you ever get this error figured out?  I&#039;m experiencing it right now.</description>
		<content:encoded><![CDATA[<p>Did you ever get this error figured out?  I&#8217;m experiencing it right now.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Francis</title>
		<link>http://ria-coder.com/blog/integrating-flex-amfphp-and-codeigniter-with-value-objects#comment-182</link>
		<dc:creator>Francis</dc:creator>
		<pubDate>Sat, 11 Sep 2010 02:42:57 +0000</pubDate>
		<guid isPermaLink="false">http://ria-coder.com/blog/?p=102#comment-182</guid>
		<description>Hello Danny your page had fallen, but happily and returned to the march, the link code and video downloads are broken.
Could you please re-upload them again? Thank</description>
		<content:encoded><![CDATA[<p>Hello Danny your page had fallen, but happily and returned to the march, the link code and video downloads are broken.<br />
Could you please re-upload them again? Thank</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Francis</title>
		<link>http://ria-coder.com/blog/integrating-flex-amfphp-and-codeigniter-with-value-objects#comment-171</link>
		<dc:creator>Francis</dc:creator>
		<pubDate>Wed, 01 Sep 2010 21:31:39 +0000</pubDate>
		<guid isPermaLink="false">http://ria-coder.com/blog/?p=102#comment-171</guid>
		<description>Hello Danny your page had fallen, but happily and returned to the march, the link code and video downloads are broken.
Could you please re-upload them again? Thanks</description>
		<content:encoded><![CDATA[<p>Hello Danny your page had fallen, but happily and returned to the march, the link code and video downloads are broken.<br />
Could you please re-upload them again? Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Francis</title>
		<link>http://ria-coder.com/blog/integrating-flex-amfphp-and-codeigniter-with-value-objects#comment-170</link>
		<dc:creator>Francis</dc:creator>
		<pubDate>Wed, 01 Sep 2010 21:31:00 +0000</pubDate>
		<guid isPermaLink="false">http://ria-coder.com/blog/?p=102#comment-170</guid>
		<description>&lt;blockquote&gt;
&lt;a href=&quot;#comment-43&quot; rel=&quot;nofollow&quot;&gt;
&lt;strong&gt;&lt;em&gt;Adam:&lt;/em&gt;&lt;/strong&gt;
&lt;/a&gt;
 Great tutorial. Thanks for sharing!
&lt;/blockquote&gt;</description>
		<content:encoded><![CDATA[<blockquote><p>
<a href="#comment-43" rel="nofollow"><br />
<strong><em>Adam:</em></strong><br />
</a><br />
 Great tutorial. Thanks for sharing!
</p></blockquote>
]]></content:encoded>
	</item>
	<item>
		<title>By: Francis</title>
		<link>http://ria-coder.com/blog/integrating-flex-amfphp-and-codeigniter-with-value-objects#comment-169</link>
		<dc:creator>Francis</dc:creator>
		<pubDate>Wed, 01 Sep 2010 21:30:29 +0000</pubDate>
		<guid isPermaLink="false">http://ria-coder.com/blog/?p=102#comment-169</guid>
		<description>Hello Danny your page had fallen, but happily and returned to the march, the link code and video downloads are broken.

Could you please re-upload them again? Thanks</description>
		<content:encoded><![CDATA[<p>Hello Danny your page had fallen, but happily and returned to the march, the link code and video downloads are broken.</p>
<p>Could you please re-upload them again? Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Francis</title>
		<link>http://ria-coder.com/blog/integrating-flex-amfphp-and-codeigniter-with-value-objects#comment-57</link>
		<dc:creator>Francis</dc:creator>
		<pubDate>Sun, 08 Aug 2010 04:21:14 +0000</pubDate>
		<guid isPermaLink="false">http://ria-coder.com/blog/?p=102#comment-57</guid>
		<description>Hello I just installed the AMFPHP copy the folder to the root of my server
but gives me an error when I open the route
http://localhost/amfphp/browser

She shows me a window with the error code



(Mx.rpc:: Fault) # 0
  error = 0
  faultCode = &quot;Client.Error.MessageSend&quot;
  faultDetail = &quot;Channel.Connect.Failed NetConnection.Call.BadVersion error&quot;
  faultString = &quot;Send failed&quot;
  message = &quot;faultCode: Client.Error.MessageSend faultString: &#039;Send failed&#039; faultDetail &#039;Channel.Connect.Failed NetConnection.Call.BadVersion error:&#039;&quot;
  name = &quot;Error&quot;
  rootCause = (Object) # 1
    code = &quot;NetConnection.Call.BadVersion&quot;
    description = &quot;&quot;
    details = &quot;&quot;
    level = &quot;error&quot;

Can you please help me I&#039;m going crazy not to do</description>
		<content:encoded><![CDATA[<p>Hello I just installed the AMFPHP copy the folder to the root of my server<br />
but gives me an error when I open the route<br />
<a href="http://localhost/amfphp/browser" rel="nofollow">http://localhost/amfphp/browser</a></p>
<p>She shows me a window with the error code</p>
<p>(Mx.rpc:: Fault) # 0<br />
  error = 0<br />
  faultCode = &#8220;Client.Error.MessageSend&#8221;<br />
  faultDetail = &#8220;Channel.Connect.Failed NetConnection.Call.BadVersion error&#8221;<br />
  faultString = &#8220;Send failed&#8221;<br />
  message = &#8220;faultCode: Client.Error.MessageSend faultString: &#8216;Send failed&#8217; faultDetail &#8216;Channel.Connect.Failed NetConnection.Call.BadVersion error:&#8217;&#8221;<br />
  name = &#8220;Error&#8221;<br />
  rootCause = (Object) # 1<br />
    code = &#8220;NetConnection.Call.BadVersion&#8221;<br />
    description = &#8220;&#8221;<br />
    details = &#8220;&#8221;<br />
    level = &#8220;error&#8221;</p>
<p>Can you please help me I&#8217;m going crazy not to do</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: a8o2ge</title>
		<link>http://ria-coder.com/blog/integrating-flex-amfphp-and-codeigniter-with-value-objects#comment-56</link>
		<dc:creator>a8o2ge</dc:creator>
		<pubDate>Thu, 14 Jan 2010 20:22:42 +0000</pubDate>
		<guid isPermaLink="false">http://ria-coder.com/blog/?p=102#comment-56</guid>
		<description>Hi Danny. I&#039;m getting strange error. I have unpacked your&#039;s zip source files to my local webserver. The amfphp app with the class getUser is working correctly. Is getting correct data. But the Test.mxml is outputing &quot;It didn&#039;t work!&quot;. All code is ok in 100%. File services-config.xml is ok. Where can i search for bug? Sorry for my english...</description>
		<content:encoded><![CDATA[<p>Hi Danny. I&#8217;m getting strange error. I have unpacked your&#8217;s zip source files to my local webserver. The amfphp app with the class getUser is working correctly. Is getting correct data. But the Test.mxml is outputing &#8220;It didn&#8217;t work!&#8221;. All code is ok in 100%. File services-config.xml is ok. Where can i search for bug? Sorry for my english&#8230;</p>
]]></content:encoded>
	</item>
</channel>
</rss>

