<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Number to text converting PHP class</title>
	<atom:link href="http://www.jaygilford.com/php/number-to-text-converting-php-class/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.jaygilford.com/php/number-to-text-converting-php-class/</link>
	<description>Numerous articles on PHP, MySQL and Apache files</description>
	<lastBuildDate>Tue, 13 Jul 2010 02:52:06 +0100</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: AndyH</title>
		<link>http://www.jaygilford.com/php/number-to-text-converting-php-class/comment-page-1/#comment-15</link>
		<dc:creator>AndyH</dc:creator>
		<pubDate>Thu, 14 Jan 2010 13:22:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.jaygilford.com/?p=89#comment-15</guid>
		<description>No need to justify making this a class. I think it&#039;s an excellent piece of code, and hey, it&#039;s what lead me to this site.

Now, your mission Jay, should you choose to accept it, is to make this class reversable. It&#039;s all very well sending it &quot;12&quot; and it returning &quot;twelve&quot;, but what if I have a &quot;twelve&quot; and want it to return &quot;12&quot;?

Ive written a function that handles this upto 20, but a graceful piece of code should be able to handle anything.
After nearly a month of looking (and trying myself), I haven&#039;t found anything like this.

If you can do it Jay, there&#039;s beer in it for you!</description>
		<content:encoded><![CDATA[<p>No need to justify making this a class. I think it&#8217;s an excellent piece of code, and hey, it&#8217;s what lead me to this site.</p>
<p>Now, your mission Jay, should you choose to accept it, is to make this class reversable. It&#8217;s all very well sending it &#8220;12&#8243; and it returning &#8220;twelve&#8221;, but what if I have a &#8220;twelve&#8221; and want it to return &#8220;12&#8243;?</p>
<p>Ive written a function that handles this upto 20, but a graceful piece of code should be able to handle anything.<br />
After nearly a month of looking (and trying myself), I haven&#8217;t found anything like this.</p>
<p>If you can do it Jay, there&#8217;s beer in it for you!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jay</title>
		<link>http://www.jaygilford.com/php/number-to-text-converting-php-class/comment-page-1/#comment-12</link>
		<dc:creator>Jay</dc:creator>
		<pubDate>Tue, 15 Dec 2009 01:12:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.jaygilford.com/?p=89#comment-12</guid>
		<description>Basically to encapsulate all the different functions into one object. I was also just getting practice in creating a class as I was bored :)</description>
		<content:encoded><![CDATA[<p>Basically to encapsulate all the different functions into one object. I was also just getting practice in creating a class as I was bored :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: trevorsg</title>
		<link>http://www.jaygilford.com/php/number-to-text-converting-php-class/comment-page-1/#comment-11</link>
		<dc:creator>trevorsg</dc:creator>
		<pubDate>Tue, 15 Dec 2009 00:47:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.jaygilford.com/?p=89#comment-11</guid>
		<description>What is the point of making this into a class? Shouldn&#039;t it be a standalone function?</description>
		<content:encoded><![CDATA[<p>What is the point of making this into a class? Shouldn&#8217;t it be a standalone function?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
