<?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: Adobe Flex &#8211;  Presentation &amp; Cookbook</title>
	<atom:link href="http://jonniespratley.com/2008/09/19/flex-and-amfphp-mini-cookbook/feed/" rel="self" type="application/rss+xml" />
	<link>http://jonniespratley.com/2008/09/19/flex-and-amfphp-mini-cookbook/</link>
	<description>Programming with Flash, Flex and PHP</description>
	<lastBuildDate>Tue, 23 Feb 2010 23:53:13 -0500</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Kiruban Naidoo</title>
		<link>http://jonniespratley.com/2008/09/19/flex-and-amfphp-mini-cookbook/comment-page-1/#comment-126</link>
		<dc:creator>Kiruban Naidoo</dc:creator>
		<pubDate>Wed, 11 Mar 2009 04:02:16 +0000</pubDate>
		<guid isPermaLink="false">http://jonniespratley.com/2008/09/19/flex-and-amfphp-mini-cookbook/#comment-126</guid>
		<description>Hi again....

I need your help and hope for a quick response.

I am working on my first flex3/amfphp/Cairngorm project and have spent sleepless nights on basic issues!  I just need some direction.

For the login section of my program, I created a LoginVO.as file as a value object to pass my userid and password to my php service.  There is also a UserVO.as and UserVO.php value object files that are supposed to return the logged in user&#039;s details (such as first_name, last_name, cell, etc.)  The service works but I get an ArrayCollection returned instead of a UserVO object. 

I have checked all my paths and they are correct.  How can I fix this?  Do I need to map the array collection returned to my VO.  This seems to defeat the purpose of using amfphp and remote objects....

Please help urgently.

Thanks</description>
		<content:encoded><![CDATA[<p>Hi again&#8230;.</p>
<p>I need your help and hope for a quick response.</p>
<p>I am working on my first flex3/amfphp/Cairngorm project and have spent sleepless nights on basic issues!  I just need some direction.</p>
<p>For the login section of my program, I created a LoginVO.as file as a value object to pass my userid and password to my php service.  There is also a UserVO.as and UserVO.php value object files that are supposed to return the logged in user&#8217;s details (such as first_name, last_name, cell, etc.)  The service works but I get an ArrayCollection returned instead of a UserVO object. </p>
<p>I have checked all my paths and they are correct.  How can I fix this?  Do I need to map the array collection returned to my VO.  This seems to defeat the purpose of using amfphp and remote objects&#8230;.</p>
<p>Please help urgently.</p>
<p>Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kiruban Naidoo</title>
		<link>http://jonniespratley.com/2008/09/19/flex-and-amfphp-mini-cookbook/comment-page-1/#comment-124</link>
		<dc:creator>Kiruban Naidoo</dc:creator>
		<pubDate>Thu, 05 Mar 2009 15:26:18 +0000</pubDate>
		<guid isPermaLink="false">http://jonniespratley.com/2008/09/19/flex-and-amfphp-mini-cookbook/#comment-124</guid>
		<description>Hi,

Thanks for your response...   

I am busy going through your Cairngorm articles/recipes (Chapter4) - the cookbook is great but reading your code is extremely tedious!  The black background and dark blue color of some of the code just does not work!!  Make the background a lighter color to make it easy on our eyes :)</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>Thanks for your response&#8230;   </p>
<p>I am busy going through your Cairngorm articles/recipes (Chapter4) &#8211; the cookbook is great but reading your code is extremely tedious!  The black background and dark blue color of some of the code just does not work!!  Make the background a lighter color to make it easy on our eyes <img src='http://jonniespratley.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kiruban Naidoo</title>
		<link>http://jonniespratley.com/2008/09/19/flex-and-amfphp-mini-cookbook/comment-page-1/#comment-119</link>
		<dc:creator>Kiruban Naidoo</dc:creator>
		<pubDate>Thu, 26 Feb 2009 20:17:55 +0000</pubDate>
		<guid isPermaLink="false">http://jonniespratley.com/2008/09/19/flex-and-amfphp-mini-cookbook/#comment-119</guid>
		<description>Hi,

What&#039;s happened to the first part of the cookbook?  I can&#039;t access it at all - just a blank page with a title and no info....

I am looking for resources that explain AMFPHP/Cairngorm and Flex3 simply for someone new to Flex...

Compliments on a cool site tho :)</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>What&#8217;s happened to the first part of the cookbook?  I can&#8217;t access it at all &#8211; just a blank page with a title and no info&#8230;.</p>
<p>I am looking for resources that explain AMFPHP/Cairngorm and Flex3 simply for someone new to Flex&#8230;</p>
<p>Compliments on a cool site tho <img src='http://jonniespratley.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jonnie</title>
		<link>http://jonniespratley.com/2008/09/19/flex-and-amfphp-mini-cookbook/comment-page-1/#comment-52</link>
		<dc:creator>Jonnie</dc:creator>
		<pubDate>Sun, 28 Sep 2008 04:45:15 +0000</pubDate>
		<guid isPermaLink="false">http://jonniespratley.com/2008/09/19/flex-and-amfphp-mini-cookbook/#comment-52</guid>
		<description>Let me try to explain this..

	If TableA has the following naming convention:
	
	ID   		       VARCHAR   	NOT NULL
	poSTitle     	VARCHAR  	NOT NULL
	POsTbODY  	TEXT  		NOT NULL
	
	And we want to be able to rename our fields comming back, so we can create our own
	names for the columns.
	
	We want to create something alittle bit more readable, for example:
	
	$post_id
	$post_title
	$post_body

	The record set that we are taking is a object,
	then we are filtering those fields, and assigning 
	them to the variables that we created.
	
	we would use something like this
	
	$this-&gt;VARIABLE = ARGUMENT[&quot;NAME-OF-COLUMN&quot;];
	
	Now we can get a clean output of our data, 
	I have tried using amfphp without doing this and it
	wasn&#039;t a pretty sight, all of the names were jacked up and I just couldn&#039;t 
	stand looking at those horrible names from the database. Amfphp can be used
	with out mapObject(obj) and it can, I prefer using it.</description>
		<content:encoded><![CDATA[<p>Let me try to explain this..</p>
<p>	If TableA has the following naming convention:</p>
<p>	ID   		       VARCHAR   	NOT NULL<br />
	poSTitle     	VARCHAR  	NOT NULL<br />
	POsTbODY  	TEXT  		NOT NULL</p>
<p>	And we want to be able to rename our fields comming back, so we can create our own<br />
	names for the columns.</p>
<p>	We want to create something alittle bit more readable, for example:</p>
<p>	$post_id<br />
	$post_title<br />
	$post_body</p>
<p>	The record set that we are taking is a object,<br />
	then we are filtering those fields, and assigning<br />
	them to the variables that we created.</p>
<p>	we would use something like this</p>
<p>	$this->VARIABLE = ARGUMENT["NAME-OF-COLUMN"];</p>
<p>	Now we can get a clean output of our data,<br />
	I have tried using amfphp without doing this and it<br />
	wasn&#8217;t a pretty sight, all of the names were jacked up and I just couldn&#8217;t<br />
	stand looking at those horrible names from the database. Amfphp can be used<br />
	with out mapObject(obj) and it can, I prefer using it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alan</title>
		<link>http://jonniespratley.com/2008/09/19/flex-and-amfphp-mini-cookbook/comment-page-1/#comment-51</link>
		<dc:creator>Alan</dc:creator>
		<pubDate>Sat, 27 Sep 2008 15:38:29 +0000</pubDate>
		<guid isPermaLink="false">http://jonniespratley.com/2008/09/19/flex-and-amfphp-mini-cookbook/#comment-51</guid>
		<description>Good Stuff.  

&gt;I&#039;ve created one robust Flex / AMFPHP app using caringorm, so my questions are in that context

In &#039;SnippetVO.as&#039; I don&#039;t understand what is happening in your in constuctor.  Any reason why just an empty constructor won&#039;t do?

Next, in &#039;SnippetVO.php&#039; , you have &#039;mapObject&#039;.  Why is that?  When I made my app, my php VO was just the variables, everything was always typed and uber cool.

Look forward to taking this apart.  Thanks</description>
		<content:encoded><![CDATA[<p>Good Stuff.  </p>
<p>&gt;I&#8217;ve created one robust Flex / AMFPHP app using caringorm, so my questions are in that context</p>
<p>In &#8216;SnippetVO.as&#8217; I don&#8217;t understand what is happening in your in constuctor.  Any reason why just an empty constructor won&#8217;t do?</p>
<p>Next, in &#8216;SnippetVO.php&#8217; , you have &#8216;mapObject&#8217;.  Why is that?  When I made my app, my php VO was just the variables, everything was always typed and uber cool.</p>
<p>Look forward to taking this apart.  Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Hyder Alamgir</title>
		<link>http://jonniespratley.com/2008/09/19/flex-and-amfphp-mini-cookbook/comment-page-1/#comment-49</link>
		<dc:creator>Hyder Alamgir</dc:creator>
		<pubDate>Sat, 27 Sep 2008 03:27:56 +0000</pubDate>
		<guid isPermaLink="false">http://jonniespratley.com/2008/09/19/flex-and-amfphp-mini-cookbook/#comment-49</guid>
		<description>Hey Jonnie! Excellent post... will be a lot of help to flex devs new to AMFPHP

Keep up the great work!


Featured here:
http://alamgirdesigns.blogspot.com/2008/09/flex-cheatsheet-flex-and-amfphp.html</description>
		<content:encoded><![CDATA[<p>Hey Jonnie! Excellent post&#8230; will be a lot of help to flex devs new to AMFPHP</p>
<p>Keep up the great work!</p>
<p>Featured here:<br />
<a href="http://alamgirdesigns.blogspot.com/2008/09/flex-cheatsheet-flex-and-amfphp.html" rel="nofollow">http://alamgirdesigns.blogspot.com/2008/09/flex-cheatsheet-flex-and-amfphp.html</a></p>
]]></content:encoded>
	</item>
</channel>
</rss>
