<?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>Remote Developer &#187; php</title>
	<atom:link href="http://jmgtan.com/tag/php/feed/" rel="self" type="application/rss+xml" />
	<link>http://jmgtan.com</link>
	<description></description>
	<lastBuildDate>Wed, 28 Sep 2011 00:31:04 +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>Rails</title>
		<link>http://jmgtan.com/2011/09/26/rails/</link>
		<comments>http://jmgtan.com/2011/09/26/rails/#comments</comments>
		<pubDate>Mon, 26 Sep 2011 03:59:52 +0000</pubDate>
		<dc:creator>jm</dc:creator>
				<category><![CDATA[Coding]]></category>
		<category><![CDATA[coding]]></category>
		<category><![CDATA[php]]></category>

		<guid isPermaLink="false">http://jmgtan.com/?p=77</guid>
		<description><![CDATA[I&#8217;ve been meaning to try Rails since the first version got released, but didn&#8217;t really found any reason to completely switch from Symfony/PHP. So now with a new project, I needed something faster (development wise for my new startup), and I was completely blown away with the ease of use of Rails even for a [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: justify;">I&#8217;ve been meaning to try Rails since the first version got released, but didn&#8217;t really found any reason to completely switch from Symfony/PHP. So now with a new project, I needed something faster (development wise for my new startup), and I was completely blown away with the ease of use of Rails even for a Ruby newbie like me (Java and PHP background). While the language itself is pretty awesome, the really great thing about Rails is that when you want to override the defaults (convention) its pretty easy without hacking too much, i&#8217;m not sure if it was always like this but having tried the latest version (3.1) that&#8217;s the primary thing I can appreciate.</p>
]]></content:encoded>
			<wfw:commentRss>http://jmgtan.com/2011/09/26/rails/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Postgres&#8217; double quotes</title>
		<link>http://jmgtan.com/2011/08/25/postgres-double-quotes/</link>
		<comments>http://jmgtan.com/2011/08/25/postgres-double-quotes/#comments</comments>
		<pubDate>Thu, 25 Aug 2011 10:10:42 +0000</pubDate>
		<dc:creator>jm</dc:creator>
				<category><![CDATA[Coding]]></category>
		<category><![CDATA[activerecord]]></category>
		<category><![CDATA[hobby]]></category>
		<category><![CDATA[opensource]]></category>
		<category><![CDATA[orm]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[rails]]></category>
		<category><![CDATA[ruby]]></category>

		<guid isPermaLink="false">http://jmgtan.com/?p=39</guid>
		<description><![CDATA[Its hard to believe that out of all the PHP ORM&#8217;s not one of them can handle Postgres&#8217; case sensitive double quotes. The closest ORM framework that got around to making it work was Doctrine 2.1. While it worked for the @Column annotation, they oddly decided that they wouldn&#8217;t implement that feature for @JoinColumn, which makes it [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: justify;">Its hard to believe that out of all the PHP ORM&#8217;s not one of them can handle Postgres&#8217; case sensitive double quotes. The closest ORM framework that got around to making it work was Doctrine 2.1. While it worked for the @Column annotation, they oddly decided that they wouldn&#8217;t implement that feature for @JoinColumn, which makes it very frustrating.</p>
<p style="text-align: justify;">So with that in mind, and after spending the entire day finding and testing different ORM frameworks (Doctrine, Propel, php.activerecord), that I decided to write my own instead. Don&#8217;t know what to call it yet, nor have I decided whether to opensource it via github. Its basically, at its core, very similar to how rails does it (well that&#8217;s the holy grail of awesome implementation). Still have a lot more work to be done though, for the time being it will remain as a postgres only ActiveRecord implementation, but I will, hopefully when time allows, have it refactored to use different types of RDBMS.</p>
]]></content:encoded>
			<wfw:commentRss>http://jmgtan.com/2011/08/25/postgres-double-quotes/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

