<?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>lukebaker.org &#187; PHP</title>
	<atom:link href="http://lukebaker.org/archives/category/php/feed/" rel="self" type="application/rss+xml" />
	<link>http://lukebaker.org</link>
	<description>lukebaker.org</description>
	<lastBuildDate>Tue, 08 Mar 2011 22:39:20 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>ActiveRecord in PHP</title>
		<link>http://lukebaker.org/archives/2007/09/24/activerecord-in-php/</link>
		<comments>http://lukebaker.org/archives/2007/09/24/activerecord-in-php/#comments</comments>
		<pubDate>Mon, 24 Sep 2007 23:25:47 +0000</pubDate>
		<dc:creator>Luke</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Projects]]></category>

		<guid isPermaLink="false">http://lukebaker.org/archives/2007/09/24/activerecord-in-php/</guid>
		<description><![CDATA[I&#8217;ve been meaning to release this code for quite some time. I&#8217;ve finally had a bit of time and motivation to sit down and take care of it. Ever since I started working with Ruby on Rails, I would cringe whenever I had to write yet more PHP code to do simple CRUD actions. Furthermore [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve been meaning to release this code for quite some time.  I&#8217;ve finally had a bit of time and motivation to sit down and take care of it.  Ever since I started working with Ruby on Rails, I would cringe whenever I had to write yet more PHP code to do simple <acronym title="Create Retrieve Update Delete">CRUD</acronym> actions.  Furthermore I really enjoyed the Rails syntax that you use to interact with its implementation of the ActiveRecord pattern.  As such, I went forward and built a clone using PHP5.  So far it has been used for a few projects and has been a joy to use.</p>
<p>Props to my employer, <a href="http://www.gospelcommunications.org/">Gospel Communications</a>, who allowed me to spend some time on this during work hours, as well as give me full copyright of the code.</p>
<p>More information and documentation over on the <a href="http://lukebaker.org/projects/activerecord-in-php/">project&#8217;s home page.</a></p>
]]></content:encoded>
			<wfw:commentRss>http://lukebaker.org/archives/2007/09/24/activerecord-in-php/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>

<!-- Dynamic Page Served (once) in 0.209 seconds -->

