<?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 CodeIgniter with AMFPHP</title>
	<atom:link href="http://ria-coder.com/blog/integrating-codeigniter-with-amfphp/feed" rel="self" type="application/rss+xml" />
	<link>http://ria-coder.com/blog/integrating-codeigniter-with-amfphp</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: Ben Rose</title>
		<link>http://ria-coder.com/blog/integrating-codeigniter-with-amfphp#comment-233</link>
		<dc:creator>Ben Rose</dc:creator>
		<pubDate>Mon, 03 Jan 2011 00:54:54 +0000</pubDate>
		<guid isPermaLink="false">http://ria-coder.com/blog/?p=36#comment-233</guid>
		<description>Thanks for this article.  Your posts here and on other topics are very helpful. 

So are you using the CI library solely for the Model of your Flex + PHP apps and using Flex data binding to PHP services?  Are your Controllers in AS or PHP (assuming you are using some sort of overall MVC architecture)?

Thanks</description>
		<content:encoded><![CDATA[<p>Thanks for this article.  Your posts here and on other topics are very helpful. </p>
<p>So are you using the CI library solely for the Model of your Flex + PHP apps and using Flex data binding to PHP services?  Are your Controllers in AS or PHP (assuming you are using some sort of overall MVC architecture)?</p>
<p>Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: pelachile</title>
		<link>http://ria-coder.com/blog/integrating-codeigniter-with-amfphp#comment-215</link>
		<dc:creator>pelachile</dc:creator>
		<pubDate>Mon, 29 Nov 2010 10:03:09 +0000</pubDate>
		<guid isPermaLink="false">http://ria-coder.com/blog/?p=36#comment-215</guid>
		<description>I realize that I am coming at this late, but I really want to use Flex as my front end and codeigniter as my backend. I am fairly proficient with codeigniter and just barely starting out in Flex. I have seen and tried every tutorial to get the two to work together but to no avail. All I want to do is to be able to write all my database stuff with codeigniter so I can use the controller/model and codeigniter&#039;s implementation of Active Record and then let Flex handle all the pretty stuff. I would like to use AMF&#039;s binary format because of the app that I am working on will just bog with XML, JSON etc. I just can&#039;t get your example to work. BTW I think your CMS looks awesome, but complicated. Your a smart dude.</description>
		<content:encoded><![CDATA[<p>I realize that I am coming at this late, but I really want to use Flex as my front end and codeigniter as my backend. I am fairly proficient with codeigniter and just barely starting out in Flex. I have seen and tried every tutorial to get the two to work together but to no avail. All I want to do is to be able to write all my database stuff with codeigniter so I can use the controller/model and codeigniter&#8217;s implementation of Active Record and then let Flex handle all the pretty stuff. I would like to use AMF&#8217;s binary format because of the app that I am working on will just bog with XML, JSON etc. I just can&#8217;t get your example to work. BTW I think your CMS looks awesome, but complicated. Your a smart dude.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Harsha</title>
		<link>http://ria-coder.com/blog/integrating-codeigniter-with-amfphp#comment-25</link>
		<dc:creator>Harsha</dc:creator>
		<pubDate>Mon, 09 Aug 2010 06:28:18 +0000</pubDate>
		<guid isPermaLink="false">http://ria-coder.com/blog/?p=36#comment-25</guid>
		<description>Thanks for the article..I am new to php and found this more informative.I had read ur tutorial but when i run  testservice on wamp server its saying waiting for localhost and i am not able to see output.Can anyone help me...

Thanks,
Harsha.</description>
		<content:encoded><![CDATA[<p>Thanks for the article..I am new to php and found this more informative.I had read ur tutorial but when i run  testservice on wamp server its saying waiting for localhost and i am not able to see output.Can anyone help me&#8230;</p>
<p>Thanks,<br />
Harsha.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: CodeIgniter Tutorials to Help You Get Started &#124; KomunitasWeb</title>
		<link>http://ria-coder.com/blog/integrating-codeigniter-with-amfphp#comment-24</link>
		<dc:creator>CodeIgniter Tutorials to Help You Get Started &#124; KomunitasWeb</dc:creator>
		<pubDate>Tue, 09 Feb 2010 20:12:10 +0000</pubDate>
		<guid isPermaLink="false">http://ria-coder.com/blog/?p=36#comment-24</guid>
		<description>[...] Integrating CodeIgniter with AMFPHP &#8211; AMFPHP and CodeIgniter work together. [...]</description>
		<content:encoded><![CDATA[<p>[...] Integrating CodeIgniter with AMFPHP &#8211; AMFPHP and CodeIgniter work together. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: admin</title>
		<link>http://ria-coder.com/blog/integrating-codeigniter-with-amfphp#comment-23</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Thu, 14 Jan 2010 15:20:22 +0000</pubDate>
		<guid isPermaLink="false">http://ria-coder.com/blog/?p=36#comment-23</guid>
		<description>Hi Chris, thanks for the comment

&lt;blockquote&gt;Why don&#039;t you use ci as a framework?&lt;/blockquote&gt;
CodeIgniter is essentially an MVC framework for PHP. CodeIgniter was originally meant to output to HTML, so if you want to use it with Flex, you are pretty-much not leveraging the framework in full. You can&#039;t use the full CodeIgniter framework in Flex because a lot of your logic will be implemented in ActionScript, so i thought that - since CodeIgniter is great for getting a site together quickly - it would be nice to use it as a library of PHP code on the server-side.

If you need more clarity, feel free to ask away!</description>
		<content:encoded><![CDATA[<p>Hi Chris, thanks for the comment</p>
<blockquote><p>Why don&#8217;t you use ci as a framework?</p></blockquote>
<p>CodeIgniter is essentially an MVC framework for PHP. CodeIgniter was originally meant to output to HTML, so if you want to use it with Flex, you are pretty-much not leveraging the framework in full. You can&#8217;t use the full CodeIgniter framework in Flex because a lot of your logic will be implemented in ActionScript, so i thought that &#8211; since CodeIgniter is great for getting a site together quickly &#8211; it would be nice to use it as a library of PHP code on the server-side.</p>
<p>If you need more clarity, feel free to ask away!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris</title>
		<link>http://ria-coder.com/blog/integrating-codeigniter-with-amfphp#comment-22</link>
		<dc:creator>Chris</dc:creator>
		<pubDate>Thu, 14 Jan 2010 15:15:25 +0000</pubDate>
		<guid isPermaLink="false">http://ria-coder.com/blog/?p=36#comment-22</guid>
		<description>So,you mean,if i do follow your tutorial,i must use codeigniter as a library but not a framework.Why don&#039;t you use ci as a framework? If i want to use CI as a framework, how could i do?Thanks.</description>
		<content:encoded><![CDATA[<p>So,you mean,if i do follow your tutorial,i must use codeigniter as a library but not a framework.Why don&#8217;t you use ci as a framework? If i want to use CI as a framework, how could i do?Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Help me please!!!!!!!!!!!!</title>
		<link>http://ria-coder.com/blog/integrating-codeigniter-with-amfphp#comment-21</link>
		<dc:creator>Help me please!!!!!!!!!!!!</dc:creator>
		<pubDate>Tue, 22 Dec 2009 17:15:41 +0000</pubDate>
		<guid isPermaLink="false">http://ria-coder.com/blog/?p=36#comment-21</guid>
		<description>Every one, tell me how can I use the model class of CodeIgniter integrated with AMFPHP. Because I have the files configured as before way, but when I try to call or load any class or model created previusly, appear one error. Tell me one way to use this.</description>
		<content:encoded><![CDATA[<p>Every one, tell me how can I use the model class of CodeIgniter integrated with AMFPHP. Because I have the files configured as before way, but when I try to call or load any class or model created previusly, appear one error. Tell me one way to use this.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Danny Kopping</title>
		<link>http://ria-coder.com/blog/integrating-codeigniter-with-amfphp#comment-17</link>
		<dc:creator>Danny Kopping</dc:creator>
		<pubDate>Wed, 09 Sep 2009 14:34:40 +0000</pubDate>
		<guid isPermaLink="false">http://ria-coder.com/blog/?p=36#comment-17</guid>
		<description>Hi Visi

Unfortunately, i haven&#039;t used CodeIgniter as it was intended... I merely use it as a library, not a framework. Can&#039;t really help you there... try checking out the CodeIgniter website&#039;s forums for some help.

Thanks</description>
		<content:encoded><![CDATA[<p>Hi Visi</p>
<p>Unfortunately, i haven&#8217;t used CodeIgniter as it was intended&#8230; I merely use it as a library, not a framework. Can&#8217;t really help you there&#8230; try checking out the CodeIgniter website&#8217;s forums for some help.</p>
<p>Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Visi</title>
		<link>http://ria-coder.com/blog/integrating-codeigniter-with-amfphp#comment-20</link>
		<dc:creator>Visi</dc:creator>
		<pubDate>Wed, 09 Sep 2009 14:23:40 +0000</pubDate>
		<guid isPermaLink="false">http://ria-coder.com/blog/?p=36#comment-20</guid>
		<description>I am developing  website in codeigniter. I need to use a newsletter module for displaying on the website and also sending it to the subscribers. I am using phplist for this. Can you please help me how to integrate it with CI.
I also want to integrate the Google Map API. How to get ti done as well</description>
		<content:encoded><![CDATA[<p>I am developing  website in codeigniter. I need to use a newsletter module for displaying on the website and also sending it to the subscribers. I am using phplist for this. Can you please help me how to integrate it with CI.<br />
I also want to integrate the Google Map API. How to get ti done as well</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Danny Kopping</title>
		<link>http://ria-coder.com/blog/integrating-codeigniter-with-amfphp#comment-19</link>
		<dc:creator>Danny Kopping</dc:creator>
		<pubDate>Wed, 09 Sep 2009 11:38:21 +0000</pubDate>
		<guid isPermaLink="false">http://ria-coder.com/blog/?p=36#comment-19</guid>
		<description>Hi Darin

Your question is a little vague.
&quot;I used TestService as extends myCIController&quot;

Are you using the exact mechanism that i described in the tutorial or have you customized it?</description>
		<content:encoded><![CDATA[<p>Hi Darin</p>
<p>Your question is a little vague.<br />
&#8220;I used TestService as extends myCIController&#8221;</p>
<p>Are you using the exact mechanism that i described in the tutorial or have you customized it?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

