<?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; PHP Framework</title>
	<atom:link href="http://www.programmingfacts.com/category/php-framework/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.programmingfacts.com</link>
	<description></description>
	<lastBuildDate>Fri, 27 Aug 2010 10:56:28 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>How to include multiple javascript files in Zend Framework</title>
		<link>http://www.programmingfacts.com/how-to-include-multiple-javascript-files-in-zend-framework/</link>
		<comments>http://www.programmingfacts.com/how-to-include-multiple-javascript-files-in-zend-framework/#comments</comments>
		<pubDate>Wed, 23 Jun 2010 10:02:03 +0000</pubDate>
		<dc:creator>Rakshit Patel</dc:creator>
				<category><![CDATA[Common Issues/Bugs]]></category>
		<category><![CDATA[Zend Framework]]></category>
		<category><![CDATA[include multiple js files zend framework]]></category>

		<guid isPermaLink="false">http://www.programmingfacts.com/?p=686</guid>
		<description><![CDATA[If you are working with javascript files and using Zend Framework than you must be aware with how to include javascript files in view files ? Look at below syntax to include more than one javascript files. If you write individual statement for each file than it will include first file 2 times and so on.


<strong>Related Posts:</strong><ol><li><a href='http://www.programmingfacts.com/interacting-with-html-form-data-in-zend-framework/' rel='bookmark' title='Permanent Link: Interacting with HTML form data in Zend Framework'>Interacting with HTML form data in Zend Framework</a></li>
<li><a href='http://www.programmingfacts.com/changedisable-the-default-layoutset-layout-in-zend-framework/' rel='bookmark' title='Permanent Link: Change/Disable the default layout/Set layout in Zend Framework'>Change/Disable the default layout/Set layout in Zend Framework</a></li>
<li><a href='http://www.programmingfacts.com/zip-component-cakephp-add-files/' rel='bookmark' title='Permanent Link: Zip Component in CakePHP-Add files in Zip'>Zip Component in CakePHP-Add files in Zip</a></li>
</ol>]]></description>
		<wfw:commentRss>http://www.programmingfacts.com/how-to-include-multiple-javascript-files-in-zend-framework/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Interacting with HTML form data in Zend Framework</title>
		<link>http://www.programmingfacts.com/interacting-with-html-form-data-in-zend-framework/</link>
		<comments>http://www.programmingfacts.com/interacting-with-html-form-data-in-zend-framework/#comments</comments>
		<pubDate>Tue, 01 Jun 2010 09:39:46 +0000</pubDate>
		<dc:creator>Rakshit Patel</dc:creator>
				<category><![CDATA[Helpful Tips and Tricks]]></category>
		<category><![CDATA[Zend Framework]]></category>
		<category><![CDATA[HTML Form Zend Framework]]></category>

		<guid isPermaLink="false">http://www.programmingfacts.com/?p=656</guid>
		<description><![CDATA[As i mention in my previous post, i am working with <strong>Zend Framework</strong> from scratch. I like to share small small tips which are helpful to you guys. If you are working with forms and need to check that the <strong>form</strong> is <strong>submitted</strong> or not ? and if form is submitted than <strong>Retrieve the form data</strong> and process it.


<strong>Related Posts:</strong><ol><li><a href='http://www.programmingfacts.com/how-to-include-multiple-javascript-files-in-zend-framework/' rel='bookmark' title='Permanent Link: How to include multiple javascript files in Zend Framework'>How to include multiple javascript files in Zend Framework</a></li>
<li><a href='http://www.programmingfacts.com/changedisable-the-default-layoutset-layout-in-zend-framework/' rel='bookmark' title='Permanent Link: Change/Disable the default layout/Set layout in Zend Framework'>Change/Disable the default layout/Set layout in Zend Framework</a></li>
<li><a href='http://www.programmingfacts.com/html-link-html-image-cakephp/' rel='bookmark' title='Permanent Link: $html->link with html or image in CakePHP 1.2/1.3'>$html->link with html or image in CakePHP 1.2/1.3</a></li>
</ol>]]></description>
		<wfw:commentRss>http://www.programmingfacts.com/interacting-with-html-form-data-in-zend-framework/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>POP3/IMAP Email with attachment-Read &amp; Forwarding with PHP</title>
		<link>http://www.programmingfacts.com/pop3imap-email-attachment-read/</link>
		<comments>http://www.programmingfacts.com/pop3imap-email-attachment-read/#comments</comments>
		<pubDate>Tue, 01 Jun 2010 06:16:34 +0000</pubDate>
		<dc:creator>Rakshit Patel</dc:creator>
				<category><![CDATA[PHP Programming]]></category>
		<category><![CDATA[Zend Framework]]></category>
		<category><![CDATA[Email Forwarding in PHP]]></category>

		<guid isPermaLink="false">http://www.programmingfacts.com/?p=652</guid>
		<description><![CDATA[Do you know how we can <strong>read, forward or transfer</strong> the <strong>POP3/IMAP email</strong> to another email address ? I came across this situation. I need to read the email from one account and need to forward that mail to another email account.


<strong>Related Posts:</strong><ol><li><a href='http://www.programmingfacts.com/sending-email-multiple-attachment/' rel='bookmark' title='Permanent Link: Sending email with multiple attachment using php&#8217;s mail() function'>Sending email with multiple attachment using php&#8217;s mail() function</a></li>
<li><a href='http://www.programmingfacts.com/sending-email-attachment-phps/' rel='bookmark' title='Permanent Link: Sending email with attachment using php&#8217;s mail() function'>Sending email with attachment using php&#8217;s mail() function</a></li>
<li><a href='http://www.programmingfacts.com/send-email-localhostxampp-wamp/' rel='bookmark' title='Permanent Link: How to send email from localhost(XAMPP or WAMP) in PHP in Windows'>How to send email from localhost(XAMPP or WAMP) in PHP in Windows</a></li>
</ol>]]></description>
		<wfw:commentRss>http://www.programmingfacts.com/pop3imap-email-attachment-read/feed/</wfw:commentRss>
		<slash:comments>10</slash:comments>
		</item>
		<item>
		<title>Change/Disable the default layout/Set layout in Zend Framework</title>
		<link>http://www.programmingfacts.com/changedisable-the-default-layoutset-layout-in-zend-framework/</link>
		<comments>http://www.programmingfacts.com/changedisable-the-default-layoutset-layout-in-zend-framework/#comments</comments>
		<pubDate>Sat, 22 May 2010 08:47:11 +0000</pubDate>
		<dc:creator>Rakshit Patel</dc:creator>
				<category><![CDATA[Zend Framework]]></category>
		<category><![CDATA[Hide Disable Set Change Layout Zend]]></category>

		<guid isPermaLink="false">http://www.programmingfacts.com/?p=654</guid>
		<description><![CDATA[I have started working on <strong>Zend Framework</strong> just before couple of days. Zend Framework is MVC based and easier to work with. The <strong>power </strong>of any Framework is its <strong>core library</strong>, Zend Frameword also have a wide range of functions in its core library which makes most of the programming task easier.


<strong>Related Posts:</strong><ol><li><a href='http://www.programmingfacts.com/disable-limit-post-revision-wordpress/' rel='bookmark' title='Permanent Link: How to Disable or Limit Post Revision in WordPress'>How to Disable or Limit Post Revision in WordPress</a></li>
<li><a href='http://www.programmingfacts.com/how-to-include-multiple-javascript-files-in-zend-framework/' rel='bookmark' title='Permanent Link: How to include multiple javascript files in Zend Framework'>How to include multiple javascript files in Zend Framework</a></li>
<li><a href='http://www.programmingfacts.com/interacting-with-html-form-data-in-zend-framework/' rel='bookmark' title='Permanent Link: Interacting with HTML form data in Zend Framework'>Interacting with HTML form data in Zend Framework</a></li>
</ol>]]></description>
		<wfw:commentRss>http://www.programmingfacts.com/changedisable-the-default-layoutset-layout-in-zend-framework/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<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>..


<strong>Related Posts:</strong><ol><li><a href='http://www.programmingfacts.com/facts-of-drupal-php-open-source-cms/' rel='bookmark' title='Permanent Link: Facts of Drupal-PHP Open Source CMS'>Facts of Drupal-PHP Open Source CMS</a></li>
<li><a href='http://www.programmingfacts.com/problem-solved-wordpress-asking-ftp-details-while-installing-plugins/' rel='bookmark' title='Permanent Link: Problem Solved-WordPress Asking FTP details While Installing Plugins'>Problem Solved-WordPress Asking FTP details While Installing Plugins</a></li>
<li><a href='http://www.programmingfacts.com/requirement-for-cakephp-installation-guide/' rel='bookmark' title='Permanent Link: Requirement for CakePHP &#038; Installation Guide'>Requirement for CakePHP &#038; Installation Guide</a></li>
</ol>]]></description>
		<wfw:commentRss>http://www.programmingfacts.com/integrate-wordpress-blog-into-cakephp-application/feed/</wfw:commentRss>
		<slash:comments>16</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...


<strong>Related Posts:</strong><ol><li><a href='http://www.programmingfacts.com/integrate-wordpress-blog-into-cakephp-application/' rel='bookmark' title='Permanent Link: Integrate WordPress Blog into CakePHP Application'>Integrate WordPress Blog into CakePHP Application</a></li>
<li><a href='http://www.programmingfacts.com/find-method-cakephp/' rel='bookmark' title='Permanent Link: How to use OR in find method &#8211; CakePHP'>How to use OR in find method &#8211; CakePHP</a></li>
<li><a href='http://www.programmingfacts.com/set-meta-tags-seo-tags-cakephp/' rel='bookmark' title='Permanent Link: Set Meta Tags (SEO Tags) in CakePHP'>Set Meta Tags (SEO Tags) in CakePHP</a></li>
</ol>]]></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;.


<strong>Related Posts:</strong><ol><li><a href='http://www.programmingfacts.com/integrate-wordpress-blog-into-cakephp-application/' rel='bookmark' title='Permanent Link: Integrate WordPress Blog into CakePHP Application'>Integrate WordPress Blog into CakePHP Application</a></li>
<li><a href='http://www.programmingfacts.com/set-meta-title-page-title-cakephp/' rel='bookmark' title='Permanent Link: Set Meta Title (Page Title) in CakePHP 1.2/1.3'>Set Meta Title (Page Title) in CakePHP 1.2/1.3</a></li>
<li><a href='http://www.programmingfacts.com/html-link-html-image-cakephp/' rel='bookmark' title='Permanent Link: $html->link with html or image in CakePHP 1.2/1.3'>$html->link with html or image in CakePHP 1.2/1.3</a></li>
</ol>]]></description>
		<wfw:commentRss>http://www.programmingfacts.com/find-method-cakephp/feed/</wfw:commentRss>
		<slash:comments>2</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.


<strong>Related Posts:</strong><ol><li><a href='http://www.programmingfacts.com/cakephp-paginatorhelper-sorting-problem-solved/' rel='bookmark' title='Permanent Link: CakePHP PaginatorHelper-Sorting problem solved'>CakePHP PaginatorHelper-Sorting problem solved</a></li>
<li><a href='http://www.programmingfacts.com/set-meta-title-page-title-cakephp/' rel='bookmark' title='Permanent Link: Set Meta Title (Page Title) in CakePHP 1.2/1.3'>Set Meta Title (Page Title) in CakePHP 1.2/1.3</a></li>
<li><a href='http://www.programmingfacts.com/html-link-html-image-cakephp/' rel='bookmark' title='Permanent Link: $html->link with html or image in CakePHP 1.2/1.3'>$html->link with html or image in CakePHP 1.2/1.3</a></li>
</ol>]]></description>
		<wfw:commentRss>http://www.programmingfacts.com/set-meta-tags-seo-tags-cakephp/feed/</wfw:commentRss>
		<slash:comments>4</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.


<strong>Related Posts:</strong><ol><li><a href='http://www.programmingfacts.com/auto-refresh-page-after-few-seconds-using-javascript/' rel='bookmark' title='Permanent Link: Auto Refresh Page after few seconds Using Javascript'>Auto Refresh Page after few seconds Using Javascript</a></li>
<li><a href='http://www.programmingfacts.com/cakephp-paginatorhelper-sorting-problem-solved/' rel='bookmark' title='Permanent Link: CakePHP PaginatorHelper-Sorting problem solved'>CakePHP PaginatorHelper-Sorting problem solved</a></li>
<li><a href='http://www.programmingfacts.com/set-meta-tags-seo-tags-cakephp/' rel='bookmark' title='Permanent Link: Set Meta Tags (SEO Tags) in CakePHP'>Set Meta Tags (SEO Tags) in CakePHP</a></li>
</ol>]]></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.


<strong>Related Posts:</strong><ol><li><a href='http://www.programmingfacts.com/how-to-include-multiple-javascript-files-in-zend-framework/' rel='bookmark' title='Permanent Link: How to include multiple javascript files in Zend Framework'>How to include multiple javascript files in Zend Framework</a></li>
<li><a href='http://www.programmingfacts.com/requirement-for-cakephp-installation-guide/' rel='bookmark' title='Permanent Link: Requirement for CakePHP &#038; Installation Guide'>Requirement for CakePHP &#038; Installation Guide</a></li>
<li><a href='http://www.programmingfacts.com/upload-files-wordpress-postpage/' rel='bookmark' title='Permanent Link: How to Upload Files to a WordPress Post/Page'>How to Upload Files to a WordPress Post/Page</a></li>
</ol>]]></description>
		<wfw:commentRss>http://www.programmingfacts.com/zip-component-cakephp-add-files/feed/</wfw:commentRss>
		<slash:comments>5</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 35/195 queries in 0.518 seconds using disk

Served from: www.programmingfacts.com @ 2010-09-08 23:32:43 -->