<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>TheJim - Having some CakePHP with PHPAMF &#187; CakePHP</title>
	<atom:link href="http://thejim.me.uk/category/cakephp/feed/" rel="self" type="application/rss+xml" />
	<link>http://thejim.me.uk</link>
	<description>Not liking the bitter bitter taste of this cake!</description>
	<lastBuildDate>Mon, 26 Apr 2010 10:32:10 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>AMFPHP Cake constructor arguments causing NetConnection.Call.BadVersion</title>
		<link>http://thejim.me.uk/2009/10/10/amfphp-cake-constructor-arguments-causing-netconnection-call-badversion/</link>
		<comments>http://thejim.me.uk/2009/10/10/amfphp-cake-constructor-arguments-causing-netconnection-call-badversion/#comments</comments>
		<pubDate>Sat, 10 Oct 2009 13:18:53 +0000</pubDate>
		<dc:creator>james</dc:creator>
				<category><![CDATA[CakePHP]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[AMFPHP]]></category>
		<category><![CDATA[Flex]]></category>

		<guid isPermaLink="false">http://thejim.me.uk/?p=51</guid>
		<description><![CDATA[So&#8230; you&#8217;re seeing &#8220;NetConnection.Call.BadVersion&#8221; from Flash while attempting to talk to CPAMF or AMFPHP.
Well my friend, there&#8217;s a good probability that something is wrong.
Here are some suggestions:

 Fatal Error
 Redirect

What I tracked my problem down to was the fact that the following happens when AMFPHP receives a Flash remote object (using remoting):

AMFPHP receives an AMF [...]]]></description>
		<wfw:commentRss>http://thejim.me.uk/2009/10/10/amfphp-cake-constructor-arguments-causing-netconnection-call-badversion/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Cpamf accepting VO objects in service calls as parameters</title>
		<link>http://thejim.me.uk/2009/10/05/cpamf-accepting-vo-objects-in-service-calls-as-parameters/</link>
		<comments>http://thejim.me.uk/2009/10/05/cpamf-accepting-vo-objects-in-service-calls-as-parameters/#comments</comments>
		<pubDate>Mon, 05 Oct 2009 14:26:45 +0000</pubDate>
		<dc:creator>james</dc:creator>
				<category><![CDATA[CakePHP]]></category>
		<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://thejim.me.uk/?p=47</guid>
		<description><![CDATA[Here&#8217;s the status:
Cake implementation of AMFPHP via the plugin cpamf appears to be lacking some particular documentation regarding &#8220;accepting&#8221; flash objects in calls.
i.e.
Flash -&#62; PHP object conversion.
Sure you can send back flash objects no problem, and there are plenty of documented places that tell you how to send flash objects back from PHP using class [...]]]></description>
		<wfw:commentRss>http://thejim.me.uk/2009/10/05/cpamf-accepting-vo-objects-in-service-calls-as-parameters/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>CakePHP doesn&#8217;t like autoload() with vendor app import!</title>
		<link>http://thejim.me.uk/2009/09/22/cakephp-doesnt-like-autoload-with-vendor-app-impor/</link>
		<comments>http://thejim.me.uk/2009/09/22/cakephp-doesnt-like-autoload-with-vendor-app-impor/#comments</comments>
		<pubDate>Tue, 22 Sep 2009 11:21:19 +0000</pubDate>
		<dc:creator>james</dc:creator>
				<category><![CDATA[CakePHP]]></category>
		<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://thejim.me.uk/?p=45</guid>
		<description><![CDATA[So, it would seem that if you decide that you want your vendor plugin to work nicely with cake, by having it conform to Pear folder directory structure and naming convention, and then right yourself a nice autoload() function to register with php (via spl_autoload_register()), you CANNOT use the App::import alongside this.
Why? Because Cake&#8217;s lovely [...]]]></description>
		<wfw:commentRss>http://thejim.me.uk/2009/09/22/cakephp-doesnt-like-autoload-with-vendor-app-impor/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
