<?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>Programming Facts &#187; CakePHP</title>
	<atom:link href="http://www.programmingfacts.com/category/php-framework/cakephp/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.programmingfacts.com</link>
	<description></description>
	<lastBuildDate>Sun, 05 Feb 2012 08:16:00 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>Integrate WordPress Blog into CakePHP Application</title>
		<link>http://www.programmingfacts.com/integrate-wordpress-blog-into-cakephp-application/</link>
		<comments>http://www.programmingfacts.com/integrate-wordpress-blog-into-cakephp-application/#comments</comments>
		<pubDate>Thu, 20 May 2010 10:22:28 +0000</pubDate>
		<dc:creator>Rakshit Patel</dc:creator>
				<category><![CDATA[CakePHP]]></category>
		<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[Wordpress Blog CakePHP]]></category>

		<guid isPermaLink="false">http://www.programmingfacts.com/?p=643</guid>
		<description><![CDATA[I have worked on <strong>CakePHP </strong>application like Customer Relationship Management (<strong>CRM</strong>),Content Management Systems(<strong>CMS</strong>),Online bidding application and many more.Use <strong>Wordpress Blog</strong> along with <strong>CakePHP application</strong>..<div class="addthis_toolbox addthis_default_style addthis_32x32_style" addthis:url='http://www.programmingfacts.com/integrate-wordpress-blog-into-cakephp-application/' addthis:title='Integrate WordPress Blog into CakePHP Application' ><a class="addthis_button_twitter"></a><a class="addthis_button_facebook"></a><a class="addthis_button_googlebuzz"></a><a class="addthis_button_digg"></a><a class="addthis_button_stumbleupon"></a><a class="addthis_button_delicious"></a><a class="addthis_button_myspace"></a><a class="addthis_button_linkedin"></a><a class="addthis_button_reddit"></a></div>]]></description>
		<wfw:commentRss>http://www.programmingfacts.com/integrate-wordpress-blog-into-cakephp-application/feed/</wfw:commentRss>
		<slash:comments>18</slash:comments>
		</item>
		<item>
		<title>CakePHP PaginatorHelper-Sorting problem solved</title>
		<link>http://www.programmingfacts.com/cakephp-paginatorhelper-sorting-problem-solved/</link>
		<comments>http://www.programmingfacts.com/cakephp-paginatorhelper-sorting-problem-solved/#comments</comments>
		<pubDate>Tue, 11 May 2010 05:15:42 +0000</pubDate>
		<dc:creator>Rakshit Patel</dc:creator>
				<category><![CDATA[CakePHP]]></category>
		<category><![CDATA[Common Issues/Bugs]]></category>
		<category><![CDATA[CakePHP Pagination Sorting Problem]]></category>

		<guid isPermaLink="false">http://www.programmingfacts.com/?p=624</guid>
		<description><![CDATA[<strong>CakePHP</strong> provide its own <strong>Pagination helper</strong> using which you can easily add <strong>paging </strong>and <strong>sorting </strong>functionality in your CakePHP application. Using this PaginatorHelper class for one model, all instruction is given in below link. If you works with more than one model. means using <strong>belongsTo </strong>or <strong>hasMany </strong>relation and getting records from <strong>more than one table </strong>than paging is as simple as one table. But for sorting...<div class="addthis_toolbox addthis_default_style addthis_32x32_style" addthis:url='http://www.programmingfacts.com/cakephp-paginatorhelper-sorting-problem-solved/' addthis:title='CakePHP PaginatorHelper-Sorting problem solved' ><a class="addthis_button_twitter"></a><a class="addthis_button_facebook"></a><a class="addthis_button_googlebuzz"></a><a class="addthis_button_digg"></a><a class="addthis_button_stumbleupon"></a><a class="addthis_button_delicious"></a><a class="addthis_button_myspace"></a><a class="addthis_button_linkedin"></a><a class="addthis_button_reddit"></a></div>]]></description>
		<wfw:commentRss>http://www.programmingfacts.com/cakephp-paginatorhelper-sorting-problem-solved/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to use OR in find method &#8211; CakePHP</title>
		<link>http://www.programmingfacts.com/find-method-cakephp/</link>
		<comments>http://www.programmingfacts.com/find-method-cakephp/#comments</comments>
		<pubDate>Fri, 30 Apr 2010 12:07:33 +0000</pubDate>
		<dc:creator>Rakshit Patel</dc:creator>
				<category><![CDATA[CakePHP]]></category>
		<category><![CDATA[OR with Find CakePHP]]></category>

		<guid isPermaLink="false">http://www.programmingfacts.com/?p=614</guid>
		<description><![CDATA[When any developer is working with any web application, he/she will constantly interact with the <strong>Select Query</strong>. As i am working with <strong>CakePHP</strong>, i also need to use Select Query often. For Select Query in CakePHP, you can use find method of Model which gives you the data as per conditions given in find method. If you write more than one <strong>conditions </strong>in conditions array passed in <strong>find </strong>method than by default it will take OR clause and make a query string with &#34;<strong>OR</strong>&#34;.<div class="addthis_toolbox addthis_default_style addthis_32x32_style" addthis:url='http://www.programmingfacts.com/find-method-cakephp/' addthis:title='How to use OR in find method &#8211; CakePHP' ><a class="addthis_button_twitter"></a><a class="addthis_button_facebook"></a><a class="addthis_button_googlebuzz"></a><a class="addthis_button_digg"></a><a class="addthis_button_stumbleupon"></a><a class="addthis_button_delicious"></a><a class="addthis_button_myspace"></a><a class="addthis_button_linkedin"></a><a class="addthis_button_reddit"></a></div>]]></description>
		<wfw:commentRss>http://www.programmingfacts.com/find-method-cakephp/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Set Meta Tags (SEO Tags) in CakePHP</title>
		<link>http://www.programmingfacts.com/set-meta-tags-seo-tags-cakephp/</link>
		<comments>http://www.programmingfacts.com/set-meta-tags-seo-tags-cakephp/#comments</comments>
		<pubDate>Fri, 30 Apr 2010 06:01:02 +0000</pubDate>
		<dc:creator>Rakshit Patel</dc:creator>
				<category><![CDATA[CakePHP]]></category>
		<category><![CDATA[Meta Tags in CakePHP]]></category>

		<guid isPermaLink="false">http://www.programmingfacts.com/?p=609</guid>
		<description><![CDATA[In my previous post, i show you the way how to set <strong>Page Title Tag</strong> in CakePHP. But setting <strong>Meta keywords</strong> and <strong>Meta Description</strong> is not the same way as Meta Title. .Also Meta Keyword and Meta Description is important part of Search Engine Optimization. Refer to below syntax to set Meta tags in CakePHP.<div class="addthis_toolbox addthis_default_style addthis_32x32_style" addthis:url='http://www.programmingfacts.com/set-meta-tags-seo-tags-cakephp/' addthis:title='Set Meta Tags (SEO Tags) in CakePHP' ><a class="addthis_button_twitter"></a><a class="addthis_button_facebook"></a><a class="addthis_button_googlebuzz"></a><a class="addthis_button_digg"></a><a class="addthis_button_stumbleupon"></a><a class="addthis_button_delicious"></a><a class="addthis_button_myspace"></a><a class="addthis_button_linkedin"></a><a class="addthis_button_reddit"></a></div>]]></description>
		<wfw:commentRss>http://www.programmingfacts.com/set-meta-tags-seo-tags-cakephp/feed/</wfw:commentRss>
		<slash:comments>10</slash:comments>
		</item>
		<item>
		<title>Set Meta Title (Page Title) in CakePHP 1.2/1.3</title>
		<link>http://www.programmingfacts.com/set-meta-title-page-title-cakephp/</link>
		<comments>http://www.programmingfacts.com/set-meta-title-page-title-cakephp/#comments</comments>
		<pubDate>Fri, 30 Apr 2010 05:46:23 +0000</pubDate>
		<dc:creator>Rakshit Patel</dc:creator>
				<category><![CDATA[CakePHP]]></category>
		<category><![CDATA[Page Title CakePHP 1.3]]></category>

		<guid isPermaLink="false">http://www.programmingfacts.com/?p=606</guid>
		<description><![CDATA[As i mention in my previous posts, <strong>CakePHP 1.3 </strong>come up with lots of new syntax changes. I was looking for a <strong>Meta Title SEO tag</strong> for each page. I need to set this Meta Title (Page Title) for each page. You must be aware that Page Title can be set in method which we write in respective controller.<div class="addthis_toolbox addthis_default_style addthis_32x32_style" addthis:url='http://www.programmingfacts.com/set-meta-title-page-title-cakephp/' addthis:title='Set Meta Title (Page Title) in CakePHP 1.2/1.3' ><a class="addthis_button_twitter"></a><a class="addthis_button_facebook"></a><a class="addthis_button_googlebuzz"></a><a class="addthis_button_digg"></a><a class="addthis_button_stumbleupon"></a><a class="addthis_button_delicious"></a><a class="addthis_button_myspace"></a><a class="addthis_button_linkedin"></a><a class="addthis_button_reddit"></a></div>]]></description>
		<wfw:commentRss>http://www.programmingfacts.com/set-meta-title-page-title-cakephp/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Zip Component in CakePHP-Add files in Zip</title>
		<link>http://www.programmingfacts.com/zip-component-cakephp-add-files/</link>
		<comments>http://www.programmingfacts.com/zip-component-cakephp-add-files/#comments</comments>
		<pubDate>Thu, 29 Apr 2010 12:42:58 +0000</pubDate>
		<dc:creator>Rakshit Patel</dc:creator>
				<category><![CDATA[CakePHP]]></category>
		<category><![CDATA[Create Zip Component CakePHP]]></category>

		<guid isPermaLink="false">http://www.programmingfacts.com/?p=598</guid>
		<description><![CDATA[Today i have implemented a <strong>Zip functionality in CakePHP</strong>. If you want to create an archive file consists of some files to give a <strong>download Zip file </strong>option to user than i might help you to show the steps. Below are the steps how to zip all files and save it to some folder.<div class="addthis_toolbox addthis_default_style addthis_32x32_style" addthis:url='http://www.programmingfacts.com/zip-component-cakephp-add-files/' addthis:title='Zip Component in CakePHP-Add files in Zip' ><a class="addthis_button_twitter"></a><a class="addthis_button_facebook"></a><a class="addthis_button_googlebuzz"></a><a class="addthis_button_digg"></a><a class="addthis_button_stumbleupon"></a><a class="addthis_button_delicious"></a><a class="addthis_button_myspace"></a><a class="addthis_button_linkedin"></a><a class="addthis_button_reddit"></a></div>]]></description>
		<wfw:commentRss>http://www.programmingfacts.com/zip-component-cakephp-add-files/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>Problem in Mozilla Firefox-Easy AJAX Pagination Using JQuery CakePHP</title>
		<link>http://www.programmingfacts.com/problem-mozilla-firefox-easy-ajax/</link>
		<comments>http://www.programmingfacts.com/problem-mozilla-firefox-easy-ajax/#comments</comments>
		<pubDate>Thu, 29 Apr 2010 07:37:51 +0000</pubDate>
		<dc:creator>Rakshit Patel</dc:creator>
				<category><![CDATA[CakePHP]]></category>
		<category><![CDATA[jQuery]]></category>
		<category><![CDATA[loadPiece not working Firefox CakePHP]]></category>

		<guid isPermaLink="false">http://www.programmingfacts.com/?p=583</guid>
		<description><![CDATA[I was working with <strong>CakePHP&#39;s&#160;Easy AJAX Pagination Using JQuery.</strong> I found this as a great code for <strong>sorting and paging </strong>with jQuery in CakePHP. But i faced a problem in <strong>Mozilla Firefox.</strong> It is not working in Mozilla Firefox. While in IE and Crome it works fine for me.<div class="addthis_toolbox addthis_default_style addthis_32x32_style" addthis:url='http://www.programmingfacts.com/problem-mozilla-firefox-easy-ajax/' addthis:title='Problem in Mozilla Firefox-Easy AJAX Pagination Using JQuery CakePHP' ><a class="addthis_button_twitter"></a><a class="addthis_button_facebook"></a><a class="addthis_button_googlebuzz"></a><a class="addthis_button_digg"></a><a class="addthis_button_stumbleupon"></a><a class="addthis_button_delicious"></a><a class="addthis_button_myspace"></a><a class="addthis_button_linkedin"></a><a class="addthis_button_reddit"></a></div>]]></description>
		<wfw:commentRss>http://www.programmingfacts.com/problem-mozilla-firefox-easy-ajax/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>$html-&gt;link with html or image in CakePHP 1.2/1.3</title>
		<link>http://www.programmingfacts.com/html-link-html-image-cakephp/</link>
		<comments>http://www.programmingfacts.com/html-link-html-image-cakephp/#comments</comments>
		<pubDate>Wed, 28 Apr 2010 13:19:55 +0000</pubDate>
		<dc:creator>Rakshit Patel</dc:creator>
				<category><![CDATA[CakePHP]]></category>
		<category><![CDATA[Helpful Tips and Tricks]]></category>
		<category><![CDATA[$html->link with image CakePHP 1.3]]></category>

		<guid isPermaLink="false">http://www.programmingfacts.com/?p=578</guid>
		<description><![CDATA[Today i was working with <strong>$html-&#62;link</strong> in CakePHP 1.3. I need to show image and make a link on that image. If i use the $html-&#62;link and place the <strong>$html-&#62;img</strong> for link label than it display img html tag text and not showing the image.&#160;You can do it by defining <strong>escape to false.</strong> But syntax for defining <strong>&#39;escape&#39;=&#62;flase</strong> in CakePHP 1.3 is different.<div class="addthis_toolbox addthis_default_style addthis_32x32_style" addthis:url='http://www.programmingfacts.com/html-link-html-image-cakephp/' addthis:title='$html->link with html or image in CakePHP 1.2/1.3' ><a class="addthis_button_twitter"></a><a class="addthis_button_facebook"></a><a class="addthis_button_googlebuzz"></a><a class="addthis_button_digg"></a><a class="addthis_button_stumbleupon"></a><a class="addthis_button_delicious"></a><a class="addthis_button_myspace"></a><a class="addthis_button_linkedin"></a><a class="addthis_button_reddit"></a></div>]]></description>
		<wfw:commentRss>http://www.programmingfacts.com/html-link-html-image-cakephp/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Radio button in CakePHP 1.1/1.2/1.3</title>
		<link>http://www.programmingfacts.com/radio-button-cakephp-1-11-21-3/</link>
		<comments>http://www.programmingfacts.com/radio-button-cakephp-1-11-21-3/#comments</comments>
		<pubDate>Wed, 28 Apr 2010 10:26:14 +0000</pubDate>
		<dc:creator>Rakshit Patel</dc:creator>
				<category><![CDATA[CakePHP]]></category>
		<category><![CDATA[Helpful Tips and Tricks]]></category>
		<category><![CDATA[Radio Button CakePHP1.3]]></category>

		<guid isPermaLink="false">http://www.programmingfacts.com/?p=570</guid>
		<description><![CDATA[Are you facing a problem in <strong>radio button</strong> when you are working woth <strong>CakePHP 1.3 </strong>? Today i was working with Radio button in CakePHP 1.3 and i face some difficulty in showing radio button, remove hidden option and show selected radio button.I found little syntax change in CakePHP 1.3. Here i am showing you how to show radio button with CakePHP 1.3.<div class="addthis_toolbox addthis_default_style addthis_32x32_style" addthis:url='http://www.programmingfacts.com/radio-button-cakephp-1-11-21-3/' addthis:title='Radio button in CakePHP 1.1/1.2/1.3' ><a class="addthis_button_twitter"></a><a class="addthis_button_facebook"></a><a class="addthis_button_googlebuzz"></a><a class="addthis_button_digg"></a><a class="addthis_button_stumbleupon"></a><a class="addthis_button_delicious"></a><a class="addthis_button_myspace"></a><a class="addthis_button_linkedin"></a><a class="addthis_button_reddit"></a></div>]]></description>
		<wfw:commentRss>http://www.programmingfacts.com/radio-button-cakephp-1-11-21-3/feed/</wfw:commentRss>
		<slash:comments>15</slash:comments>
		</item>
		<item>
		<title>Display/Show Empty Option of selectbox in CakePHP 1.3</title>
		<link>http://www.programmingfacts.com/displayshow-empty-option-of-selectbox-in-cakephp-1-3/</link>
		<comments>http://www.programmingfacts.com/displayshow-empty-option-of-selectbox-in-cakephp-1-3/#comments</comments>
		<pubDate>Tue, 20 Apr 2010 12:47:21 +0000</pubDate>
		<dc:creator>Rakshit Patel</dc:creator>
				<category><![CDATA[CakePHP]]></category>
		<category><![CDATA[SelectBox in CakePHP]]></category>

		<guid isPermaLink="false">http://www.programmingfacts.com/?p=524</guid>
		<description><![CDATA[If you are working with <strong>CakePHP </strong>than you must be aware with some syntax changes in <strong>CakePHP 1.3 </strong>with compare to <strong>CakePHP 1.2.</strong> If you are working with <strong>selectbox</strong> form automagic element in CakePHP than you might get difficulty in <strong>showing default option </strong>label. By default it shows blank value and blank label for first option of selectbox. If you want to <strong>change the empty value </strong>label from blank to &#34;select&#34; or any other text than here is the way to show it.<div class="addthis_toolbox addthis_default_style addthis_32x32_style" addthis:url='http://www.programmingfacts.com/displayshow-empty-option-of-selectbox-in-cakephp-1-3/' addthis:title='Display/Show Empty Option of selectbox in CakePHP 1.3' ><a class="addthis_button_twitter"></a><a class="addthis_button_facebook"></a><a class="addthis_button_googlebuzz"></a><a class="addthis_button_digg"></a><a class="addthis_button_stumbleupon"></a><a class="addthis_button_delicious"></a><a class="addthis_button_myspace"></a><a class="addthis_button_linkedin"></a><a class="addthis_button_reddit"></a></div>]]></description>
		<wfw:commentRss>http://www.programmingfacts.com/displayshow-empty-option-of-selectbox-in-cakephp-1-3/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk
Page Caching using disk (enhanced) (User agent is rejected)
Database Caching 39/50 queries in 0.050 seconds using disk

Served from: www.programmingfacts.com @ 2012-02-08 01:53:14 -->
