<?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: Doctrine 1.2 is Zend Framework&#160;friendly</title>
	<atom:link href="http://www.danceric.net/2009/10/29/doctrine-1-2-is-zend-framework-friendly/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.danceric.net/2009/10/29/doctrine-1-2-is-zend-framework-friendly/</link>
	<description>Web Application Developer in Ottawa</description>
	<lastBuildDate>Wed, 16 Dec 2009 04:02:55 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Zend Framework Blog &#187; Blog Archive &#187; Aus den Zend Framework Blogs (Spezial: Doctrine und Zend Framework)</title>
		<link>http://www.danceric.net/2009/10/29/doctrine-1-2-is-zend-framework-friendly/comment-page-1/#comment-384</link>
		<dc:creator>Zend Framework Blog &#187; Blog Archive &#187; Aus den Zend Framework Blogs (Spezial: Doctrine und Zend Framework)</dc:creator>
		<pubDate>Wed, 16 Dec 2009 04:02:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.danceric.net/?p=628#comment-384</guid>
		<description>&lt;p&gt;[...] auch Eric Leclerc kam nicht an einem Beitrag über die Doctrine 1.2 Integration im Zend Framework [...]&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>[...] auch Eric Leclerc kam nicht an einem Beitrag über die Doctrine 1.2 Integration im Zend Framework [...]</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Mrinal</title>
		<link>http://www.danceric.net/2009/10/29/doctrine-1-2-is-zend-framework-friendly/comment-page-1/#comment-377</link>
		<dc:creator>Mrinal</dc:creator>
		<pubDate>Tue, 15 Dec 2009 14:12:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.danceric.net/?p=628#comment-377</guid>
		<description>&lt;p&gt;I have the exact problem as Kevin. I did change it to MODEL_LOADING_AGGRESIVE and build-all-reload worked fine, creating the tables and all. But since _initDoctrine is shared by both online and cli, I cant leave it at AGRESSIVE.&lt;/p&gt;

&lt;p&gt;Any clues?&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>I have the exact problem as Kevin. I did change it to MODEL_LOADING_AGGRESIVE and build-all-reload worked fine, creating the tables and all. But since _initDoctrine is shared by both online and cli, I cant leave it at AGRESSIVE.</p>

<p>Any clues?</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Kevin</title>
		<link>http://www.danceric.net/2009/10/29/doctrine-1-2-is-zend-framework-friendly/comment-page-1/#comment-376</link>
		<dc:creator>Kevin</dc:creator>
		<pubDate>Mon, 14 Dec 2009 18:24:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.danceric.net/?p=628#comment-376</guid>
		<description>&lt;p&gt;Hello,&lt;/p&gt;

&lt;p&gt;I was able to get my local zf 1.9.6 / doctrine 1.2.1 project working by following your zfdebugdoctrine example.&lt;/p&gt;

&lt;p&gt;I notice tho when I add&lt;/p&gt;

&lt;p&gt;$manager-&gt;setAttribute(Doctrine_Core::ATTR_MODEL_LOADING, Doctrine_Core::MODEL_LOADING_CONSERVATIVE);&lt;/p&gt;

&lt;p&gt;to _initDoctrine() inside my bootstrap, when I try do a build-all-reload, the database nolonger gets populated.&lt;/p&gt;

&lt;p&gt;Has anyone experienced this and know how to fix this?&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Hello,</p>

<p>I was able to get my local zf 1.9.6 / doctrine 1.2.1 project working by following your zfdebugdoctrine example.</p>

<p>I notice tho when I add</p>

<p>$manager-&gt;setAttribute(Doctrine_Core::ATTR_MODEL_LOADING, Doctrine_Core::MODEL_LOADING_CONSERVATIVE);</p>

<p>to _initDoctrine() inside my bootstrap, when I try do a build-all-reload, the database nolonger gets populated.</p>

<p>Has anyone experienced this and know how to fix this?</p>]]></content:encoded>
	</item>
	<item>
		<title>By: ZF, Doctrine and Unit Tests &#187; elink media blog</title>
		<link>http://www.danceric.net/2009/10/29/doctrine-1-2-is-zend-framework-friendly/comment-page-1/#comment-280</link>
		<dc:creator>ZF, Doctrine and Unit Tests &#187; elink media blog</dc:creator>
		<pubDate>Thu, 03 Dec 2009 10:44:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.danceric.net/?p=628#comment-280</guid>
		<description>&lt;p&gt;[...] Leclerc made a really helpful blog post recently about setting up Zend Framework and Doctrine. Even better, Eric kindly created a sample [...]&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>[...] Leclerc made a really helpful blog post recently about setting up Zend Framework and Doctrine. Even better, Eric kindly created a sample [...]</p>]]></content:encoded>
	</item>
	<item>
		<title>By: DPiron</title>
		<link>http://www.danceric.net/2009/10/29/doctrine-1-2-is-zend-framework-friendly/comment-page-1/#comment-242</link>
		<dc:creator>DPiron</dc:creator>
		<pubDate>Mon, 30 Nov 2009 02:54:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.danceric.net/?p=628#comment-242</guid>
		<description>&lt;p&gt;Have you guys tried using YAML to generate models that extend from others? I seem to be experiencing some autoloading issues with one such example:&lt;/p&gt;

&lt;pre&gt;Foto_Decoration_Text:
   inheritance:
      extends: Foto_Decoration
      type: simple
   columns:
      image_id:
         type: integer
      text:
         type: string(255)
      font:
         type: string(255)
      font_size:
         type: integer
&lt;/pre&gt;

&lt;p&gt;&#039;Model_Foto_Decoration&#039; not found in &lt;code&gt;/Users/chris/Desktop/coding/zend_exp/zf_doctrine/application/models/Base/Foto/Decoration/Image.php&lt;/code&gt;&lt;/p&gt;

&lt;p&gt;Any thoughts?&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Have you guys tried using YAML to generate models that extend from others? I seem to be experiencing some autoloading issues with one such example:</p>

<pre>Foto_Decoration_Text:
   inheritance:
      extends: Foto_Decoration
      type: simple
   columns:
      image_id:
         type: integer
      text:
         type: string(255)
      font:
         type: string(255)
      font_size:
         type: integer
</pre>

<p>&#8216;Model_Foto_Decoration&#8217; not found in <code>/Users/chris/Desktop/coding/zend_exp/zf_doctrine/application/models/Base/Foto/Decoration/Image.php</code></p>

<p>Any thoughts?</p>]]></content:encoded>
	</item>
	<item>
		<title>By: danceric</title>
		<link>http://www.danceric.net/2009/10/29/doctrine-1-2-is-zend-framework-friendly/comment-page-1/#comment-232</link>
		<dc:creator>danceric</dc:creator>
		<pubDate>Tue, 24 Nov 2009 14:40:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.danceric.net/?p=628#comment-232</guid>
		<description>&lt;p&gt;Doctrine 1.2.0-RC1 have been released, it contain a bugfix for those who prefer to generate models from db (will now use the same settings for models_path as when generated from schema)&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;http://trac.doctrine-project.org/changeset/6745&quot; rel=&quot;nofollow&quot;&gt;[1.2][DC-243] Fixing issue with generating models from db not using model builder options&lt;/a&gt;&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Doctrine 1.2.0-RC1 have been released, it contain a bugfix for those who prefer to generate models from db (will now use the same settings for models_path as when generated from schema)</p>

<p><a href="http://trac.doctrine-project.org/changeset/6745" rel="nofollow">[1.2][DC-243] Fixing issue with generating models from db not using model builder options</a></p>]]></content:encoded>
	</item>
	<item>
		<title>By: Daniel Piron</title>
		<link>http://www.danceric.net/2009/10/29/doctrine-1-2-is-zend-framework-friendly/comment-page-1/#comment-229</link>
		<dc:creator>Daniel Piron</dc:creator>
		<pubDate>Sun, 22 Nov 2009 23:18:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.danceric.net/?p=628#comment-229</guid>
		<description>&lt;p&gt;From the Doctrine 1.2 documentation -&lt;/p&gt;

&lt;p&gt;classPrefixFiles - true - Whether or not to use the class prefix for the generated file names as well.&lt;/p&gt;

&lt;p&gt;I think I&#039;ll have to suggest that the Doctrine people clarify this, because I did not interpret this description as meaning that the prefix directories would be omitted.  Oh well.&lt;/p&gt;

&lt;p&gt;Thanks for the help, I&#039;m a happy guy now. :)&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>From the Doctrine 1.2 documentation -</p>

<p>classPrefixFiles &#8211; true &#8211; Whether or not to use the class prefix for the generated file names as well.</p>

<p>I think I&#8217;ll have to suggest that the Doctrine people clarify this, because I did not interpret this description as meaning that the prefix directories would be omitted.  Oh well.</p>

<p>Thanks for the help, I&#8217;m a happy guy now. <img src='http://www.danceric.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>]]></content:encoded>
	</item>
	<item>
		<title>By: danceric</title>
		<link>http://www.danceric.net/2009/10/29/doctrine-1-2-is-zend-framework-friendly/comment-page-1/#comment-228</link>
		<dc:creator>danceric</dc:creator>
		<pubDate>Sun, 22 Nov 2009 21:34:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.danceric.net/?p=628#comment-228</guid>
		<description>&lt;p&gt;Hi Daniel, when you set &lt;code&gt;classPrefix&lt;/code&gt; to &lt;code&gt;Model_&lt;/code&gt;, you also have to set &lt;code&gt;classPrefixFiles&lt;/code&gt; to &lt;code&gt;false&lt;/code&gt; if you don&#039;t want an extra &lt;code&gt;Model&lt;/code&gt; folder to be created. Hope this help.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Hi Daniel, when you set <code>classPrefix</code> to <code>Model_</code>, you also have to set <code>classPrefixFiles</code> to <code>false</code> if you don&#8217;t want an extra <code>Model</code> folder to be created. Hope this help.</p>]]></content:encoded>
	</item>
</channel>
</rss>
