<?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>Mindtonic &#187; PHP</title>
	<atom:link href="http://blog.mindtonic.net/tag/php/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.mindtonic.net</link>
	<description>Thoughts on Music and Application Development</description>
	<lastBuildDate>Fri, 30 Jul 2010 18:08:49 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Unit Testing Object Oriented PHP5 Code</title>
		<link>http://blog.mindtonic.net/unit-testing-object-oriented-php5-code/</link>
		<comments>http://blog.mindtonic.net/unit-testing-object-oriented-php5-code/#comments</comments>
		<pubDate>Wed, 01 Jul 2009 15:35:53 +0000</pubDate>
		<dc:creator>mindtonic</dc:creator>
				<category><![CDATA[PHP Testing]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[phpunit]]></category>
		<category><![CDATA[shabda]]></category>
		<category><![CDATA[simpletest]]></category>
		<category><![CDATA[testing]]></category>

		<guid isPermaLink="false">http://blog.mindtonic.net/?p=13</guid>
		<description><![CDATA[I have been doing a lot for work with testing and development in Ruby. This has lead me to want to find an option to write Unit Tests for my own PHP based Content Management System, Shabda. It would be a very wise move to make sure that the core system files function exactly as [...]]]></description>
			<content:encoded><![CDATA[<p>I have been doing a lot for work with testing and development in Ruby.  This has lead me to want to find an option to write Unit Tests for my own PHP based Content Management System, Shabda.  It would be a very wise move to make sure that the core system files function exactly as expected. I will update this blog post as I go along.</p>
<p>My research has yielded two possible testing options:</p>
<ul>
<li><a href="http://www.phpunit.de/">PHPUnit</a></li>
<li><a href="http://www.simpletest.org">SimpleTest</a></li>
</ul>
<p><strong>SimpleTest</strong></p>
<p>Other blogs with more information: <a href="http://vailo.wordpress.com/2008/07/03/php-unit-test-test-driven-development/">http://vailo.wordpress.com/2008/07/03/php-unit-test-test-driven-development/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.mindtonic.net/unit-testing-object-oriented-php5-code/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Installing PEAR php Packaging system on Wamp</title>
		<link>http://blog.mindtonic.net/installing-pear-php-packaging-system-on-wamp/</link>
		<comments>http://blog.mindtonic.net/installing-pear-php-packaging-system-on-wamp/#comments</comments>
		<pubDate>Wed, 01 Jul 2009 15:33:11 +0000</pubDate>
		<dc:creator>mindtonic</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[pear]]></category>

		<guid isPermaLink="false">http://blog.mindtonic.net/?p=11</guid>
		<description><![CDATA[I followed this easy tutorial: http://www.hiveminds.co.uk/node/3821/print and found the process to be painless. I think that all of my work with Ruby and the UNIX command line has made the idea of the windows command line a lot less scary! To install some of the packages that I was trying to install PEAR for, I [...]]]></description>
			<content:encoded><![CDATA[<p>I followed this easy tutorial: <a href="http://www.hiveminds.co.uk/node/3821/print">http://www.hiveminds.co.uk/node/3821/print</a> and found the process to be painless.  I think that all of my work with Ruby and the UNIX command line has made the idea of the windows command line a lot less scary!</p>
<p>To install some of the packages that I was trying to install PEAR for, I had to upgrade the PEAR installation.  Fortunately, I am finding a lot of correlations between PEAR and Ruby GEMS.  To update the PEAR installation itself, simply enter the following in a windows command prompt:</p>
<p><code>pear upgrade pear</code></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.mindtonic.net/installing-pear-php-packaging-system-on-wamp/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
