<?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>www.neurosoftware.ro - Web Development, php , ajax , symfony &#187; propel</title>
	<atom:link href="http://www.neurosoftware.ro/wp/category/propel/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.neurosoftware.ro/wp</link>
	<description>Web development , php , ajax , symfony, framework, zend, SEO, User Interface</description>
	<lastBuildDate>Tue, 24 Mar 2009 12:23:14 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Symfony &#8211; propel vs doctrine</title>
		<link>http://www.neurosoftware.ro/wp/elvis/symfony/symfony-propel-vs-doctrine/</link>
		<comments>http://www.neurosoftware.ro/wp/elvis/symfony/symfony-propel-vs-doctrine/#comments</comments>
		<pubDate>Fri, 20 Feb 2009 15:49:54 +0000</pubDate>
		<dc:creator>elvis</dc:creator>
				<category><![CDATA[doctrine]]></category>
		<category><![CDATA[propel]]></category>
		<category><![CDATA[Symfony]]></category>

		<guid isPermaLink="false">http://www.neurosoftware.ro/wp/?p=402</guid>
		<description><![CDATA[When it comes to ORMs, it&#8217;s all a matter of preference. Is it, really? This post compares side-by-side the code required to perform some simple operations with three OO database requesting API. The purpose is to demonstrate that productivity, and not only style, can vary a lot depending on the ORM you choose. There are [...]]]></description>
		<wfw:commentRss>http://www.neurosoftware.ro/wp/elvis/symfony/symfony-propel-vs-doctrine/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Symfony &#8211; Propel Criteria Left Join: using addJoin() and addAlias() to join a table twice</title>
		<link>http://www.neurosoftware.ro/wp/elvis/symfony/symfony-propel-criteria-left-join-using-addjoin-and-addalias-to-join-a-table-twice/</link>
		<comments>http://www.neurosoftware.ro/wp/elvis/symfony/symfony-propel-criteria-left-join-using-addjoin-and-addalias-to-join-a-table-twice/#comments</comments>
		<pubDate>Thu, 19 Feb 2009 08:36:47 +0000</pubDate>
		<dc:creator>elvis</dc:creator>
				<category><![CDATA[propel]]></category>
		<category><![CDATA[Symfony]]></category>
		<category><![CDATA[Criteria]]></category>

		<guid isPermaLink="false">http://www.neurosoftware.ro/wp/?p=352</guid>
		<description><![CDATA[Here is a way to do left join on two columns in a table that both were foreign keys in the same table using Propel. This might happen if for example you have a table with a parent_id and a child_id in a nested set that both refer to the same table, or as an [...]]]></description>
		<wfw:commentRss>http://www.neurosoftware.ro/wp/elvis/symfony/symfony-propel-criteria-left-join-using-addjoin-and-addalias-to-join-a-table-twice/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Symfony &#8211; Propel, Doctrine, Eclipse PDT autocomplete (doctrine generateAccessors)</title>
		<link>http://www.neurosoftware.ro/wp/elvis/symfony/symfony-propel-doctrine-pdt-autocomplete-doctrine-generateaccessors/</link>
		<comments>http://www.neurosoftware.ro/wp/elvis/symfony/symfony-propel-doctrine-pdt-autocomplete-doctrine-generateaccessors/#comments</comments>
		<pubDate>Tue, 17 Feb 2009 11:51:38 +0000</pubDate>
		<dc:creator>elvis</dc:creator>
				<category><![CDATA[doctrine]]></category>
		<category><![CDATA[framework]]></category>
		<category><![CDATA[propel]]></category>
		<category><![CDATA[Symfony]]></category>
		<category><![CDATA[doctrine generateAccessors]]></category>

		<guid isPermaLink="false">http://www.neurosoftware.ro/wp/?p=307</guid>
		<description><![CDATA[Do you want a real autocomplete of the global core classes of the symfony framework (ie sfWebRequest, sfWebResponse&#8230; ?) or only for classes generated by the ORM ? Here are some answers: * Propel generates all accessors (getters and setters), so Eclipse PDT gives you the autocomplete for your model. * Doctrine, by default, doesn&#8217;t [...]]]></description>
		<wfw:commentRss>http://www.neurosoftware.ro/wp/elvis/symfony/symfony-propel-doctrine-pdt-autocomplete-doctrine-generateaccessors/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Symfony &#8211; LightOrm vs Propel vs Doctrine benchmark, Which is faster ?</title>
		<link>http://www.neurosoftware.ro/wp/elvis/symfony/symfony-lightorm-vs-propel-vs-doctrine-benchmark-which-is-faster/</link>
		<comments>http://www.neurosoftware.ro/wp/elvis/symfony/symfony-lightorm-vs-propel-vs-doctrine-benchmark-which-is-faster/#comments</comments>
		<pubDate>Tue, 17 Feb 2009 11:28:59 +0000</pubDate>
		<dc:creator>elvis</dc:creator>
				<category><![CDATA[doctrine]]></category>
		<category><![CDATA[propel]]></category>
		<category><![CDATA[Symfony]]></category>

		<guid isPermaLink="false">http://www.neurosoftware.ro/wp/?p=300</guid>
		<description><![CDATA[Test environment Computer characteristics Processor: Intel Core 2 6300 1.86 GHz Memory: 1 Gb Hard disk: Barracuda 7200.10 SATA 3.0Gb/s 320-GB Software Operational system: Windows XP Service Pack 2 Database: MySQL 5.0, table type &#8211; InnoDB Web server: Apache HTTP Server 2.2.4 PHP version: 5.2.4 installed as module LightOrm version: 0.2а, uses PDO driver Propel [...]]]></description>
		<wfw:commentRss>http://www.neurosoftware.ro/wp/elvis/symfony/symfony-lightorm-vs-propel-vs-doctrine-benchmark-which-is-faster/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Symfony &#8211; Comparing Propel, Doctrine and sfPropelFinder</title>
		<link>http://www.neurosoftware.ro/wp/elvis/symfony/symfony-comparing-propel-doctrine-and-sfpropelfinder/</link>
		<comments>http://www.neurosoftware.ro/wp/elvis/symfony/symfony-comparing-propel-doctrine-and-sfpropelfinder/#comments</comments>
		<pubDate>Tue, 17 Feb 2009 11:03:17 +0000</pubDate>
		<dc:creator>elvis</dc:creator>
				<category><![CDATA[doctrine]]></category>
		<category><![CDATA[framework]]></category>
		<category><![CDATA[propel]]></category>
		<category><![CDATA[Symfony]]></category>
		<category><![CDATA[compare]]></category>

		<guid isPermaLink="false">http://www.neurosoftware.ro/wp/?p=296</guid>
		<description><![CDATA[When it comes to ORMs, it&#8217;s all a matter of preference. Is it, really? This post compares side-by-side the code required to perform some simple operations with three OO database requesting API. The purpose is to demonstrate that productivity, and not only style, can vary a lot depending on the ORM you choose. There are [...]]]></description>
		<wfw:commentRss>http://www.neurosoftware.ro/wp/elvis/symfony/symfony-comparing-propel-doctrine-and-sfpropelfinder/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

