<?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>WhyPad.com &#187; PHP</title>
	<atom:link href="http://www.whypad.com/tag/php/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.whypad.com</link>
	<description>Tools and Tricks for Life and Tech</description>
	<lastBuildDate>Tue, 06 Dec 2011 22:35:45 +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>PHP &#8211; Sort a Multi-dimensional Array by Value for a Key</title>
		<link>http://www.whypad.com/posts/php-sort-multi-dimensional-array/848/</link>
		<comments>http://www.whypad.com/posts/php-sort-multi-dimensional-array/848/#comments</comments>
		<pubDate>Wed, 23 Mar 2011 18:37:37 +0000</pubDate>
		<dc:creator>byron</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Web Development]]></category>

		<guid isPermaLink="false">http://www.whypad.com/?p=848</guid>
		<description><![CDATA[Here&#8217;s a problem I&#8217;ve run into a time or two with sorting arrays. I had a multi-dimension array that I needed to sort on a the values for a specific key (&#8220;name&#8221; in this case). This array is similar to what you would get back from a mysql database query when you use ARRAY_A to [...]]]></description>
		<wfw:commentRss>http://www.whypad.com/posts/php-sort-multi-dimensional-array/848/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>OOP PHP:  What is the Double Colon in Objects/Classes for?</title>
		<link>http://www.whypad.com/posts/php-using-the-double-colon/500/</link>
		<comments>http://www.whypad.com/posts/php-using-the-double-colon/500/#comments</comments>
		<pubDate>Fri, 16 Jan 2009 21:26:03 +0000</pubDate>
		<dc:creator>byron</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[web dev]]></category>

		<guid isPermaLink="false">http://www.whypad.com/?p=500</guid>
		<description><![CDATA[I happen to be the only PHP programmer that I know, so it&#8217;s hard to ask your buddy what the heck that :: is used for in some OO PHP programs.  I know you could post it on a forum and get the answer, but I never did.  And Google wasn&#8217;t really forth coming when [...]]]></description>
		<wfw:commentRss>http://www.whypad.com/posts/php-using-the-double-colon/500/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>ASP.Net C# &#8211; PHP  Equivalents</title>
		<link>http://www.whypad.com/posts/aspnet-c-sharp-php-equivalents/263/</link>
		<comments>http://www.whypad.com/posts/aspnet-c-sharp-php-equivalents/263/#comments</comments>
		<pubDate>Wed, 17 Sep 2008 21:05:36 +0000</pubDate>
		<dc:creator>byron</dc:creator>
				<category><![CDATA[ASP.NET/C#]]></category>
		<category><![CDATA[c#]]></category>
		<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://www.whypad.com/?p=263</guid>
		<description><![CDATA[On this post, I will be collecting ASP.NET C# commands that I use frequently in PHP but I have to continually look up in the little bit of ASP.NET that I do.  PHP can be frustrating for its inconsistencies in syntax, but what is even more frustrating is when you&#8217;re trying to do something in [...]]]></description>
		<wfw:commentRss>http://www.whypad.com/posts/aspnet-c-sharp-php-equivalents/263/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PHP: Using Switch to test Multiple Conditions</title>
		<link>http://www.whypad.com/posts/php-using-switch-to-test-multiple-conditions/210/</link>
		<comments>http://www.whypad.com/posts/php-using-switch-to-test-multiple-conditions/210/#comments</comments>
		<pubDate>Mon, 04 Aug 2008 03:41:10 +0000</pubDate>
		<dc:creator>byron</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[web dev]]></category>

		<guid isPermaLink="false">http://www.whypad.com/?p=210</guid>
		<description><![CDATA[Ok, so maybe this is common knowledge, but I still felt a little clever when I figured out this trick.  The situation was that I wanted to test a bunch of different conditions to figure out which time category a date falls into.  It would be fairly simple to do with a bunch of if&#8230;then&#8230;else&#8217;s, [...]]]></description>
		<wfw:commentRss>http://www.whypad.com/posts/php-using-switch-to-test-multiple-conditions/210/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

