<?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>Web Site Development Tutorials - Web Developer Resource &#187; PHP Tutorials</title>
	<atom:link href="http://www.developertutorials.com/category/tutorials/php/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.developertutorials.com</link>
	<description>Web Development and Web Design Information Resources Helping You Build Great Websites!</description>
	<lastBuildDate>Mon, 26 Dec 2011 23:53:43 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Writing A Simple Twitter Client Using the PHP Zend Framework&#8217;s OAuth Library (Zend_Oauth)</title>
		<link>http://www.developertutorials.com/tutorials/php/writing-a-simple-twitter-client-using-the-php-zend-frameworks-oauth-library-zend_oauth-848/</link>
		<comments>http://www.developertutorials.com/tutorials/php/writing-a-simple-twitter-client-using-the-php-zend-frameworks-oauth-library-zend_oauth-848/#comments</comments>
		<pubDate>Wed, 21 Oct 2009 02:43:48 +0000</pubDate>
		<dc:creator>Pádraic Brady</dc:creator>
				<category><![CDATA[PHP Tutorials]]></category>

		<guid isPermaLink="false">http://www.developertutorials.com/?p=848</guid>
		<description><![CDATA[<a href="http://www.developertutorials.com/tutorials/php/writing-a-simple-twitter-client-using-the-php-zend-frameworks-oauth-library-zend_oauth-848/"><img align="left" hspace="5" width="150" height="150" src="http://www.developertutorials.com/uploads/ff3-twitter-oauth.png" class="alignleft wp-post-image tfe" alt="" title="" /></a>I finally got around to patching and finishing Zend_Oauth's Consumer implementation for the OAuth Core 1.0 Revision A specification. Once I had it finished, I used it to write a quick and simple interface to post some Tweets on Twitter while I was testing it out. ]]></description>
		<wfw:commentRss>http://www.developertutorials.com/tutorials/php/writing-a-simple-twitter-client-using-the-php-zend-frameworks-oauth-library-zend_oauth-848/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Zend Framework Tutorial</title>
		<link>http://www.developertutorials.com/tutorials/php/zend-framework-tutorial-860/</link>
		<comments>http://www.developertutorials.com/tutorials/php/zend-framework-tutorial-860/#comments</comments>
		<pubDate>Thu, 14 Aug 2008 02:56:32 +0000</pubDate>
		<dc:creator>Lyndon Baptiste</dc:creator>
				<category><![CDATA[PHP Tutorials]]></category>

		<guid isPermaLink="false">http://www.developertutorials.com/?p=860</guid>
		<description><![CDATA[<a href="http://www.developertutorials.com/tutorials/php/zend-framework-tutorial-860/"><img align="left" hspace="5" width="150" height="150"  src="http://www.developertutorials.com/wp-content/plugins/thumbnail-for-excerpts/tfe_no_thumb.png" class="alignleft wp-post-image tfe" alt="" title="" /></a>I find myself constantly bombared with questions from students and co-workers I've introduced to the Zend Framework regarding how the different components can come together to form a basic application. I've searched, I have found, I have emailed great tutorials, but still the most common questions are posed "What's should I include in index.php?", "Should I use Zend_Db_Table?", "And what about Zend_Form?" ]]></description>
		<wfw:commentRss>http://www.developertutorials.com/tutorials/php/zend-framework-tutorial-860/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Easy Screen Scraping in PHP with the Simple HTML DOM Library</title>
		<link>http://www.developertutorials.com/tutorials/php/easy-screen-scraping-in-php-simple-html-dom-library-simplehtmldom-398/</link>
		<comments>http://www.developertutorials.com/tutorials/php/easy-screen-scraping-in-php-simple-html-dom-library-simplehtmldom-398/#comments</comments>
		<pubDate>Wed, 06 Aug 2008 07:10:54 +0000</pubDate>
		<dc:creator>Akash Mehta</dc:creator>
				<category><![CDATA[PHP Tutorials]]></category>

		<guid isPermaLink="false">http://www.developertutorials.com/blog/php/easy-screen-scraping-in-php-simple-html-dom-library-simplehtmldom-398/</guid>
		<description><![CDATA[<a href="http://www.developertutorials.com/tutorials/php/easy-screen-scraping-in-php-simple-html-dom-library-simplehtmldom-398/"><img align="left" hspace="5" width="150" height="150"  src="http://www.developertutorials.com/wp-content/plugins/thumbnail-for-excerpts/tfe_no_thumb.png" class="alignleft wp-post-image tfe" alt="" title="" /></a>Client-side developers always had it easy &#8211; libraries such as jQuery and Prototype make finding elements on the page reliable and efficient. In PHP, regular expressions tend to get rather messy, DOM calls can be confusing and verbose, and often the string functions just aren&#8217;t enough. In this tutorial, I&#8217;ll show you how to use [...]]]></description>
		<wfw:commentRss>http://www.developertutorials.com/tutorials/php/easy-screen-scraping-in-php-simple-html-dom-library-simplehtmldom-398/feed/</wfw:commentRss>
		<slash:comments>20</slash:comments>
		</item>
		<item>
		<title>SimpleTest: Unit Testing for PHP</title>
		<link>http://www.developertutorials.com/tutorials/php/simpletest-unit-testing-for-php-332/</link>
		<comments>http://www.developertutorials.com/tutorials/php/simpletest-unit-testing-for-php-332/#comments</comments>
		<pubDate>Mon, 14 Jul 2008 14:00:06 +0000</pubDate>
		<dc:creator>Akash Mehta</dc:creator>
				<category><![CDATA[PHP Tutorials]]></category>

		<guid isPermaLink="false">http://www.developertutorials.com/blog/php/simpletest-unit-testing-for-php-332/</guid>
		<description><![CDATA[<a href="http://www.developertutorials.com/tutorials/php/simpletest-unit-testing-for-php-332/"><img align="left" hspace="5" width="150" height="150"  src="http://www.developertutorials.com/wp-content/plugins/thumbnail-for-excerpts/tfe_no_thumb.png" class="alignleft wp-post-image tfe" alt="" title="" /></a>We recently looked at front-end testing of web applications with Selenium. Today, we&#8217;ll take another approach to testing your PHP applications: backend unit testing for your actual PHP code. As part of our posts on test driven development, here&#8217;s a quick intro to using SimpleTest to test your PHP applications. SimpleTest is a PHP unit [...]]]></description>
		<wfw:commentRss>http://www.developertutorials.com/tutorials/php/simpletest-unit-testing-for-php-332/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Migrating legacy PHP 4 applications to PHP 5</title>
		<link>http://www.developertutorials.com/tutorials/php/migrating-legacy-php-4-applications-to-php-5-320/</link>
		<comments>http://www.developertutorials.com/tutorials/php/migrating-legacy-php-4-applications-to-php-5-320/#comments</comments>
		<pubDate>Thu, 10 Jul 2008 06:00:34 +0000</pubDate>
		<dc:creator>Akash Mehta</dc:creator>
				<category><![CDATA[PHP Tutorials]]></category>

		<guid isPermaLink="false">http://www.developertutorials.com/blog/javascript/migrating-legacy-php-4-applications-to-php-5-320/</guid>
		<description><![CDATA[<a href="http://www.developertutorials.com/tutorials/php/migrating-legacy-php-4-applications-to-php-5-320/"><img align="left" hspace="5" width="150" height="150"  src="http://www.developertutorials.com/wp-content/plugins/thumbnail-for-excerpts/tfe_no_thumb.png" class="alignleft wp-post-image tfe" alt="" title="" /></a>As Ivo Jansch pointed out on the Ibuildings blog, there&#8217;s barely a month left till security fixes are discontinued for PHP 4. While support for PHP 4 officially ended last December, security updates were offered until 08-08-08. Most major web hosts have been phasing out PHP 4 support, but many legacy applications built with PHP [...]]]></description>
		<wfw:commentRss>http://www.developertutorials.com/tutorials/php/migrating-legacy-php-4-applications-to-php-5-320/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Load testing your web application with Apache Bench</title>
		<link>http://www.developertutorials.com/tutorials/php/load-testing-your-web-application-with-apache-bench-316/</link>
		<comments>http://www.developertutorials.com/tutorials/php/load-testing-your-web-application-with-apache-bench-316/#comments</comments>
		<pubDate>Fri, 04 Jul 2008 04:00:26 +0000</pubDate>
		<dc:creator>Akash Mehta</dc:creator>
				<category><![CDATA[PHP Tutorials]]></category>

		<guid isPermaLink="false">http://www.developertutorials.com/blog/php/load-testing-your-web-application-with-apache-bench-316/</guid>
		<description><![CDATA[<a href="http://www.developertutorials.com/tutorials/php/load-testing-your-web-application-with-apache-bench-316/"><img align="left" hspace="5" width="150" height="150"  src="http://www.developertutorials.com/wp-content/plugins/thumbnail-for-excerpts/tfe_no_thumb.png" class="alignleft wp-post-image tfe" alt="" title="" /></a>Often you need solid metrics on the performance of your web application. Benchmarking your website can provide insight into which sections of your application might need major optimizations, and helps in dealing with scalability issues. Apache Bench, or &#8216;ab&#8217;, is a command line load testing utility which ships with Apache, and allows you to simulate [...]]]></description>
		<wfw:commentRss>http://www.developertutorials.com/tutorials/php/load-testing-your-web-application-with-apache-bench-316/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>8 Cool Functions in the GD2 extension</title>
		<link>http://www.developertutorials.com/tutorials/php/cool-php-gd2-functions-673/</link>
		<comments>http://www.developertutorials.com/tutorials/php/cool-php-gd2-functions-673/#comments</comments>
		<pubDate>Fri, 27 Jun 2008 07:35:38 +0000</pubDate>
		<dc:creator>Akash Mehta</dc:creator>
				<category><![CDATA[PHP Tutorials]]></category>
		<category><![CDATA[gd2]]></category>
		<category><![CDATA[images]]></category>

		<guid isPermaLink="false">http://www.developertutorials.com/blog/php/cool-php-gd2-functions-10/</guid>
		<description><![CDATA[<a href="http://www.developertutorials.com/tutorials/php/cool-php-gd2-functions-673/"><img align="left" hspace="5" width="150" height="150"  src="http://www.developertutorials.com/wp-content/plugins/thumbnail-for-excerpts/tfe_no_thumb.png" class="alignleft wp-post-image tfe" alt="" title="" /></a>Most PHP developers have at least heard of GD2; thanks to its prolific use in CAPTCHA generation, the image functions in PHP are standard practice for many. But the extension&#8217;s uses don&#8217;t end there. After the fold, here are eight cool things you probably weren&#8217;t aware could be done with GD2, and might be useful [...]]]></description>
		<wfw:commentRss>http://www.developertutorials.com/tutorials/php/cool-php-gd2-functions-673/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Phing: A build system for PHP</title>
		<link>http://www.developertutorials.com/tutorials/php/phing-a-build-system-for-php-249/</link>
		<comments>http://www.developertutorials.com/tutorials/php/phing-a-build-system-for-php-249/#comments</comments>
		<pubDate>Thu, 26 Jun 2008 11:44:05 +0000</pubDate>
		<dc:creator>Akash Mehta</dc:creator>
				<category><![CDATA[PHP Tutorials]]></category>

		<guid isPermaLink="false">http://www.developertutorials.com/blog/php/phing-a-build-system-for-php-249/</guid>
		<description><![CDATA[<a href="http://www.developertutorials.com/tutorials/php/phing-a-build-system-for-php-249/"><img align="left" hspace="5" width="150" height="150"  src="http://www.developertutorials.com/wp-content/plugins/thumbnail-for-excerpts/tfe_no_thumb.png" class="alignleft wp-post-image tfe" alt="" title="" /></a>As PHP applications grow in size and complexity of structure, developers often find themselves putting together a &#8220;deployment plan&#8221; &#8211; that is, a set of steps to go through each time they want to take the code and package, deploy or test it. This process could involve creating some deployment-specific configuration files, packaging up the [...]]]></description>
		<wfw:commentRss>http://www.developertutorials.com/tutorials/php/phing-a-build-system-for-php-249/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>WebGrind: web-based frontend for XDebug PHP profiling</title>
		<link>http://www.developertutorials.com/tutorials/php/webgrind-web-based-frontend-for-xdebug-php-profiling-224/</link>
		<comments>http://www.developertutorials.com/tutorials/php/webgrind-web-based-frontend-for-xdebug-php-profiling-224/#comments</comments>
		<pubDate>Wed, 18 Jun 2008 09:00:16 +0000</pubDate>
		<dc:creator>Akash Mehta</dc:creator>
				<category><![CDATA[PHP Tutorials]]></category>

		<guid isPermaLink="false">http://www.developertutorials.com/blog/php/webgrind-web-based-frontend-for-xdebug-php-profiling-224/</guid>
		<description><![CDATA[<a href="http://www.developertutorials.com/tutorials/php/webgrind-web-based-frontend-for-xdebug-php-profiling-224/"><img align="left" hspace="5" width="150" height="150"  src="http://www.developertutorials.com/wp-content/uploads/2008/06/webgrind_large2-150x150.png" class="alignleft wp-post-image tfe" alt="" title="" /></a>Webgrind is a web-based Xdebug profiling frontend for PHP similar to kcachegrind. Webgrind provides a simple PHP-powered interface for examining the output of XDebug&#8217;s profiling reports, for a quick and simply overview of the performance costs in various areas of your PHP application. One of the authors, Joakim Nygard, has posted a brief summary of [...]]]></description>
		<wfw:commentRss>http://www.developertutorials.com/tutorials/php/webgrind-web-based-frontend-for-xdebug-php-profiling-224/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Getting Started with ORM in PHP</title>
		<link>http://www.developertutorials.com/tutorials/php/getting-started-with-orm-in-php-331/</link>
		<comments>http://www.developertutorials.com/tutorials/php/getting-started-with-orm-in-php-331/#comments</comments>
		<pubDate>Sat, 14 Jun 2008 13:00:00 +0000</pubDate>
		<dc:creator>Akash Mehta</dc:creator>
				<category><![CDATA[PHP Tutorials]]></category>

		<guid isPermaLink="false">http://www.developertutorials.com/blog/php/getting-started-with-orm-in-php-331/</guid>
		<description><![CDATA[<a href="http://www.developertutorials.com/tutorials/php/getting-started-with-orm-in-php-331/"><img align="left" hspace="5" width="150" height="150"  src="http://www.developertutorials.com/wp-content/plugins/thumbnail-for-excerpts/tfe_no_thumb.png" class="alignleft wp-post-image tfe" alt="" title="" /></a>ORM, or Object Relational Mapping, is a database design approach that simplifies managing complex databases for programmers. Instead of direct database access, an ORM layer in a PHP framework can make &#8220;objects&#8221; stored in a database behave like actual objects from a programming perspective &#8211; for example, creating a new &#8220;car&#8221; stored in the database [...]]]></description>
		<wfw:commentRss>http://www.developertutorials.com/tutorials/php/getting-started-with-orm-in-php-331/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

