<?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>The Way Of Coding &#187; php</title>
	<atom:link href="http://thewayofcoding.com/tag/php/feed/" rel="self" type="application/rss+xml" />
	<link>http://thewayofcoding.com</link>
	<description></description>
	<lastBuildDate>Mon, 28 Jun 2010 06:17:17 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Clean URLs in PHP Yii Framework</title>
		<link>http://thewayofcoding.com/2009/11/clean-urls-in-php-yii-framework/</link>
		<comments>http://thewayofcoding.com/2009/11/clean-urls-in-php-yii-framework/#comments</comments>
		<pubDate>Thu, 19 Nov 2009 05:40:59 +0000</pubDate>
		<dc:creator>Scott</dc:creator>
				<category><![CDATA[1]]></category>
		<category><![CDATA[apache]]></category>
		<category><![CDATA[clean]]></category>
		<category><![CDATA[configure]]></category>
		<category><![CDATA[framework]]></category>
		<category><![CDATA[modrewrite]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[url]]></category>
		<category><![CDATA[yii]]></category>

		<guid isPermaLink="false">http://www.thewayofcoding.com/?p=183</guid>
		<description><![CDATA[Here is a quick tip to save some trouble. The goal here is to get clean urls like http://localhost/site/test/5 or http://localhost/site/contact without having a query string variable and also not having the filename index.php show up. My configuration: EasyPHP (apache/php/mysql combo for windows) Yii PHP framework In the Yii main.php configuration file you need: 'urlManager'=&#62;array( [...]]]></description>
		<wfw:commentRss>http://thewayofcoding.com/2009/11/clean-urls-in-php-yii-framework/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>EasyPHP, WordPress, and Permalinks</title>
		<link>http://thewayofcoding.com/2009/07/easyphp-wordpress-and-permalinks/</link>
		<comments>http://thewayofcoding.com/2009/07/easyphp-wordpress-and-permalinks/#comments</comments>
		<pubDate>Sat, 18 Jul 2009 04:45:01 +0000</pubDate>
		<dc:creator>Scott</dc:creator>
				<category><![CDATA[1]]></category>
		<category><![CDATA[easyphp]]></category>
		<category><![CDATA[httpd]]></category>
		<category><![CDATA[permalinks]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.thewayofcoding.com/?p=154</guid>
		<description><![CDATA[I&#8217;m creating a website as a favor to a friend. To save effort, I&#8217;m just doing the development on my Windows computer. While doing that, I ran into a little issue with permalinks that seems to be unique to how EasyPHP is configured. While I won&#8217;t go into much detail on the subject, I re-affirmed [...]]]></description>
		<wfw:commentRss>http://thewayofcoding.com/2009/07/easyphp-wordpress-and-permalinks/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>PHP, IIS, and NetBeans</title>
		<link>http://thewayofcoding.com/2009/03/php-iis-and-netbeans/</link>
		<comments>http://thewayofcoding.com/2009/03/php-iis-and-netbeans/#comments</comments>
		<pubDate>Wed, 11 Mar 2009 04:15:20 +0000</pubDate>
		<dc:creator>Scott</dc:creator>
				<category><![CDATA[1]]></category>
		<category><![CDATA[configuration]]></category>
		<category><![CDATA[iis]]></category>
		<category><![CDATA[netbeans]]></category>
		<category><![CDATA[php]]></category>

		<guid isPermaLink="false">http://www.thewayofcoding.com/?p=110</guid>
		<description><![CDATA[It&#8217;s been while since I have used the language, so I thought it would be fun to try making a few new ideas with it. I did a quick search to see what PHP IDEs were available.  I&#8217;ve used Eclipse quite a lot, but I&#8217;m not particularly fond of it, so I wanted to try [...]]]></description>
		<wfw:commentRss>http://thewayofcoding.com/2009/03/php-iis-and-netbeans/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Is object orientated scripting worth the effort?</title>
		<link>http://thewayofcoding.com/2008/01/is-object-orientated-scripting-worth-the-effort/</link>
		<comments>http://thewayofcoding.com/2008/01/is-object-orientated-scripting-worth-the-effort/#comments</comments>
		<pubDate>Mon, 28 Jan 2008 02:08:00 +0000</pubDate>
		<dc:creator>Scott</dc:creator>
				<category><![CDATA[1]]></category>
		<category><![CDATA[effort]]></category>
		<category><![CDATA[object]]></category>
		<category><![CDATA[orientation]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[scripting]]></category>
		<category><![CDATA[worth]]></category>

		<guid isPermaLink="false">http://localhost/?p=20</guid>
		<description><![CDATA[I&#8217;m currently creating a movie review website in PHP an SQLite. I&#8217;m taking a very object orientated approach. For example, all database access goes through an object. Adding a review is as simple as calling a function with the proper data. Here is the function header: addReview($assocArrayReviewData, $assocArrayReviewBlockData) Each parameter is an associative array that [...]]]></description>
		<wfw:commentRss>http://thewayofcoding.com/2008/01/is-object-orientated-scripting-worth-the-effort/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
