<?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: Codeigniter AMFPHP library &#8211; updated</title>
	<atom:link href="http://philpalmieri.com/2009/04/codeigniter-amfphp-library/feed/" rel="self" type="application/rss+xml" />
	<link>http://philpalmieri.com/2009/04/codeigniter-amfphp-library/</link>
	<description>php, codeigniter, mysql, jquery, as3 &#38; flex</description>
	<lastBuildDate>Fri, 16 Jul 2010 18:29:22 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: Noel</title>
		<link>http://philpalmieri.com/2009/04/codeigniter-amfphp-library/comment-page-1/#comment-1648</link>
		<dc:creator>Noel</dc:creator>
		<pubDate>Fri, 07 May 2010 09:22:33 +0000</pubDate>
		<guid isPermaLink="false">http://philpalmieri.com/?p=10#comment-1648</guid>
		<description>Thanks for the response. Yes, that seems to be the issue alright.

OK, I&#039;ve fixed that. But it&#039;s still not behaving. It works on my localhost, but in a live environment, it doesn&#039;t. It seems to break at the point where I try to call a method from a auto-loaded library, from within a method from a different library I called from inside the service. I think I&#039;m going to have to try a different AMF method :(</description>
		<content:encoded><![CDATA[<p>Thanks for the response. Yes, that seems to be the issue alright.</p>
<p>OK, I&#8217;ve fixed that. But it&#8217;s still not behaving. It works on my localhost, but in a live environment, it doesn&#8217;t. It seems to break at the point where I try to call a method from a auto-loaded library, from within a method from a different library I called from inside the service. I think I&#8217;m going to have to try a different AMF method <img src='http://philpalmieri.com/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Phil</title>
		<link>http://philpalmieri.com/2009/04/codeigniter-amfphp-library/comment-page-1/#comment-1647</link>
		<dc:creator>Phil</dc:creator>
		<pubDate>Fri, 07 May 2010 00:04:50 +0000</pubDate>
		<guid isPermaLink="false">http://philpalmieri.com/?p=10#comment-1647</guid>
		<description>i use this .htaccess 
&lt;IfModule mod_rewrite.c&gt;
  RewriteEngine On
  RewriteCond %{REQUEST_FILENAME} !-f
  RewriteCond %{REQUEST_FILENAME} !-d
  RewriteRule ^(.*)$ index.php/$1 [L]
&lt;/IfModule&gt;

Then i just set the gateway string to  &quot;/amf_gateway&quot;</description>
		<content:encoded><![CDATA[<p>i use this .htaccess<br />
<ifmodule mod_rewrite.c><br />
  RewriteEngine On<br />
  RewriteCond %{REQUEST_FILENAME} !-f<br />
  RewriteCond %{REQUEST_FILENAME} !-d<br />
  RewriteRule ^(.*)$ index.php/$1 [L]<br />
</ifmodule></p>
<p>Then i just set the gateway string to  &#8220;/amf_gateway&#8221;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Phil</title>
		<link>http://philpalmieri.com/2009/04/codeigniter-amfphp-library/comment-page-1/#comment-1646</link>
		<dc:creator>Phil</dc:creator>
		<pubDate>Fri, 07 May 2010 00:01:45 +0000</pubDate>
		<guid isPermaLink="false">http://philpalmieri.com/?p=10#comment-1646</guid>
		<description>it looks like somewhere you are double concatenating your path.. . &quot;C:\xampp\htdocs\xxx/C:\xampp\htdocs\....&quot;</description>
		<content:encoded><![CDATA[<p>it looks like somewhere you are double concatenating your path.. . &#8220;C:\xampp\htdocs\xxx/C:\xampp\htdocs\&#8230;.&#8221;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Noel</title>
		<link>http://philpalmieri.com/2009/04/codeigniter-amfphp-library/comment-page-1/#comment-1645</link>
		<dc:creator>Noel</dc:creator>
		<pubDate>Thu, 06 May 2010 23:59:07 +0000</pubDate>
		<guid isPermaLink="false">http://philpalmieri.com/?p=10#comment-1645</guid>
		<description>Hi, thanks a million for this library. It&#039;s really useful. However, I&#039;ve been having some trouble with using libraries and some models.

I tried your advice above, i.e. changing the basepath, but that kills my entire app, like so;

Warning: require_once(C:\xampp\htdocs\xxx/C:\xampp\htdocs\xxx/system/codeigniter/CodeIgniter.php) [function.require-once]: failed to open stream: Invalid argument in C:\xampp\htdocs\xxx\index.php  on line 124

Fatal error: require_once() [function.require]: Failed opening required &#039;C:\xampp\htdocs\xxx/C:\xampp\htdocs\xxx/system/codeigniter/CodeIgniter.php&#039; (include_path=&#039;.;C:\xampp\php\PEAR&#039;) in C:\xampp\htdocs\xxx\index.php on line 124

Does this make sense to you?</description>
		<content:encoded><![CDATA[<p>Hi, thanks a million for this library. It&#8217;s really useful. However, I&#8217;ve been having some trouble with using libraries and some models.</p>
<p>I tried your advice above, i.e. changing the basepath, but that kills my entire app, like so;</p>
<p>Warning: require_once(C:\xampp\htdocs\xxx/C:\xampp\htdocs\xxx/system/codeigniter/CodeIgniter.php) [function.require-once]: failed to open stream: Invalid argument in C:\xampp\htdocs\xxx\index.php  on line 124</p>
<p>Fatal error: require_once() [function.require]: Failed opening required &#8216;C:\xampp\htdocs\xxx/C:\xampp\htdocs\xxx/system/codeigniter/CodeIgniter.php&#8217; (include_path=&#8217;.;C:\xampp\php\PEAR&#8217;) in C:\xampp\htdocs\xxx\index.php on line 124</p>
<p>Does this make sense to you?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: drew</title>
		<link>http://philpalmieri.com/2009/04/codeigniter-amfphp-library/comment-page-1/#comment-1644</link>
		<dc:creator>drew</dc:creator>
		<pubDate>Thu, 06 May 2010 16:34:28 +0000</pubDate>
		<guid isPermaLink="false">http://philpalmieri.com/?p=10#comment-1644</guid>
		<description>How would you do this if you were using a .htaccess file?</description>
		<content:encoded><![CDATA[<p>How would you do this if you were using a .htaccess file?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mikael Örtenheim</title>
		<link>http://philpalmieri.com/2009/04/codeigniter-amfphp-library/comment-page-1/#comment-937</link>
		<dc:creator>Mikael Örtenheim</dc:creator>
		<pubDate>Thu, 25 Feb 2010 14:46:16 +0000</pubDate>
		<guid isPermaLink="false">http://philpalmieri.com/?p=10#comment-937</guid>
		<description>Btw, how do i implement a value object? so that both codeigniter and flex can access them?

i am presuming one puts them in &quot;services/vo&quot;, but how can i access them from a model in codeigniter?

db-&gt;get(&#039;product&#039;)-&gt;result();
  }</description>
		<content:encoded><![CDATA[<p>Btw, how do i implement a value object? so that both codeigniter and flex can access them?</p>
<p>i am presuming one puts them in &#8220;services/vo&#8221;, but how can i access them from a model in codeigniter?</p>
<p>db-&gt;get(&#8216;product&#8217;)-&gt;result();<br />
  }</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mikael Ortenheim</title>
		<link>http://philpalmieri.com/2009/04/codeigniter-amfphp-library/comment-page-1/#comment-934</link>
		<dc:creator>Mikael Ortenheim</dc:creator>
		<pubDate>Wed, 24 Feb 2010 08:22:44 +0000</pubDate>
		<guid isPermaLink="false">http://philpalmieri.com/?p=10#comment-934</guid>
		<description>Hi thx for the comment :) i solved it by uncommenting the setcharsethandler in your amfci library and setting the charset handler in gateway.php to 	$gateway-&gt;setCharsetHandler(&quot;none&quot;, &quot;UTF-8&quot;, &quot;UTF-8&quot;);</description>
		<content:encoded><![CDATA[<p>Hi thx for the comment <img src='http://philpalmieri.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  i solved it by uncommenting the setcharsethandler in your amfci library and setting the charset handler in gateway.php to 	$gateway-&gt;setCharsetHandler(&#8220;none&#8221;, &#8220;UTF-8&#8243;, &#8220;UTF-8&#8243;);</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Phil</title>
		<link>http://philpalmieri.com/2009/04/codeigniter-amfphp-library/comment-page-1/#comment-932</link>
		<dc:creator>Phil</dc:creator>
		<pubDate>Tue, 23 Feb 2010 17:33:10 +0000</pubDate>
		<guid isPermaLink="false">http://philpalmieri.com/?p=10#comment-932</guid>
		<description>HI Mikael,

It was my understanding that AMF is UTF compliant...  If the data is coming form your db, 1st step is to make sure your db config file is UTF, as well as your db connection/tables etc..  If that still doesnt work, try adding your characters to a text file on the server, and use your model to read/send that back through...  Please let me know what you find out -- i may also need to upgrade this library, or just give in and start using the Zend one.</description>
		<content:encoded><![CDATA[<p>HI Mikael,</p>
<p>It was my understanding that AMF is UTF compliant&#8230;  If the data is coming form your db, 1st step is to make sure your db config file is UTF, as well as your db connection/tables etc..  If that still doesnt work, try adding your characters to a text file on the server, and use your model to read/send that back through&#8230;  Please let me know what you find out &#8212; i may also need to upgrade this library, or just give in and start using the Zend one.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mikael B. Örtenheim</title>
		<link>http://philpalmieri.com/2009/04/codeigniter-amfphp-library/comment-page-1/#comment-916</link>
		<dc:creator>Mikael B. Örtenheim</dc:creator>
		<pubDate>Thu, 28 Jan 2010 15:41:57 +0000</pubDate>
		<guid isPermaLink="false">http://philpalmieri.com/?p=10#comment-916</guid>
		<description>Hey, your library implementation is awesome, however UTF formats( i.e åäöåæø) are not transferred correctly when using your library (though only when you get values and send to flex/flash, when sending values into database it is fine..wierd)

Is it possible to solve this? I feel like i have tried everything..
Seems the models are changing this format...can you check to see if you get it too work?

please help if you can i am sorry to have spammed you here and on the codeigniter forum :)

regards,

Mikael</description>
		<content:encoded><![CDATA[<p>Hey, your library implementation is awesome, however UTF formats( i.e åäöåæø) are not transferred correctly when using your library (though only when you get values and send to flex/flash, when sending values into database it is fine..wierd)</p>
<p>Is it possible to solve this? I feel like i have tried everything..<br />
Seems the models are changing this format&#8230;can you check to see if you get it too work?</p>
<p>please help if you can i am sorry to have spammed you here and on the codeigniter forum <img src='http://philpalmieri.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>regards,</p>
<p>Mikael</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: handoyo</title>
		<link>http://philpalmieri.com/2009/04/codeigniter-amfphp-library/comment-page-1/#comment-230</link>
		<dc:creator>handoyo</dc:creator>
		<pubDate>Wed, 30 Sep 2009 17:36:08 +0000</pubDate>
		<guid isPermaLink="false">http://philpalmieri.com/?p=10#comment-230</guid>
		<description>Ok,thanks a lot...Keep up the nice work..</description>
		<content:encoded><![CDATA[<p>Ok,thanks a lot&#8230;Keep up the nice work..</p>
]]></content:encoded>
	</item>
</channel>
</rss>
