<?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>Beyond the Wheel &#187; PHP</title>
	<atom:link href="http://beyondthewheel.com/category/php/feed/" rel="self" type="application/rss+xml" />
	<link>http://beyondthewheel.com</link>
	<description>Web Development</description>
	<lastBuildDate>Mon, 12 Apr 2010 20:59:39 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>CakePHP Models and requestAction</title>
		<link>http://beyondthewheel.com/cakephp-models-and-requestaction/</link>
		<comments>http://beyondthewheel.com/cakephp-models-and-requestaction/#comments</comments>
		<pubDate>Sun, 04 Oct 2009 20:26:49 +0000</pubDate>
		<dc:creator>turbodog</dc:creator>
				<category><![CDATA[CakePHP]]></category>
		<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://beyondthewheel.com/?p=33</guid>
		<description><![CDATA[
This may be kind of a &#8220;no duh&#8221; for some Cake veterans, but it was new to me, so I&#8217;ll share&#8230;
When it comes to accessing a different Model from a given Controller I had always wondered which was the better practice &#8211; include the other Model in the $uses array or using $this-&#62;requestAction() to get [...]]]></description>
		<wfw:commentRss>http://beyondthewheel.com/cakephp-models-and-requestaction/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Convert UPC-E Barcodes to UPC-A with PHP</title>
		<link>http://beyondthewheel.com/convert-upc-barcodes-with-php/</link>
		<comments>http://beyondthewheel.com/convert-upc-barcodes-with-php/#comments</comments>
		<pubDate>Fri, 18 Sep 2009 00:44:22 +0000</pubDate>
		<dc:creator>turbodog</dc:creator>
				<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://beyondthewheel.com/?p=16</guid>
		<description><![CDATA[Recently I had the need to convert 8 digit UPC-E barcodes to 12 digit UPC-A barcodes for an inventory app I was working on.
After lots of Googling, I found this one written in Visual Basic: http://upcdata.info/?action=e2a
And did my best to convert it to PHP.  The results are below.  Let me know if it [...]]]></description>
		<wfw:commentRss>http://beyondthewheel.com/convert-upc-barcodes-with-php/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
