<?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>Information Technology Blog &#187; PHP</title>
	<atom:link href="http://lionel-s.com/blog/category/web-development/php/feed/" rel="self" type="application/rss+xml" />
	<link>http://lionel-s.com/blog</link>
	<description>Lionel Siniyunguruza, IT Consultant</description>
	<lastBuildDate>Fri, 30 Dec 2011 22:54:00 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.3</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>An Early Look at Zend Framework 2.0</title>
		<link>http://lionel-s.com/blog/2011/10/30/an-early-look-at-zend-framework-2-0/</link>
		<comments>http://lionel-s.com/blog/2011/10/30/an-early-look-at-zend-framework-2-0/#comments</comments>
		<pubDate>Mon, 31 Oct 2011 03:00:00 +0000</pubDate>
		<dc:creator>Lionel</dc:creator>
				<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://lionel-s.com/blog/2011/10/30/an-early-look-at-zend-framework-2-0/</guid>
		<description><![CDATA[The Zend Framework&#8217;s soaring popularity, coupled with the rapid evolution of frameworks both within &#8230;
Read More
]]></description>
			<content:encoded><![CDATA[<p>The Zend Framework&#8217;s soaring popularity, coupled with the rapid evolution of frameworks both within &#8230;<br />
<a href="http://www.phpbuilder.com/columns/zendframework2/zend_framework2_10-27-2011.php3" TARGET="_blank">Read More</a></p>
]]></content:encoded>
			<wfw:commentRss>http://lionel-s.com/blog/2011/10/30/an-early-look-at-zend-framework-2-0/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Introducing Namespaces for PHP Developers</title>
		<link>http://lionel-s.com/blog/2011/10/23/introducing-namespaces-for-php-developers/</link>
		<comments>http://lionel-s.com/blog/2011/10/23/introducing-namespaces-for-php-developers/#comments</comments>
		<pubDate>Mon, 24 Oct 2011 01:05:10 +0000</pubDate>
		<dc:creator>Lionel</dc:creator>
				<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://lionel-s.com/blog/2011/10/23/introducing-namespaces-for-php-developers/</guid>
		<description><![CDATA[PHP&#8217;s historical lack of namespace support has long been a sore spot for developers residing both wi &#8230;
Read More
]]></description>
			<content:encoded><![CDATA[<p>PHP&#8217;s historical lack of namespace support has long been a sore spot for developers residing both wi &#8230;<br />
<a href="http://www.phpbuilder.com/columns/intro_namespaces/Introducing_Namespaces_Gilmore_09-20-2011.php3" TARGET="_blank">Read More</a></p>
]]></content:encoded>
			<wfw:commentRss>http://lionel-s.com/blog/2011/10/23/introducing-namespaces-for-php-developers/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PHPUnit Fundamentals: Setting Up and Tearing Down a Doctrine 2 Database</title>
		<link>http://lionel-s.com/blog/2011/09/17/phpunit-fundamentals-setting-up-and-tearing-down-a-doctrine-2-database/</link>
		<comments>http://lionel-s.com/blog/2011/09/17/phpunit-fundamentals-setting-up-and-tearing-down-a-doctrine-2-database/#comments</comments>
		<pubDate>Sat, 17 Sep 2011 22:43:31 +0000</pubDate>
		<dc:creator>Lionel</dc:creator>
				<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://lionel-s.com/blog/2011/09/17/phpunit-fundamentals-setting-up-and-tearing-down-a-doctrine-2-database/</guid>
		<description><![CDATA[Doctrine 2, the latest version of the popular PHP ORM framework, really makes PHP database integrati &#8230;
Read More
]]></description>
			<content:encoded><![CDATA[<p>Doctrine 2, the latest version of the popular PHP ORM framework, really makes PHP database integrati &#8230;<br />
<a href="http://www.phpbuilder.com/columns/phpunit-doctrine/Jason_Gilmore08172011.php3" TARGET="_blank">Read More</a></p>
]]></content:encoded>
			<wfw:commentRss>http://lionel-s.com/blog/2011/09/17/phpunit-fundamentals-setting-up-and-tearing-down-a-doctrine-2-database/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PHP Multithreading with cURL</title>
		<link>http://lionel-s.com/blog/2011/09/11/php-multithreading-with-curl/</link>
		<comments>http://lionel-s.com/blog/2011/09/11/php-multithreading-with-curl/#comments</comments>
		<pubDate>Mon, 12 Sep 2011 03:00:00 +0000</pubDate>
		<dc:creator>Lionel</dc:creator>
				<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://lionel-s.com/blog/2011/09/11/php-multithreading-with-curl/</guid>
		<description><![CDATA[When there are many tasks to execute in a given script, it may take a long time to finish all of the &#8230;
Read More
]]></description>
			<content:encoded><![CDATA[<p>When there are many tasks to execute in a given script, it may take a long time to finish all of the &#8230;<br />
<a href="http://www.phpbuilder.com/columns/php-multithreading-curl/Octavia_Anghel06072011.php3" TARGET="_blank">Read More</a></p>
]]></content:encoded>
			<wfw:commentRss>http://lionel-s.com/blog/2011/09/11/php-multithreading-with-curl/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>10 Productive PHP Tools for Testing and Debugging</title>
		<link>http://lionel-s.com/blog/2011/01/17/10-productive-php-tools-for-testing-and-debugging/</link>
		<comments>http://lionel-s.com/blog/2011/01/17/10-productive-php-tools-for-testing-and-debugging/#comments</comments>
		<pubDate>Mon, 17 Jan 2011 23:19:30 +0000</pubDate>
		<dc:creator>Lionel</dc:creator>
				<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://lionel-s.com/blog/2011/01/17/10-productive-php-tools-for-testing-and-debugging/</guid>
		<description><![CDATA[There&#8217;s more to testing than just unit testing. Here are 10 wide-ranging testing and debugging utili &#8230;
Read More
]]></description>
			<content:encoded><![CDATA[<p>There&#8217;s more to testing than just unit testing. Here are 10 wide-ranging testing and debugging utili &#8230;<br />
<a href="http://www.phpbuilder.com/columns/10-Testing-Debugging-Tools/Jason_Gilmore11172010.php3" TARGET="_blank">Read More</a></p>
]]></content:encoded>
			<wfw:commentRss>http://lionel-s.com/blog/2011/01/17/10-productive-php-tools-for-testing-and-debugging/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Boost PHP Site Performance with Zend Framework Data Caching</title>
		<link>http://lionel-s.com/blog/2011/01/01/boost-php-site-performance-with-zend-framework-data-caching/</link>
		<comments>http://lionel-s.com/blog/2011/01/01/boost-php-site-performance-with-zend-framework-data-caching/#comments</comments>
		<pubDate>Sat, 01 Jan 2011 23:15:17 +0000</pubDate>
		<dc:creator>Lionel</dc:creator>
				<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://lionel-s.com/blog/2011/01/01/boost-php-site-performance-with-zend-framework-data-caching/</guid>
		<description><![CDATA[The Zend Framework&#8217;s Zend_Cache component is an easy way to implement PHP caching, a sure site perfo &#8230;
Read More
]]></description>
			<content:encoded><![CDATA[<p>The Zend Framework&#8217;s Zend_Cache component is an easy way to implement PHP caching, a sure site perfo &#8230;<br />
<a href="http://www.phpbuilder.com/columns/zend_cache/Jason_Gilmore12012010.php3" TARGET="_blank">Read More</a></p>
]]></content:encoded>
			<wfw:commentRss>http://lionel-s.com/blog/2011/01/01/boost-php-site-performance-with-zend-framework-data-caching/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Open Source Languages in 2010: Developer Year in Review</title>
		<link>http://lionel-s.com/blog/2010/12/26/open-source-languages-in-2010-developer-year-in-review/</link>
		<comments>http://lionel-s.com/blog/2010/12/26/open-source-languages-in-2010-developer-year-in-review/#comments</comments>
		<pubDate>Mon, 27 Dec 2010 04:00:00 +0000</pubDate>
		<dc:creator>Lionel</dc:creator>
				<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://lionel-s.com/blog/2010/12/26/open-source-languages-in-2010-developer-year-in-review/</guid>
		<description><![CDATA[Open source language and tool development ramped up in 2010, a big year for Java and Ruby while PHP, Perl and Python also advanced.
Read More
]]></description>
			<content:encoded><![CDATA[<p>Open source language and tool development ramped up in 2010, a big year for Java and Ruby while PHP, Perl and Python also advanced.<br />
<a href="http://www.developer.com//open/open-source-languages-in-2010-developer-year-in-review-.html" TARGET="_blank">Read More</a></p>
]]></content:encoded>
			<wfw:commentRss>http://lionel-s.com/blog/2010/12/26/open-source-languages-in-2010-developer-year-in-review/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Implementing the Singleton Pattern in PHP 5</title>
		<link>http://lionel-s.com/blog/2010/12/26/implementing-the-singleton-pattern-in-php-5/</link>
		<comments>http://lionel-s.com/blog/2010/12/26/implementing-the-singleton-pattern-in-php-5/#comments</comments>
		<pubDate>Sun, 26 Dec 2010 22:55:56 +0000</pubDate>
		<dc:creator>Lionel</dc:creator>
				<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://lionel-s.com/blog/2010/12/26/implementing-the-singleton-pattern-in-php-5/</guid>
		<description><![CDATA[Integrating design patterns into your PHP applications can lead to performance issues if you don&#8217;t d &#8230;
Read More
]]></description>
			<content:encoded><![CDATA[<p>Integrating design patterns into your PHP applications can lead to performance issues if you don&#8217;t d &#8230;<br />
<a href="http://www.phpbuilder.com/columns/Singleton-PHP5/Octavia_Anghel112310.php3" TARGET="_blank">Read More</a></p>
]]></content:encoded>
			<wfw:commentRss>http://lionel-s.com/blog/2010/12/26/implementing-the-singleton-pattern-in-php-5/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Build Your First PHP for Android Application</title>
		<link>http://lionel-s.com/blog/2010/09/19/build-your-first-php-for-android-application/</link>
		<comments>http://lionel-s.com/blog/2010/09/19/build-your-first-php-for-android-application/#comments</comments>
		<pubDate>Mon, 20 Sep 2010 03:00:00 +0000</pubDate>
		<dc:creator>Lionel</dc:creator>
				<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://lionel-s.com/blog/2010/09/19/build-your-first-php-for-android-application/</guid>
		<description><![CDATA[Getting started with PHP for Android and the Scripting Layer for Android is easy with this step-by-step guide, complete with a demo application.
Read More
]]></description>
			<content:encoded><![CDATA[<p>Getting started with PHP for Android and the Scripting Layer for Android is easy with this step-by-step guide, complete with a demo application.<br />
<a href="http://www.developer.com/lang/php/article.php/3904261" TARGET="_blank">Read More</a></p>
]]></content:encoded>
			<wfw:commentRss>http://lionel-s.com/blog/2010/09/19/build-your-first-php-for-android-application/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The 5 WordPress 3.0 Features Worth Upgrading For</title>
		<link>http://lionel-s.com/blog/2010/09/05/the-5-wordpress-3-0-features-worth-upgrading-for/</link>
		<comments>http://lionel-s.com/blog/2010/09/05/the-5-wordpress-3-0-features-worth-upgrading-for/#comments</comments>
		<pubDate>Sun, 05 Sep 2010 14:41:45 +0000</pubDate>
		<dc:creator>Lionel</dc:creator>
				<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://lionel-s.com/blog/2010/09/05/the-5-wordpress-3-0-features-worth-upgrading-for/</guid>
		<description><![CDATA[Among the 1,217 bug fixes and feature enhancements in WordPress 3.0, these five new features are the &#8230;
Read More
]]></description>
			<content:encoded><![CDATA[<p>Among the 1,217 bug fixes and feature enhancements in WordPress 3.0, these five new features are the &#8230;<br />
<a href="http://www.phpbuilder.com/columns/WordPress3/Arpan_Dhandhania080510.php3" TARGET="_blank">Read More</a></p>
]]></content:encoded>
			<wfw:commentRss>http://lionel-s.com/blog/2010/09/05/the-5-wordpress-3-0-features-worth-upgrading-for/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

