<?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>PHP Musings &#187; OOP</title>
	<atom:link href="http://www.charles-reace.com/blog/category/oop/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.charles-reace.com/blog</link>
	<description>Charles Reace&#039;s blog about PHP, MySQL, and life in general</description>
	<lastBuildDate>Mon, 22 Aug 2011 17:16:51 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Review: PHP 5 Social Networking</title>
		<link>http://www.charles-reace.com/blog/2011/02/18/review-php-5-social-networking/</link>
		<comments>http://www.charles-reace.com/blog/2011/02/18/review-php-5-social-networking/#comments</comments>
		<pubDate>Sat, 19 Feb 2011 01:17:03 +0000</pubDate>
		<dc:creator>Charles</dc:creator>
				<category><![CDATA[OOP]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[michael peacock]]></category>
		<category><![CDATA[packt]]></category>
		<category><![CDATA[social networking]]></category>

		<guid isPermaLink="false">http://www.charles-reace.com/blog/?p=315</guid>
		<description><![CDATA[PHP 5 Social Networking by Michael Peacock (Packt Publishing) is a book that takes you through the process of creating a social networking web site written in PHP (preferably at least PHP 5.2.0). It is probably not ideal for beginners just getting into web programming, but if you have at least a little bit of [...]]]></description>
		<wfw:commentRss>http://www.charles-reace.com/blog/2011/02/18/review-php-5-social-networking/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Book Review: CodeIgniter 1.7 Professional Development</title>
		<link>http://www.charles-reace.com/blog/2010/06/08/book-review-codeigniter-1-7-professional-development/</link>
		<comments>http://www.charles-reace.com/blog/2010/06/08/book-review-codeigniter-1-7-professional-development/#comments</comments>
		<pubDate>Tue, 08 Jun 2010 04:09:04 +0000</pubDate>
		<dc:creator>Charles</dc:creator>
				<category><![CDATA[OOP]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[book]]></category>
		<category><![CDATA[CodeIgniter]]></category>

		<guid isPermaLink="false">http://www.charles-reace.com/blog/?p=268</guid>
		<description><![CDATA[I was recently provided a review copy of CodeIgniter 1.7 Professional Development by Adam Griffith (Packt Publishing). It claims that it will help the reader &#8220;Become a CodeIgniter expert with professional tools, techniques and extended libraries.&#8221; As someone who has used CodeIgniter and found it to be very useful, I was looking forward to learning [...]]]></description>
		<wfw:commentRss>http://www.charles-reace.com/blog/2010/06/08/book-review-codeigniter-1-7-professional-development/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Object Iteration in PHP 5</title>
		<link>http://www.charles-reace.com/blog/2010/06/01/object-iteration-in-php-5/</link>
		<comments>http://www.charles-reace.com/blog/2010/06/01/object-iteration-in-php-5/#comments</comments>
		<pubDate>Tue, 01 Jun 2010 04:30:52 +0000</pubDate>
		<dc:creator>Charles</dc:creator>
				<category><![CDATA[OOP]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[class]]></category>
		<category><![CDATA[iterator]]></category>
		<category><![CDATA[object]]></category>

		<guid isPermaLink="false">http://www.charles-reace.com/blog/?p=262</guid>
		<description><![CDATA[PHP 5 gives us the ability to iterate through objects much as we can with arrays, such as with the foreach() loop construct. I knew this ability existed but had not really looked into it or made use of it. However as a result of a thread at PHPBuilder.com, I thought this might be a [...]]]></description>
		<wfw:commentRss>http://www.charles-reace.com/blog/2010/06/01/object-iteration-in-php-5/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Beginners&#8217; Corner: Learning Object-Oriented PHP</title>
		<link>http://www.charles-reace.com/blog/2009/10/27/beginners-corner-learning-object-oriented-php/</link>
		<comments>http://www.charles-reace.com/blog/2009/10/27/beginners-corner-learning-object-oriented-php/#comments</comments>
		<pubDate>Wed, 28 Oct 2009 03:39:58 +0000</pubDate>
		<dc:creator>Charles</dc:creator>
				<category><![CDATA[Beginners' Corner]]></category>
		<category><![CDATA[OOP]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[classes]]></category>
		<category><![CDATA[objects]]></category>

		<guid isPermaLink="false">http://www.charles-reace.com/blog/?p=231</guid>
		<description><![CDATA[I often see PHP newbies (and even not-so-newbies) who are confused by the world of object-oriented programming (OOP). At least part of this confusion results from the vast majority of introductory books and tutorials for PHP beginning by teaching procedural programming techniques, treating OOP as an &#8220;advanced&#8221; subject with a chapter or two at the [...]]]></description>
		<wfw:commentRss>http://www.charles-reace.com/blog/2009/10/27/beginners-corner-learning-object-oriented-php/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Implementing a Database-based Session-handler</title>
		<link>http://www.charles-reace.com/blog/2009/10/20/implementing-a-database-based-session-handler/</link>
		<comments>http://www.charles-reace.com/blog/2009/10/20/implementing-a-database-based-session-handler/#comments</comments>
		<pubDate>Tue, 20 Oct 2009 23:46:35 +0000</pubDate>
		<dc:creator>Charles</dc:creator>
				<category><![CDATA[OOP]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[session]]></category>
		<category><![CDATA[session-handler]]></category>

		<guid isPermaLink="false">http://www.charles-reace.com/blog/?p=221</guid>
		<description><![CDATA[While I&#8217;ve been using the database session data handler in the CodeIgniter framework for some time, upon reading this thread at PHPBuilder forums I decided it was time to write my own. In part I just wanted to gain a more thorough understanding of the process, and I also figured I could use it some [...]]]></description>
		<wfw:commentRss>http://www.charles-reace.com/blog/2009/10/20/implementing-a-database-based-session-handler/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

