<?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>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>Multiple MYSQL Database Connection with Zend Framework</title>
		<link>http://www.programmingfacts.com/multiple-mysql-database-connection-zend/</link>
		<comments>http://www.programmingfacts.com/multiple-mysql-database-connection-zend/#comments</comments>
		<pubDate>Tue, 02 Nov 2010 09:40:55 +0000</pubDate>
		<dc:creator>Rakshit Patel</dc:creator>
				<category><![CDATA[MYSQL]]></category>
		<category><![CDATA[Zend Framework]]></category>
		<category><![CDATA[Multiple MYSQL DB with Zend]]></category>

		<guid isPermaLink="false">http://www.programmingfacts.com/?p=916</guid>
		<description><![CDATA[Do you want to make a connection with multiple database in Zend Framework? Today i worked on multiple MYSQL database connection in Zend Framework as my client wants separate database to reduce the load of site. Its very easy to manage multiple database connection with ZF. You just need to add below code in bootstrap.php file and use the db object accordingly.<div class="addthis_toolbox addthis_default_style addthis_32x32_style" addthis:url='http://www.programmingfacts.com/multiple-mysql-database-connection-zend/' addthis:title='Multiple MYSQL Database Connection with Zend Framework' ><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/multiple-mysql-database-connection-zend/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<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.<div class="addthis_toolbox addthis_default_style addthis_32x32_style" addthis:url='http://www.programmingfacts.com/how-to-include-multiple-javascript-files-in-zend-framework/' addthis:title='How to include multiple javascript files in Zend Framework' ><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/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.<div class="addthis_toolbox addthis_default_style addthis_32x32_style" addthis:url='http://www.programmingfacts.com/interacting-with-html-form-data-in-zend-framework/' addthis:title='Interacting with HTML form data in Zend Framework' ><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/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.<div class="addthis_toolbox addthis_default_style addthis_32x32_style" addthis:url='http://www.programmingfacts.com/pop3imap-email-attachment-read/' addthis:title='POP3/IMAP Email with attachment-Read &#038; Forwarding with PHP' ><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/pop3imap-email-attachment-read/feed/</wfw:commentRss>
		<slash:comments>15</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.<div class="addthis_toolbox addthis_default_style addthis_32x32_style" addthis:url='http://www.programmingfacts.com/changedisable-the-default-layoutset-layout-in-zend-framework/' addthis:title='Change/Disable the default layout/Set layout in Zend Framework' ><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/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>..<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>
	</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/49 queries in 0.061 seconds using disk

Served from: www.programmingfacts.com @ 2012-02-08 00:15:51 -->
