<?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: Creating Objects (4 of 5)</title>
	<atom:link href="http://jacwright.com/blog/22/creating-objects/feed/" rel="self" type="application/rss+xml" />
	<link>http://jacwright.com/blog/22/creating-objects/</link>
	<description>Flex, AIR, PHP, etc.</description>
	<lastBuildDate>Thu, 29 Jul 2010 18:05:52 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: Victor Sarabia</title>
		<link>http://jacwright.com/blog/22/creating-objects/comment-page-1/#comment-8991</link>
		<dc:creator>Victor Sarabia</dc:creator>
		<pubDate>Tue, 12 Jan 2010 14:58:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.jacwright.com/blog/?p=22#comment-8991</guid>
		<description>Are you publishing the last article:
Making Objects Reusable ?

Great articles by the way !</description>
		<content:encoded><![CDATA[<p>Are you publishing the last article:<br />
Making Objects Reusable ?</p>
<p>Great articles by the way !</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jacob Wright</title>
		<link>http://jacwright.com/blog/22/creating-objects/comment-page-1/#comment-8865</link>
		<dc:creator>Jacob Wright</dc:creator>
		<pubDate>Mon, 14 Dec 2009 16:22:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.jacwright.com/blog/?p=22#comment-8865</guid>
		<description>redge,

It just depends on how complex your app will be. If it is really simple, you could do it without being as object-oriented. The more complex it becomes the more you need good organization, the more you need OOP.

Generally speaking, the server code can be independent (should be) from the client code. The objects on the server don&#039;t have to match up to the objects on the client. You can send the data over in whatever format, AMF, XML, JSON, etc. and when it comes over then convert it into the objects the data needs to be. If you&#039;re the only one writing the code, doing front and backend code, you could save time by having the same objects on both sides and allowing AMF to handle the conversion, but it&#039;s really up to you and your situation.</description>
		<content:encoded><![CDATA[<p>redge,</p>
<p>It just depends on how complex your app will be. If it is really simple, you could do it without being as object-oriented. The more complex it becomes the more you need good organization, the more you need OOP.</p>
<p>Generally speaking, the server code can be independent (should be) from the client code. The objects on the server don&#8217;t have to match up to the objects on the client. You can send the data over in whatever format, AMF, XML, JSON, etc. and when it comes over then convert it into the objects the data needs to be. If you&#8217;re the only one writing the code, doing front and backend code, you could save time by having the same objects on both sides and allowing AMF to handle the conversion, but it&#8217;s really up to you and your situation.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: redge</title>
		<link>http://jacwright.com/blog/22/creating-objects/comment-page-1/#comment-8861</link>
		<dc:creator>redge</dc:creator>
		<pubDate>Mon, 14 Dec 2009 13:14:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.jacwright.com/blog/?p=22#comment-8861</guid>
		<description>Hy,

I&#039;m trying to build an AIR application, in it simplest version I&#039;d like to display a ToDo-list in a small widget on the desktop.
The question I have has to do with the PHP side of the application.
In actionscript I&#039;ve created an object called toDoList witch gets the tasks from an onlne Db. The tasks are created by the Projectmanager and allocated to the different team members. 
Now for the actual question :
Do I create a toDoList object in PHP as well and pass the list as an object (AMF)?
Or do I just make functions in PHP wich handle reading from and writing to the Db ?
I know it&#039;s kind of a long question but I do hope you can help!!(My teacher couldn&#039;t).
Redge</description>
		<content:encoded><![CDATA[<p>Hy,</p>
<p>I&#8217;m trying to build an AIR application, in it simplest version I&#8217;d like to display a ToDo-list in a small widget on the desktop.<br />
The question I have has to do with the PHP side of the application.<br />
In actionscript I&#8217;ve created an object called toDoList witch gets the tasks from an onlne Db. The tasks are created by the Projectmanager and allocated to the different team members.<br />
Now for the actual question :<br />
Do I create a toDoList object in PHP as well and pass the list as an object (AMF)?<br />
Or do I just make functions in PHP wich handle reading from and writing to the Db ?<br />
I know it&#8217;s kind of a long question but I do hope you can help!!(My teacher couldn&#8217;t).<br />
Redge</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tommy</title>
		<link>http://jacwright.com/blog/22/creating-objects/comment-page-1/#comment-8306</link>
		<dc:creator>Tommy</dc:creator>
		<pubDate>Thu, 02 Apr 2009 23:26:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.jacwright.com/blog/?p=22#comment-8306</guid>
		<description>Great article! Have you written any more articles like this on OO thinking?

Thanks for the knowledge.</description>
		<content:encoded><![CDATA[<p>Great article! Have you written any more articles like this on OO thinking?</p>
<p>Thanks for the knowledge.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jonathan Duncan</title>
		<link>http://jacwright.com/blog/22/creating-objects/comment-page-1/#comment-970</link>
		<dc:creator>Jonathan Duncan</dc:creator>
		<pubDate>Thu, 10 Aug 2006 17:35:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.jacwright.com/blog/?p=22#comment-970</guid>
		<description>Any ETA for when article number 5 of 5 will be coming?</description>
		<content:encoded><![CDATA[<p>Any ETA for when article number 5 of 5 will be coming?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lutz</title>
		<link>http://jacwright.com/blog/22/creating-objects/comment-page-1/#comment-52</link>
		<dc:creator>Lutz</dc:creator>
		<pubDate>Fri, 23 Sep 2005 20:11:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.jacwright.com/blog/?p=22#comment-52</guid>
		<description>Hello Jacob,
I&#039;ve stumbled over your articles and found them quite interesting as i&#039;m currently trying to learn php. after having read many articles about oop i&#039;m still a bit clueless about how to do it. It would be nice to have some sample apps to look at to understand the way it being done. Could you maybe give me some examples of &quot;good&quot; oop apps?</description>
		<content:encoded><![CDATA[<p>Hello Jacob,<br />
I&#8217;ve stumbled over your articles and found them quite interesting as i&#8217;m currently trying to learn php. after having read many articles about oop i&#8217;m still a bit clueless about how to do it. It would be nice to have some sample apps to look at to understand the way it being done. Could you maybe give me some examples of &#8220;good&#8221; oop apps?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Franky-D</title>
		<link>http://jacwright.com/blog/22/creating-objects/comment-page-1/#comment-49</link>
		<dc:creator>Franky-D</dc:creator>
		<pubDate>Fri, 16 Sep 2005 21:35:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.jacwright.com/blog/?p=22#comment-49</guid>
		<description>Nice article(s).
Big up!
I wonder when the last article will come out.
Since Flash 8 is released, will there be any differences?

Greetz://
Franky-D</description>
		<content:encoded><![CDATA[<p>Nice article(s).<br />
Big up!<br />
I wonder when the last article will come out.<br />
Since Flash 8 is released, will there be any differences?</p>
<p>Greetz://<br />
Franky-D</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Merlyn</title>
		<link>http://jacwright.com/blog/22/creating-objects/comment-page-1/#comment-46</link>
		<dc:creator>Merlyn</dc:creator>
		<pubDate>Sun, 28 Aug 2005 02:49:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.jacwright.com/blog/?p=22#comment-46</guid>
		<description>Excellent Article! I&#039;d like to see, say an object oriented program from planning to code.</description>
		<content:encoded><![CDATA[<p>Excellent Article! I&#8217;d like to see, say an object oriented program from planning to code.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: joshbuhler.com &#187; Intro to OOP</title>
		<link>http://jacwright.com/blog/22/creating-objects/comment-page-1/#comment-45</link>
		<dc:creator>joshbuhler.com &#187; Intro to OOP</dc:creator>
		<pubDate>Sat, 06 Aug 2005 05:25:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.jacwright.com/blog/?p=22#comment-45</guid>
		<description>[...] Part 4: Creating Objects [...]</description>
		<content:encoded><![CDATA[<p>[...] Part 4: Creating Objects [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jac Wright &#187; Creating Objects (4 of 5)</title>
		<link>http://jacwright.com/blog/22/creating-objects/comment-page-1/#comment-42</link>
		<dc:creator>Jac Wright &#187; Creating Objects (4 of 5)</dc:creator>
		<pubDate>Fri, 05 Aug 2005 16:40:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.jacwright.com/blog/?p=22#comment-42</guid>
		<description>[...] Creating Objects (4 of 5)   July 18th, 2005&#8212; Jacob Wright [...]</description>
		<content:encoded><![CDATA[<p>[...] Creating Objects (4 of 5)   July 18th, 2005&mdash; Jacob Wright [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
