<?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: Building a blog with Lithium and Doctrine</title>
	<atom:link href="http://marianoiglesias.com.ar/li3-lithium/building-a-blog-with-lithium-and-doctrine/feed/" rel="self" type="application/rss+xml" />
	<link>http://marianoiglesias.com.ar/li3-lithium/building-a-blog-with-lithium-and-doctrine/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=building-a-blog-with-lithium-and-doctrine</link>
	<description>A glimpse at a coder&#039;s troubled mind</description>
	<lastBuildDate>Thu, 10 May 2012 18:17:46 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>By: List of useful Lithium (Li3) resources &#171; Web mellom fjell</title>
		<link>http://marianoiglesias.com.ar/li3-lithium/building-a-blog-with-lithium-and-doctrine/comment-page-1/#comment-8511</link>
		<dc:creator>List of useful Lithium (Li3) resources &#171; Web mellom fjell</dc:creator>
		<pubDate>Sun, 16 Jan 2011 10:52:07 +0000</pubDate>
		<guid isPermaLink="false">http://marianoiglesias.com.ar/?p=137#comment-8511</guid>
		<description>[...] Building a blog with lithium and doctrine [...]</description>
		<content:encoded><![CDATA[<p>[...] Building a blog with lithium and doctrine [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Giorgio Sironi</title>
		<link>http://marianoiglesias.com.ar/li3-lithium/building-a-blog-with-lithium-and-doctrine/comment-page-1/#comment-6347</link>
		<dc:creator>Giorgio Sironi</dc:creator>
		<pubDate>Sat, 27 Nov 2010 11:11:42 +0000</pubDate>
		<guid isPermaLink="false">http://marianoiglesias.com.ar/?p=137#comment-6347</guid>
		<description>As far as I remember public properties on Doctrine 2 entities are not well-regarded (also for lazy loading issues).</description>
		<content:encoded><![CDATA[<p>As far as I remember public properties on Doctrine 2 entities are not well-regarded (also for lazy loading issues).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: bandirsen</title>
		<link>http://marianoiglesias.com.ar/li3-lithium/building-a-blog-with-lithium-and-doctrine/comment-page-1/#comment-4700</link>
		<dc:creator>bandirsen</dc:creator>
		<pubDate>Fri, 15 Oct 2010 06:12:46 +0000</pubDate>
		<guid isPermaLink="false">http://marianoiglesias.com.ar/?p=137#comment-4700</guid>
		<description>It seem you are implementing active record using a data mapper tools, 
IMO both pattern are in opposite direction, while active record mean combining, domain model + db access (like your code) + domain logic in one single domain model, 
data mapper is encourage you to separate those.

with your approach, it will end with many entity managers instance, which is should only one in per client request for transaction purpose.</description>
		<content:encoded><![CDATA[<p>It seem you are implementing active record using a data mapper tools,<br />
IMO both pattern are in opposite direction, while active record mean combining, domain model + db access (like your code) + domain logic in one single domain model,<br />
data mapper is encourage you to separate those.</p>
<p>with your approach, it will end with many entity managers instance, which is should only one in per client request for transaction purpose.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Fotoğrafçı</title>
		<link>http://marianoiglesias.com.ar/li3-lithium/building-a-blog-with-lithium-and-doctrine/comment-page-1/#comment-2637</link>
		<dc:creator>Fotoğrafçı</dc:creator>
		<pubDate>Wed, 30 Jun 2010 11:12:52 +0000</pubDate>
		<guid isPermaLink="false">http://marianoiglesias.com.ar/?p=137#comment-2637</guid>
		<description>thanks. ı tried it. it helped for my project.</description>
		<content:encoded><![CDATA[<p>thanks. ı tried it. it helped for my project.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Julian Davchev</title>
		<link>http://marianoiglesias.com.ar/li3-lithium/building-a-blog-with-lithium-and-doctrine/comment-page-1/#comment-539</link>
		<dc:creator>Julian Davchev</dc:creator>
		<pubDate>Wed, 10 Feb 2010 10:08:32 +0000</pubDate>
		<guid isPermaLink="false">http://marianoiglesias.com.ar/?p=137#comment-539</guid>
		<description>Guess have to fiix this blog not to use strip tags but rather properly escape things on output (comments I mean). Most important part of my previous post is missing</description>
		<content:encoded><![CDATA[<p>Guess have to fiix this blog not to use strip tags but rather properly escape things on output (comments I mean). Most important part of my previous post is missing</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Julian Davchev</title>
		<link>http://marianoiglesias.com.ar/li3-lithium/building-a-blog-with-lithium-and-doctrine/comment-page-1/#comment-538</link>
		<dc:creator>Julian Davchev</dc:creator>
		<pubDate>Wed, 10 Feb 2010 10:06:19 +0000</pubDate>
		<guid isPermaLink="false">http://marianoiglesias.com.ar/?p=137#comment-538</guid>
		<description>Hi,
I had debian with php package and apache 2.2+ and just wanted to add custom complied php5.3 support. 
In your vhost there should be one more directive for this to work


    
    SetHandler none
    


For more info http://www.php.net/manual/en/install.unix.apache2.php
[quote]...Another interesting point with Apache 2.2 is following.
Let suppose we installed PHP as module. But for some directory, we need to use PHP as CGI...[quote]</description>
		<content:encoded><![CDATA[<p>Hi,<br />
I had debian with php package and apache 2.2+ and just wanted to add custom complied php5.3 support.<br />
In your vhost there should be one more directive for this to work</p>
<p>    SetHandler none</p>
<p>For more info <a href="http://www.php.net/manual/en/install.unix.apache2.php" rel="nofollow">http://www.php.net/manual/en/install.unix.apache2.php</a><br />
[quote]&#8230;Another interesting point with Apache 2.2 is following.<br />
Let suppose we installed PHP as module. But for some directory, we need to use PHP as CGI&#8230;[quote]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris</title>
		<link>http://marianoiglesias.com.ar/li3-lithium/building-a-blog-with-lithium-and-doctrine/comment-page-1/#comment-237</link>
		<dc:creator>Chris</dc:creator>
		<pubDate>Fri, 08 Jan 2010 04:59:24 +0000</pubDate>
		<guid isPermaLink="false">http://marianoiglesias.com.ar/?p=137#comment-237</guid>
		<description>Awesome cannot wait for better integration with doctrine ^^

Does li3 also support nested modules kinda like Yii ?</description>
		<content:encoded><![CDATA[<p>Awesome cannot wait for better integration with doctrine ^^</p>
<p>Does li3 also support nested modules kinda like Yii ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Johannes</title>
		<link>http://marianoiglesias.com.ar/li3-lithium/building-a-blog-with-lithium-and-doctrine/comment-page-1/#comment-234</link>
		<dc:creator>Johannes</dc:creator>
		<pubDate>Thu, 07 Jan 2010 18:02:38 +0000</pubDate>
		<guid isPermaLink="false">http://marianoiglesias.com.ar/?p=137#comment-234</guid>
		<description>Hi Mariano,
thnx for this article which I just used in order to install PHP 5.3 in parallel mode yet. While setting up a virtual host I always ran into the following Apache error: &quot;Invalid command &#039;Action&#039;, perhaps misspelled or defined by a module not included in the server configuration&quot;. Finally, I had to enable the action module: $ sudo a2enmod actions
Maybe this is useful information for other readers.

Cheers</description>
		<content:encoded><![CDATA[<p>Hi Mariano,<br />
thnx for this article which I just used in order to install PHP 5.3 in parallel mode yet. While setting up a virtual host I always ran into the following Apache error: &#8220;Invalid command &#8216;Action&#8217;, perhaps misspelled or defined by a module not included in the server configuration&#8221;. Finally, I had to enable the action module: $ sudo a2enmod actions<br />
Maybe this is useful information for other readers.</p>
<p>Cheers</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: 新年早々、Lithium0.4がリリースされました！ : candycane development blog</title>
		<link>http://marianoiglesias.com.ar/li3-lithium/building-a-blog-with-lithium-and-doctrine/comment-page-1/#comment-231</link>
		<dc:creator>新年早々、Lithium0.4がリリースされました！ : candycane development blog</dc:creator>
		<pubDate>Wed, 06 Jan 2010 17:59:08 +0000</pubDate>
		<guid isPermaLink="false">http://marianoiglesias.com.ar/?p=137#comment-231</guid>
		<description>[...] IglesiasがDoctrineORマッパをLithiumと共に使うチュートリアルを執筆しました。 [...]</description>
		<content:encoded><![CDATA[<p>[...] IglesiasがDoctrineORマッパをLithiumと共に使うチュートリアルを執筆しました。 [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using disk: enhanced (User agent is rejected)
Database Caching 10/23 queries in 0.072 seconds using disk: basic
Object Caching 313/337 objects using disk: basic

Served from: marianoiglesias.com.ar @ 2012-05-18 06:09:04 -->
