<?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: Flex and PHP: remoting with AMFPHP</title>
	<atom:link href="http://corlan.org/2008/10/10/flex-and-php-remoting-with-amfphp/feed/" rel="self" type="application/rss+xml" />
	<link>http://corlan.org/2008/10/10/flex-and-php-remoting-with-amfphp/</link>
	<description>Flex, AIR and Rock&#38;Roll</description>
	<lastBuildDate>Tue, 16 Mar 2010 00:15:17 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Hans Magnus Nedreberg</title>
		<link>http://corlan.org/2008/10/10/flex-and-php-remoting-with-amfphp/comment-page-2/#comment-9175</link>
		<dc:creator>Hans Magnus Nedreberg</dc:creator>
		<pubDate>Sat, 13 Mar 2010 23:43:16 +0000</pubDate>
		<guid isPermaLink="false">http://corlan.org/2008/10/10/flex-and-php-remoting-with-amfphp/#comment-9175</guid>
		<description>@olga @huma

Make sure your date.timezone is properly set up in php.ini. For example, in Berlin it would read:

date.timezone = &quot;Europe/Berlin&quot;


Cheers
Hans Magnus</description>
		<content:encoded><![CDATA[<p>@olga @huma</p>
<p>Make sure your date.timezone is properly set up in php.ini. For example, in Berlin it would read:</p>
<p>date.timezone = &#8220;Europe/Berlin&#8221;</p>
<p>Cheers<br />
Hans Magnus</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: stix</title>
		<link>http://corlan.org/2008/10/10/flex-and-php-remoting-with-amfphp/comment-page-2/#comment-8712</link>
		<dc:creator>stix</dc:creator>
		<pubDate>Sat, 13 Feb 2010 00:19:52 +0000</pubDate>
		<guid isPermaLink="false">http://corlan.org/2008/10/10/flex-and-php-remoting-with-amfphp/#comment-8712</guid>
		<description>Hi Mihai
First of all thanks for the nice tutorial.
I have been trying to expand it, adding a new table and the relevant VOs both in ActionScript and in PHP, but it looks like Flex doesn&#039;t register the new class.
Do you have any idea why this is happening?
Any hint would be much appreciated.
Cheers
Stix</description>
		<content:encoded><![CDATA[<p>Hi Mihai<br />
First of all thanks for the nice tutorial.<br />
I have been trying to expand it, adding a new table and the relevant VOs both in ActionScript and in PHP, but it looks like Flex doesn&#8217;t register the new class.<br />
Do you have any idea why this is happening?<br />
Any hint would be much appreciated.<br />
Cheers<br />
Stix</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: huma</title>
		<link>http://corlan.org/2008/10/10/flex-and-php-remoting-with-amfphp/comment-page-2/#comment-8692</link>
		<dc:creator>huma</dc:creator>
		<pubDate>Wed, 10 Feb 2010 16:46:27 +0000</pubDate>
		<guid isPermaLink="false">http://corlan.org/2008/10/10/flex-and-php-remoting-with-amfphp/#comment-8692</guid>
		<description>hei, i have same problem like Olga too....
what the solution for this problem? can you help me?</description>
		<content:encoded><![CDATA[<p>hei, i have same problem like Olga too&#8230;.<br />
what the solution for this problem? can you help me?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Olga</title>
		<link>http://corlan.org/2008/10/10/flex-and-php-remoting-with-amfphp/comment-page-2/#comment-8681</link>
		<dc:creator>Olga</dc:creator>
		<pubDate>Tue, 09 Feb 2010 09:57:10 +0000</pubDate>
		<guid isPermaLink="false">http://corlan.org/2008/10/10/flex-and-php-remoting-with-amfphp/#comment-8681</guid>
		<description>I&#039;ve found the solution. I had bad version of Apache and php. Now it works correctly.</description>
		<content:encoded><![CDATA[<p>I&#8217;ve found the solution. I had bad version of Apache and php. Now it works correctly.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Olga</title>
		<link>http://corlan.org/2008/10/10/flex-and-php-remoting-with-amfphp/comment-page-2/#comment-8670</link>
		<dc:creator>Olga</dc:creator>
		<pubDate>Mon, 08 Feb 2010 13:49:05 +0000</pubDate>
		<guid isPermaLink="false">http://corlan.org/2008/10/10/flex-and-php-remoting-with-amfphp/#comment-8670</guid>
		<description>Hello,
When I go to
http://localhost/amfphp/browser/

the error message appears: (mx.rpc::Fault)#0
  errorID = 0
  faultCode = &quot;Client.Error.MessageSend&quot;
  faultDetail = &quot;Channel.Connect.Failed error NetConnection.Call.BadVersion: &quot;
  faultString = &quot;Send failed&quot;
  message = &quot;faultCode:Client.Error.MessageSend faultString:&#039;Send failed&#039; faultDetail:&#039;Channel.Connect.Failed error NetConnection.Call.BadVersion: &#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 help me,please?</description>
		<content:encoded><![CDATA[<p>Hello,<br />
When I go to<br />
<a href="http://localhost/amfphp/browser/" rel="nofollow">http://localhost/amfphp/browser/</a></p>
<p>the error message appears: (mx.rpc::Fault)#0<br />
  errorID = 0<br />
  faultCode = &#8220;Client.Error.MessageSend&#8221;<br />
  faultDetail = &#8220;Channel.Connect.Failed error NetConnection.Call.BadVersion: &#8221;<br />
  faultString = &#8220;Send failed&#8221;<br />
  message = &#8220;faultCode:Client.Error.MessageSend faultString:&#8217;Send failed&#8217; faultDetail:&#8217;Channel.Connect.Failed error NetConnection.Call.BadVersion: &#8216;&#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 help me,please?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Olga</title>
		<link>http://corlan.org/2008/10/10/flex-and-php-remoting-with-amfphp/comment-page-2/#comment-8667</link>
		<dc:creator>Olga</dc:creator>
		<pubDate>Mon, 08 Feb 2010 09:17:54 +0000</pubDate>
		<guid isPermaLink="false">http://corlan.org/2008/10/10/flex-and-php-remoting-with-amfphp/#comment-8667</guid>
		<description>I&#039;m using Apache 2.0.54 and PHP 5.0</description>
		<content:encoded><![CDATA[<p>I&#8217;m using Apache 2.0.54 and PHP 5.0</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Olga</title>
		<link>http://corlan.org/2008/10/10/flex-and-php-remoting-with-amfphp/comment-page-2/#comment-8666</link>
		<dc:creator>Olga</dc:creator>
		<pubDate>Mon, 08 Feb 2010 09:04:04 +0000</pubDate>
		<guid isPermaLink="false">http://corlan.org/2008/10/10/flex-and-php-remoting-with-amfphp/#comment-8666</guid>
		<description>Hello,
I&#039;ve got a problem while entering http://localhost/amfphp/browser/:


(mx.rpc::Fault)#0
  errorID = 0
  faultCode = &quot;Client.Error.MessageSend&quot;
  faultDetail = &quot;Channel.Connect.Failed error NetConnection.Call.BadVersion: &quot;
  faultString = &quot;Send failed&quot;
  message = &quot;faultCode:Client.Error.MessageSend faultString:&#039;Send failed&#039; faultDetail:&#039;Channel.Connect.Failed error NetConnection.Call.BadVersion: &#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 help me, please....


when I enter http://localhost/amfphp/gateway.php, everything is well and I see the message:
 &quot;amfphp and this gateway are installed correctly. You may now connect to this gateway from Flash.

Note: If you&#039;re reading an old tutorial, it will tell you that you should see a download window instead of this message. This confused people so this is the new behaviour starting from amfphp 1.2.&quot;</description>
		<content:encoded><![CDATA[<p>Hello,<br />
I&#8217;ve got a problem while entering <a href="http://localhost/amfphp/browser/" rel="nofollow">http://localhost/amfphp/browser/</a>:</p>
<p>(mx.rpc::Fault)#0<br />
  errorID = 0<br />
  faultCode = &#8220;Client.Error.MessageSend&#8221;<br />
  faultDetail = &#8220;Channel.Connect.Failed error NetConnection.Call.BadVersion: &#8221;<br />
  faultString = &#8220;Send failed&#8221;<br />
  message = &#8220;faultCode:Client.Error.MessageSend faultString:&#8217;Send failed&#8217; faultDetail:&#8217;Channel.Connect.Failed error NetConnection.Call.BadVersion: &#8216;&#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 help me, please&#8230;.</p>
<p>when I enter <a href="http://localhost/amfphp/gateway.php" rel="nofollow">http://localhost/amfphp/gateway.php</a>, everything is well and I see the message:<br />
 &#8220;amfphp and this gateway are installed correctly. You may now connect to this gateway from Flash.</p>
<p>Note: If you&#8217;re reading an old tutorial, it will tell you that you should see a download window instead of this message. This confused people so this is the new behaviour starting from amfphp 1.2.&#8221;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Fodder</title>
		<link>http://corlan.org/2008/10/10/flex-and-php-remoting-with-amfphp/comment-page-2/#comment-8665</link>
		<dc:creator>Fodder</dc:creator>
		<pubDate>Mon, 08 Feb 2010 03:25:14 +0000</pubDate>
		<guid isPermaLink="false">http://corlan.org/2008/10/10/flex-and-php-remoting-with-amfphp/#comment-8665</guid>
		<description>solution nis to remove the new, to populate the existing array as as it stands.</description>
		<content:encoded><![CDATA[<p>solution nis to remove the new, to populate the existing array as as it stands.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Fodder</title>
		<link>http://corlan.org/2008/10/10/flex-and-php-remoting-with-amfphp/comment-page-2/#comment-8664</link>
		<dc:creator>Fodder</dc:creator>
		<pubDate>Mon, 08 Feb 2010 03:05:05 +0000</pubDate>
		<guid isPermaLink="false">http://corlan.org/2008/10/10/flex-and-php-remoting-with-amfphp/#comment-8664</guid>
		<description>OK, using an event to pass the data back to an array:

eg:
public function onServiceResult(e:ResultEvent):void
{
	myArray = new Array(e.result as Array);
}
all good, but curiouse to know why the results appear as the first element of a nested array in myArray

so to access the first result (lets call it id), I have to use

myArray[0][0].id  rather than myArray[0].id
how do i remove this?

thanks, (new to flash/flex)</description>
		<content:encoded><![CDATA[<p>OK, using an event to pass the data back to an array:</p>
<p>eg:<br />
public function onServiceResult(e:ResultEvent):void<br />
{<br />
	myArray = new Array(e.result as Array);<br />
}<br />
all good, but curiouse to know why the results appear as the first element of a nested array in myArray</p>
<p>so to access the first result (lets call it id), I have to use</p>
<p>myArray[0][0].id  rather than myArray[0].id<br />
how do i remove this?</p>
<p>thanks, (new to flash/flex)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ariel sommeria</title>
		<link>http://corlan.org/2008/10/10/flex-and-php-remoting-with-amfphp/comment-page-2/#comment-8634</link>
		<dc:creator>ariel sommeria</dc:creator>
		<pubDate>Fri, 05 Feb 2010 16:13:24 +0000</pubDate>
		<guid isPermaLink="false">http://corlan.org/2008/10/10/flex-and-php-remoting-with-amfphp/#comment-8634</guid>
		<description>Hi Mihai,
just to let you know, we made a new release to AMFPHP. 1.9 is out, and we have some things going for 2.0
bye
Ariel</description>
		<content:encoded><![CDATA[<p>Hi Mihai,<br />
just to let you know, we made a new release to AMFPHP. 1.9 is out, and we have some things going for 2.0<br />
bye<br />
Ariel</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: davet</title>
		<link>http://corlan.org/2008/10/10/flex-and-php-remoting-with-amfphp/comment-page-2/#comment-8430</link>
		<dc:creator>davet</dc:creator>
		<pubDate>Fri, 22 Jan 2010 09:42:04 +0000</pubDate>
		<guid isPermaLink="false">http://corlan.org/2008/10/10/flex-and-php-remoting-with-amfphp/#comment-8430</guid>
		<description>Hi

Great tutorial which made my first steps into AMFPHP really straightforward.  Many thanks for you help</description>
		<content:encoded><![CDATA[<p>Hi</p>
<p>Great tutorial which made my first steps into AMFPHP really straightforward.  Many thanks for you help</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Shankar</title>
		<link>http://corlan.org/2008/10/10/flex-and-php-remoting-with-amfphp/comment-page-2/#comment-7768</link>
		<dc:creator>Shankar</dc:creator>
		<pubDate>Fri, 04 Dec 2009 18:15:15 +0000</pubDate>
		<guid isPermaLink="false">http://corlan.org/2008/10/10/flex-and-php-remoting-with-amfphp/#comment-7768</guid>
		<description>Hi,

I created an application using Flex3,AMFPHP,PHP and MySql and i hosted the site, but i cannot get connected to the database through the amfphp. i checked in the service browser and the gateway.php path was correct. so what can be the problem. Please help me.
Thanks.</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>I created an application using Flex3,AMFPHP,PHP and MySql and i hosted the site, but i cannot get connected to the database through the amfphp. i checked in the service browser and the gateway.php path was correct. so what can be the problem. Please help me.<br />
Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Stephen</title>
		<link>http://corlan.org/2008/10/10/flex-and-php-remoting-with-amfphp/comment-page-2/#comment-7393</link>
		<dc:creator>Stephen</dc:creator>
		<pubDate>Wed, 18 Nov 2009 09:16:55 +0000</pubDate>
		<guid isPermaLink="false">http://corlan.org/2008/10/10/flex-and-php-remoting-with-amfphp/#comment-7393</guid>
		<description>Nice article Mihai!

For anyone interested in seeing an example using Cairngorm and SabreAMF read this article:

http://www.jetboxdigital.com/2009/11/flex-recordsetgrid-example/</description>
		<content:encoded><![CDATA[<p>Nice article Mihai!</p>
<p>For anyone interested in seeing an example using Cairngorm and SabreAMF read this article:</p>
<p><a href="http://www.jetboxdigital.com/2009/11/flex-recordsetgrid-example/" rel="nofollow">http://www.jetboxdigital.com/2009/11/flex-recordsetgrid-example/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Shreyas</title>
		<link>http://corlan.org/2008/10/10/flex-and-php-remoting-with-amfphp/comment-page-2/#comment-7230</link>
		<dc:creator>Shreyas</dc:creator>
		<pubDate>Tue, 10 Nov 2009 08:46:36 +0000</pubDate>
		<guid isPermaLink="false">http://corlan.org/2008/10/10/flex-and-php-remoting-with-amfphp/#comment-7230</guid>
		<description>Hi Mihai,

This is a very good article on Flex and AMFPHP. 

What I wanted to ask is- What is the use of the destination property for the RemoteObject? Why does it need to be assigned when we are not using a services-config.xml here?</description>
		<content:encoded><![CDATA[<p>Hi Mihai,</p>
<p>This is a very good article on Flex and AMFPHP. </p>
<p>What I wanted to ask is- What is the use of the destination property for the RemoteObject? Why does it need to be assigned when we are not using a services-config.xml here?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matthew</title>
		<link>http://corlan.org/2008/10/10/flex-and-php-remoting-with-amfphp/comment-page-2/#comment-7147</link>
		<dc:creator>Matthew</dc:creator>
		<pubDate>Tue, 03 Nov 2009 02:44:45 +0000</pubDate>
		<guid isPermaLink="false">http://corlan.org/2008/10/10/flex-and-php-remoting-with-amfphp/#comment-7147</guid>
		<description>Hi, I liked your post... I was wondering if it is a requirement of AMFPHP in that your VO objects have to have public fields.  Can your fields not be private?  I noticed when i have my VO with private fields the browser utility that comes with amfphp doesn&#039;t show my object having any fields..

I assume public fields are a requirement from whatever introspection technique amfphp uses.</description>
		<content:encoded><![CDATA[<p>Hi, I liked your post&#8230; I was wondering if it is a requirement of AMFPHP in that your VO objects have to have public fields.  Can your fields not be private?  I noticed when i have my VO with private fields the browser utility that comes with amfphp doesn&#8217;t show my object having any fields..</p>
<p>I assume public fields are a requirement from whatever introspection technique amfphp uses.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: thodoris</title>
		<link>http://corlan.org/2008/10/10/flex-and-php-remoting-with-amfphp/comment-page-2/#comment-7069</link>
		<dc:creator>thodoris</dc:creator>
		<pubDate>Tue, 27 Oct 2009 18:49:08 +0000</pubDate>
		<guid isPermaLink="false">http://corlan.org/2008/10/10/flex-and-php-remoting-with-amfphp/#comment-7069</guid>
		<description>I have used succesfully zend amf communication through php and flex but i need to put the mysql connect username and passwords in every function i create.
It seems that the flex don&#039;t create an actual object of my php class becouse i cant access class variables like $foo.
Using something like remoteObject will help?
I am using flash builder 4beta2.
thanks for any hint or suggestion.

&lt;?php
class RoomTypesController {
$foo;
function f1(){}
function f2(){}

}

</description>
		<content:encoded><![CDATA[<p>I have used succesfully zend amf communication through php and flex but i need to put the mysql connect username and passwords in every function i create.<br />
It seems that the flex don&#8217;t create an actual object of my php class becouse i cant access class variables like $foo.<br />
Using something like remoteObject will help?<br />
I am using flash builder 4beta2.<br />
thanks for any hint or suggestion.</p>
<p>&lt;?php<br />
class RoomTypesController {<br />
$foo;<br />
function f1(){}<br />
function f2(){}</p>
<p>}</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: shrihari</title>
		<link>http://corlan.org/2008/10/10/flex-and-php-remoting-with-amfphp/comment-page-2/#comment-6580</link>
		<dc:creator>shrihari</dc:creator>
		<pubDate>Tue, 29 Sep 2009 14:25:14 +0000</pubDate>
		<guid isPermaLink="false">http://corlan.org/2008/10/10/flex-and-php-remoting-with-amfphp/#comment-6580</guid>
		<description>Hello,
 I am using amf to connect php to flex.I am able to do with local server but facing problem with the global server please help me.</description>
		<content:encoded><![CDATA[<p>Hello,<br />
 I am using amf to connect php to flex.I am able to do with local server but facing problem with the global server please help me.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Cyianite</title>
		<link>http://corlan.org/2008/10/10/flex-and-php-remoting-with-amfphp/comment-page-2/#comment-6392</link>
		<dc:creator>Cyianite</dc:creator>
		<pubDate>Wed, 09 Sep 2009 04:11:03 +0000</pubDate>
		<guid isPermaLink="false">http://corlan.org/2008/10/10/flex-and-php-remoting-with-amfphp/#comment-6392</guid>
		<description>Thanks pal. Nice posting and keep it up</description>
		<content:encoded><![CDATA[<p>Thanks pal. Nice posting and keep it up</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mihai Corlan</title>
		<link>http://corlan.org/2008/10/10/flex-and-php-remoting-with-amfphp/comment-page-2/#comment-6146</link>
		<dc:creator>Mihai Corlan</dc:creator>
		<pubDate>Mon, 31 Aug 2009 14:14:50 +0000</pubDate>
		<guid isPermaLink="false">http://corlan.org/2008/10/10/flex-and-php-remoting-with-amfphp/#comment-6146</guid>
		<description>@cyanite

I think the first section of my article explains the differences between remoting and REST style services (with httpService). On short you get better performance with remoting, and the code is much easier to maintain/debug.</description>
		<content:encoded><![CDATA[<p>@cyanite</p>
<p>I think the first section of my article explains the differences between remoting and REST style services (with httpService). On short you get better performance with remoting, and the code is much easier to maintain/debug.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: cyianite</title>
		<link>http://corlan.org/2008/10/10/flex-and-php-remoting-with-amfphp/comment-page-2/#comment-6142</link>
		<dc:creator>cyianite</dc:creator>
		<pubDate>Mon, 31 Aug 2009 10:41:36 +0000</pubDate>
		<guid isPermaLink="false">http://corlan.org/2008/10/10/flex-and-php-remoting-with-amfphp/#comment-6142</guid>
		<description>hi there,
  I don&#039;t get why do we need AMFPHP for remoting?, its seems its just doing the same way how you remote a service via httpService , but the only difference is AMFPHP has gui a to your browser. Can you please explain me more, maybe I&#039;ll be more delighted with your explanation?.  Sorry for my ignorance :)

Cyianite</description>
		<content:encoded><![CDATA[<p>hi there,<br />
  I don&#8217;t get why do we need AMFPHP for remoting?, its seems its just doing the same way how you remote a service via httpService , but the only difference is AMFPHP has gui a to your browser. Can you please explain me more, maybe I&#8217;ll be more delighted with your explanation?.  Sorry for my ignorance <img src='http://corlan.org/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Cyianite</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: handoyo</title>
		<link>http://corlan.org/2008/10/10/flex-and-php-remoting-with-amfphp/comment-page-2/#comment-5382</link>
		<dc:creator>handoyo</dc:creator>
		<pubDate>Fri, 10 Jul 2009 08:27:32 +0000</pubDate>
		<guid isPermaLink="false">http://corlan.org/2008/10/10/flex-and-php-remoting-with-amfphp/#comment-5382</guid>
		<description>@Mihai Corlan Ok,Thanks...</description>
		<content:encoded><![CDATA[<p>@Mihai Corlan Ok,Thanks&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mihai Corlan</title>
		<link>http://corlan.org/2008/10/10/flex-and-php-remoting-with-amfphp/comment-page-2/#comment-5380</link>
		<dc:creator>Mihai Corlan</dc:creator>
		<pubDate>Fri, 10 Jul 2009 08:05:28 +0000</pubDate>
		<guid isPermaLink="false">http://corlan.org/2008/10/10/flex-and-php-remoting-with-amfphp/#comment-5380</guid>
		<description>@handoyo

Please read my post here:
http://corlan.org/2009/03/31/flex-and-remoting-with-php-which-library-is-the-best-zend-amf-amfphp-weborb-for-php-or-sabreamf/</description>
		<content:encoded><![CDATA[<p>@handoyo</p>
<p>Please read my post here:<br />
<a href="http://corlan.org/2009/03/31/flex-and-remoting-with-php-which-library-is-the-best-zend-amf-amfphp-weborb-for-php-or-sabreamf/" rel="nofollow">http://corlan.org/2009/03/31/flex-and-remoting-with-php-which-library-is-the-best-zend-amf-amfphp-weborb-for-php-or-sabreamf/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: handoyo</title>
		<link>http://corlan.org/2008/10/10/flex-and-php-remoting-with-amfphp/comment-page-2/#comment-5373</link>
		<dc:creator>handoyo</dc:creator>
		<pubDate>Fri, 10 Jul 2009 05:20:58 +0000</pubDate>
		<guid isPermaLink="false">http://corlan.org/2008/10/10/flex-and-php-remoting-with-amfphp/#comment-5373</guid>
		<description>Hi,thanks for the tutor here..I&#039;m intending to create an online store..Can you help meby pointing me which one should i choose between zendamf with amfphp?Thanks..</description>
		<content:encoded><![CDATA[<p>Hi,thanks for the tutor here..I&#8217;m intending to create an online store..Can you help meby pointing me which one should i choose between zendamf with amfphp?Thanks..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Thomas</title>
		<link>http://corlan.org/2008/10/10/flex-and-php-remoting-with-amfphp/comment-page-2/#comment-4412</link>
		<dc:creator>Thomas</dc:creator>
		<pubDate>Fri, 29 May 2009 17:46:52 +0000</pubDate>
		<guid isPermaLink="false">http://corlan.org/2008/10/10/flex-and-php-remoting-with-amfphp/#comment-4412</guid>
		<description>Hi,

  Could you mind teach me how to filtering in DataGridColumn ? Many many thanks!

Best Regards,
Thomas</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>  Could you mind teach me how to filtering in DataGridColumn ? Many many thanks!</p>
<p>Best Regards,<br />
Thomas</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Thomas</title>
		<link>http://corlan.org/2008/10/10/flex-and-php-remoting-with-amfphp/comment-page-2/#comment-4400</link>
		<dc:creator>Thomas</dc:creator>
		<pubDate>Thu, 28 May 2009 18:39:46 +0000</pubDate>
		<guid isPermaLink="false">http://corlan.org/2008/10/10/flex-and-php-remoting-with-amfphp/#comment-4400</guid>
		<description>Hi,

   I have fixed the problems. Thank you for your help!

Best Regards,
Thomas</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>   I have fixed the problems. Thank you for your help!</p>
<p>Best Regards,<br />
Thomas</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mihai Corlan</title>
		<link>http://corlan.org/2008/10/10/flex-and-php-remoting-with-amfphp/comment-page-2/#comment-4392</link>
		<dc:creator>Mihai Corlan</dc:creator>
		<pubDate>Thu, 28 May 2009 06:33:49 +0000</pubDate>
		<guid isPermaLink="false">http://corlan.org/2008/10/10/flex-and-php-remoting-with-amfphp/#comment-4392</guid>
		<description>@Thomas

You can use Zend and Flex debugger. Find an interesting article here: http://miti.pricope.com/2008/06/06/debugging-flex-and-php-with-flex-builder-and-zend-studio/

yes you can, you have to understand how item renderes are working, and you can use an image tag maybe.</description>
		<content:encoded><![CDATA[<p>@Thomas</p>
<p>You can use Zend and Flex debugger. Find an interesting article here: <a href="http://miti.pricope.com/2008/06/06/debugging-flex-and-php-with-flex-builder-and-zend-studio/" rel="nofollow">http://miti.pricope.com/2008/06/06/debugging-flex-and-php-with-flex-builder-and-zend-studio/</a></p>
<p>yes you can, you have to understand how item renderes are working, and you can use an image tag maybe.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Thomas</title>
		<link>http://corlan.org/2008/10/10/flex-and-php-remoting-with-amfphp/comment-page-2/#comment-4386</link>
		<dc:creator>Thomas</dc:creator>
		<pubDate>Wed, 27 May 2009 17:24:17 +0000</pubDate>
		<guid isPermaLink="false">http://corlan.org/2008/10/10/flex-and-php-remoting-with-amfphp/#comment-4386</guid>
		<description>Hi, Thank you for your help, but I still can not update to mysql database after set temToBeSaved = event.itemRender.data as VOAuthor; and myRPC.saveData(itemToBeSaved); , could you mind let me konow how to debug in this part ? another question, if I have retirve the data is the file name abc.jpg in datagrid column, can I change to display the actual picture instead of the file name abc.jpg in datagrid ? Many many Thanks!</description>
		<content:encoded><![CDATA[<p>Hi, Thank you for your help, but I still can not update to mysql database after set temToBeSaved = event.itemRender.data as VOAuthor; and myRPC.saveData(itemToBeSaved); , could you mind let me konow how to debug in this part ? another question, if I have retirve the data is the file name abc.jpg in datagrid column, can I change to display the actual picture instead of the file name abc.jpg in datagrid ? Many many Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mihai Corlan</title>
		<link>http://corlan.org/2008/10/10/flex-and-php-remoting-with-amfphp/comment-page-2/#comment-4377</link>
		<dc:creator>Mihai Corlan</dc:creator>
		<pubDate>Tue, 26 May 2009 20:06:25 +0000</pubDate>
		<guid isPermaLink="false">http://corlan.org/2008/10/10/flex-and-php-remoting-with-amfphp/#comment-4377</guid>
		<description>@Thomas

It is in my article! Actually you can rewrite the listener for itemEditEnd event thrown by the datagrid like this:

itemToBeSaved = event.itemRender.data as VOAuthor;

and then call the saveData method on the RPC:
myRPC.saveData(itemToBeSaved);</description>
		<content:encoded><![CDATA[<p>@Thomas</p>
<p>It is in my article! Actually you can rewrite the listener for itemEditEnd event thrown by the datagrid like this:</p>
<p>itemToBeSaved = event.itemRender.data as VOAuthor;</p>
<p>and then call the saveData method on the RPC:<br />
myRPC.saveData(itemToBeSaved);</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Thomas</title>
		<link>http://corlan.org/2008/10/10/flex-and-php-remoting-with-amfphp/comment-page-2/#comment-4359</link>
		<dc:creator>Thomas</dc:creator>
		<pubDate>Tue, 26 May 2009 09:04:24 +0000</pubDate>
		<guid isPermaLink="false">http://corlan.org/2008/10/10/flex-and-php-remoting-with-amfphp/#comment-4359</guid>
		<description>Hi ,

  Could you mind let me know how to update to mysql db if the editable=&quot;true&quot;  ? Many Many Thanks!</description>
		<content:encoded><![CDATA[<p>Hi ,</p>
<p>  Could you mind let me know how to update to mysql db if the editable=&#8221;true&#8221;  ? Many Many Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Richard</title>
		<link>http://corlan.org/2008/10/10/flex-and-php-remoting-with-amfphp/comment-page-1/#comment-4254</link>
		<dc:creator>Richard</dc:creator>
		<pubDate>Mon, 18 May 2009 14:08:58 +0000</pubDate>
		<guid isPermaLink="false">http://corlan.org/2008/10/10/flex-and-php-remoting-with-amfphp/#comment-4254</guid>
		<description>Mihai

Thanks for clarifing things.

Richard</description>
		<content:encoded><![CDATA[<p>Mihai</p>
<p>Thanks for clarifing things.</p>
<p>Richard</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mihai Corlan</title>
		<link>http://corlan.org/2008/10/10/flex-and-php-remoting-with-amfphp/comment-page-1/#comment-4252</link>
		<dc:creator>Mihai Corlan</dc:creator>
		<pubDate>Mon, 18 May 2009 06:51:45 +0000</pubDate>
		<guid isPermaLink="false">http://corlan.org/2008/10/10/flex-and-php-remoting-with-amfphp/#comment-4252</guid>
		<description>@Richard

All the server code must goes to the server. AMFPHP is a server side library. Thus this library will go to your server as well. And the gatewat URL will be something like http://yourserverdomain.com/amfphp/gateway.php for example.

Just to recap:
- AMFPHP goes to your server;
- the endpoints must be updated to reflect that new URL;</description>
		<content:encoded><![CDATA[<p>@Richard</p>
<p>All the server code must goes to the server. AMFPHP is a server side library. Thus this library will go to your server as well. And the gatewat URL will be something like <a href="http://yourserverdomain.com/amfphp/gateway.php" rel="nofollow">http://yourserverdomain.com/amfphp/gateway.php</a> for example.</p>
<p>Just to recap:<br />
- AMFPHP goes to your server;<br />
- the endpoints must be updated to reflect that new URL;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Richard</title>
		<link>http://corlan.org/2008/10/10/flex-and-php-remoting-with-amfphp/comment-page-1/#comment-4237</link>
		<dc:creator>Richard</dc:creator>
		<pubDate>Sun, 17 May 2009 12:52:47 +0000</pubDate>
		<guid isPermaLink="false">http://corlan.org/2008/10/10/flex-and-php-remoting-with-amfphp/#comment-4237</guid>
		<description>Hi Mihai

Thanks for your help. I&#039;m still a little confused how Flex works. The client won&#039;t have a local host. I&#039;m using sqlite3 which will be installed along with there application and amfphp.Does the end point have to be a valid uri? How does amfphp communicate locally without a localhost? On my development computer I have a local host where the amfphp directory resides along with the web service files. For deployment purpose I copied everything over to my flex application folder which I have the amfphp directory and the sqlite3 database embeded in my application. How do I use the endpoints when the user doesn&#039;t have a localhost installed? 

I see how my remote web service works. I simply call the uri for my web service and it call the amfphp file on my web server. But running locally when the entire application contains everything I&#039;m scratching my head. I can go back and change all my queries to by pass amfphp but that is not an elegant solution. 

I guess what I&#039;m trying to say how does Flex communicate on a desktop application without a localhost installed? I see all the great examples that you provide and others. But when it comes to deploy a desktop application using Flex with this configuration I&#039;m missing something. I know the answer lies with the endpoints.

Thanks for responding. From your examples it has helped me tremendously.</description>
		<content:encoded><![CDATA[<p>Hi Mihai</p>
<p>Thanks for your help. I&#8217;m still a little confused how Flex works. The client won&#8217;t have a local host. I&#8217;m using sqlite3 which will be installed along with there application and amfphp.Does the end point have to be a valid uri? How does amfphp communicate locally without a localhost? On my development computer I have a local host where the amfphp directory resides along with the web service files. For deployment purpose I copied everything over to my flex application folder which I have the amfphp directory and the sqlite3 database embeded in my application. How do I use the endpoints when the user doesn&#8217;t have a localhost installed? </p>
<p>I see how my remote web service works. I simply call the uri for my web service and it call the amfphp file on my web server. But running locally when the entire application contains everything I&#8217;m scratching my head. I can go back and change all my queries to by pass amfphp but that is not an elegant solution. </p>
<p>I guess what I&#8217;m trying to say how does Flex communicate on a desktop application without a localhost installed? I see all the great examples that you provide and others. But when it comes to deploy a desktop application using Flex with this configuration I&#8217;m missing something. I know the answer lies with the endpoints.</p>
<p>Thanks for responding. From your examples it has helped me tremendously.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mihai Corlan</title>
		<link>http://corlan.org/2008/10/10/flex-and-php-remoting-with-amfphp/comment-page-1/#comment-4235</link>
		<dc:creator>Mihai Corlan</dc:creator>
		<pubDate>Sun, 17 May 2009 10:04:55 +0000</pubDate>
		<guid isPermaLink="false">http://corlan.org/2008/10/10/flex-and-php-remoting-with-amfphp/#comment-4235</guid>
		<description>@Richard

You can configure the RemoteObject at runtime. For example you could put all the configuration you need (like endpoint for example) in a text or XML file on your server, in the same folder as the Flex application. Then, when the application is loaded you use a HTTPService to load the XML file, get the value for the Endpoint and create the remoteObject.</description>
		<content:encoded><![CDATA[<p>@Richard</p>
<p>You can configure the RemoteObject at runtime. For example you could put all the configuration you need (like endpoint for example) in a text or XML file on your server, in the same folder as the Flex application. Then, when the application is loaded you use a HTTPService to load the XML file, get the value for the Endpoint and create the remoteObject.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Richard</title>
		<link>http://corlan.org/2008/10/10/flex-and-php-remoting-with-amfphp/comment-page-1/#comment-4220</link>
		<dc:creator>Richard</dc:creator>
		<pubDate>Fri, 15 May 2009 23:48:45 +0000</pubDate>
		<guid isPermaLink="false">http://corlan.org/2008/10/10/flex-and-php-remoting-with-amfphp/#comment-4220</guid>
		<description>Hi Mihai

I really enjoyed your tutorial. I&#039;m working on my first Flex project and tried installing it. I have the AMFPHP folder in my desktop web application. How do I define the web points for my application? During development I use the http://localhost/amfphp/gateway.php endpoint. The client when they install there application won&#039;t have a local host set up. Is there a work around for this. My project contains everything. I can connecgt to a remote web service but not the local one. 

I tried using this


			
		

Any suggestions. I&#039;m sure that this is a common problem. Thanks</description>
		<content:encoded><![CDATA[<p>Hi Mihai</p>
<p>I really enjoyed your tutorial. I&#8217;m working on my first Flex project and tried installing it. I have the AMFPHP folder in my desktop web application. How do I define the web points for my application? During development I use the <a href="http://localhost/amfphp/gateway.php" rel="nofollow">http://localhost/amfphp/gateway.php</a> endpoint. The client when they install there application won&#8217;t have a local host set up. Is there a work around for this. My project contains everything. I can connecgt to a remote web service but not the local one. </p>
<p>I tried using this</p>
<p>Any suggestions. I&#8217;m sure that this is a common problem. Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jacob</title>
		<link>http://corlan.org/2008/10/10/flex-and-php-remoting-with-amfphp/comment-page-1/#comment-4158</link>
		<dc:creator>Jacob</dc:creator>
		<pubDate>Mon, 11 May 2009 12:28:22 +0000</pubDate>
		<guid isPermaLink="false">http://corlan.org/2008/10/10/flex-and-php-remoting-with-amfphp/#comment-4158</guid>
		<description>is it possible to send a zip file from flex to amfphp using the remoteobject?

The thing i would like to do is.. in flex i have multiple records in a sqlite db.
- get all data of one record..
- get the 2 images that belong to that record
- create textfile for record text.
- save images and textfile in a zip
- send it to server.
- unpack zip
- store images
- read textfile
- store data from text file in mysql db.
- send a complete back to flex so i know its done and i can send the next record.

Or would there be a better solution to send data and images to flex.. and store all. 
Sending the images as binarydata or something?

greets, jacob</description>
		<content:encoded><![CDATA[<p>is it possible to send a zip file from flex to amfphp using the remoteobject?</p>
<p>The thing i would like to do is.. in flex i have multiple records in a sqlite db.<br />
- get all data of one record..<br />
- get the 2 images that belong to that record<br />
- create textfile for record text.<br />
- save images and textfile in a zip<br />
- send it to server.<br />
- unpack zip<br />
- store images<br />
- read textfile<br />
- store data from text file in mysql db.<br />
- send a complete back to flex so i know its done and i can send the next record.</p>
<p>Or would there be a better solution to send data and images to flex.. and store all.<br />
Sending the images as binarydata or something?</p>
<p>greets, jacob</p>
]]></content:encoded>
	</item>
</channel>
</rss>
