<?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>Memos &#187; cakephp</title>
	<atom:link href="http://jbrass.com/memos/category/cakephp/feed/" rel="self" type="application/rss+xml" />
	<link>http://jbrass.com/memos</link>
	<description>Did you get the memo?</description>
	<lastBuildDate>Thu, 17 Dec 2009 00:16:47 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>A True JQuery Ajax Helper for CakePHP</title>
		<link>http://jbrass.com/memos/2007/11/a-true-jquery-helper-for-cakephp/</link>
		<comments>http://jbrass.com/memos/2007/11/a-true-jquery-helper-for-cakephp/#comments</comments>
		<pubDate>Fri, 09 Nov 2007 15:36:09 +0000</pubDate>
		<dc:creator>Joel Brass</dc:creator>
				<category><![CDATA[cakephp]]></category>

		<guid isPermaLink="false">http://joelmedia.com/2007/11/09/a-true-jquery-helper-for-cakephp/</guid>
		<description><![CDATA[Cakephp comes with a class called the AjaxHelper. This file should really be called the PrototypeHelper. The caveat to the AjaxHelper is that to use it, you must also include the Prototype and Sciptaculous javascript libraries in your webroot to make it work.
I prefer working with the Jquery javascript library. Out of the box I [...]]]></description>
			<content:encoded><![CDATA[<p>Cakephp comes with a class called the AjaxHelper. This file should really be called the PrototypeHelper. The caveat to the AjaxHelper is that to use it, you must also include the Prototype and Sciptaculous javascript libraries in your webroot to make it work.</p>
<p>I prefer working with the Jquery javascript library. Out of the box I cannot use Jquery with the AjaxHelper. The Cakephp Bakery has a Jquery Helper, but it does not have the same functionality as the ajax Helper. I did a search and found Pquery. Pquery is a Php helper class for Jquery. It is on the <a href="http://www.ngcoders.com/php/pquery-php-and-jquery">NGCoders site and they even have a Cakephp version</a>.</p>
<p>I think that the developers of Cake should think about how other Javascript frameworks might play with Cake. I will be calling the PqueryHelper the AjaxHelper in my applications.</p>
]]></content:encoded>
			<wfw:commentRss>http://jbrass.com/memos/2007/11/a-true-jquery-helper-for-cakephp/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
