<?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: Zend Framework 1.10.5 and Doctrine 2.0 integration</title>
	<atom:link href="http://www.phpguru.ro/articles/zf110_doctrine2/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.phpguru.ro/articles/zf110_doctrine2/</link>
	<description>var_dump and die</description>
	<lastBuildDate>Sun, 29 May 2011 21:02:16 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: Costin Bereveanu</title>
		<link>http://www.phpguru.ro/articles/zf110_doctrine2/#comment-49</link>
		<dc:creator>Costin Bereveanu</dc:creator>
		<pubDate>Sun, 29 May 2011 21:02:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.phpguru.ro/?p=8#comment-49</guid>
		<description>I believe you could use the generate:entities command from the doctrine command line utility</description>
		<content:encoded><![CDATA[<p>I believe you could use the generate:entities command from the doctrine command line utility</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Songo</title>
		<link>http://www.phpguru.ro/articles/zf110_doctrine2/#comment-48</link>
		<dc:creator>Songo</dc:creator>
		<pubDate>Sun, 29 May 2011 14:29:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.phpguru.ro/?p=8#comment-48</guid>
		<description>Hi
Is there a way to integrate Doctrine 2 and Zend with an existing database ?!
I mean I have the database up and running and need Doctrine to read my database schema and create the models for it.</description>
		<content:encoded><![CDATA[<p>Hi<br />
Is there a way to integrate Doctrine 2 and Zend with an existing database ?!<br />
I mean I have the database up and running and need Doctrine to read my database schema and create the models for it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Hodonou</title>
		<link>http://www.phpguru.ro/articles/zf110_doctrine2/#comment-44</link>
		<dc:creator>Hodonou</dc:creator>
		<pubDate>Mon, 04 Apr 2011 15:57:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.phpguru.ro/?p=8#comment-44</guid>
		<description>Great!
It&#039;s what I need for since a month. I&#039;ll try it and let you know.
Best regard.</description>
		<content:encoded><![CDATA[<p>Great!<br />
It&#8217;s what I need for since a month. I&#8217;ll try it and let you know.<br />
Best regard.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kimmo</title>
		<link>http://www.phpguru.ro/articles/zf110_doctrine2/#comment-24</link>
		<dc:creator>Kimmo</dc:creator>
		<pubDate>Mon, 04 Oct 2010 07:20:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.phpguru.ro/?p=8#comment-24</guid>
		<description>Running this on Apache + windows results in the following:

Warning: include_once(Entities\Store.php) [function.include-once]: failed to open stream: No such file or directory in C:\Program Files (x86)\Apache Software Foundation\Apache2.2\htdocs\demoproject\library\Zend\Loader.php on line 146

Is there some tweaking with paths that you need to do when running this on Windows?</description>
		<content:encoded><![CDATA[<p>Running this on Apache + windows results in the following:</p>
<p>Warning: include_once(Entities\Store.php) [function.include-once]: failed to open stream: No such file or directory in C:\Program Files (x86)\Apache Software Foundation\Apache2.2\htdocs\demoproject\library\Zend\Loader.php on line 146</p>
<p>Is there some tweaking with paths that you need to do when running this on Windows?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Costin Bereveanu</title>
		<link>http://www.phpguru.ro/articles/zf110_doctrine2/#comment-23</link>
		<dc:creator>Costin Bereveanu</dc:creator>
		<pubDate>Tue, 28 Sep 2010 15:31:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.phpguru.ro/?p=8#comment-23</guid>
		<description>Glad you figgured it out ;)</description>
		<content:encoded><![CDATA[<p>Glad you figgured it out <img src='http://www.phpguru.ro/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Galford</title>
		<link>http://www.phpguru.ro/articles/zf110_doctrine2/#comment-22</link>
		<dc:creator>Galford</dc:creator>
		<pubDate>Tue, 28 Sep 2010 08:06:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.phpguru.ro/?p=8#comment-22</guid>
		<description>Ok i figure it out :) Sorry for bothering ;)

Need to change in config
&lt;code&gt;$classLoader = new \Doctrine\Common\ClassLoader(&#039;Entities&#039;, __DIR__ . &#039;/application/doctrine&#039;);
$classLoader-&gt;register();&lt;/code&gt;

and metadata driver should look like this
&lt;code&gt;$driverImpl = new \Doctrine\ORM\Mapping\Driver\XmlDriver(array(__DIR__ . &#039;/application/doctrine/xml&#039;));
$config-&gt;setMetadataDriverImpl($driverImpl);&lt;/code&gt;

regards</description>
		<content:encoded><![CDATA[<p>Ok i figure it out <img src='http://www.phpguru.ro/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  Sorry for bothering <img src='http://www.phpguru.ro/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<p>Need to change in config<br />
<code>$classLoader = new \Doctrine\Common\ClassLoader('Entities', __DIR__ . '/application/doctrine');<br />
$classLoader-&gt;register();</code></p>
<p>and metadata driver should look like this<br />
<code>$driverImpl = new \Doctrine\ORM\Mapping\Driver\XmlDriver(array(__DIR__ . '/application/doctrine/xml'));<br />
$config-&gt;setMetadataDriverImpl($driverImpl);</code></p>
<p>regards</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Galford</title>
		<link>http://www.phpguru.ro/articles/zf110_doctrine2/#comment-21</link>
		<dc:creator>Galford</dc:creator>
		<pubDate>Tue, 28 Sep 2010 07:22:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.phpguru.ro/?p=8#comment-21</guid>
		<description>I forgot to add. In sandbox its working fine.</description>
		<content:encoded><![CDATA[<p>I forgot to add. In sandbox its working fine.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Galford</title>
		<link>http://www.phpguru.ro/articles/zf110_doctrine2/#comment-20</link>
		<dc:creator>Galford</dc:creator>
		<pubDate>Tue, 28 Sep 2010 07:22:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.phpguru.ro/?p=8#comment-20</guid>
		<description>I&#039;m trying to use xml and Entities class but I have problem during creating database with orm:schema-tool:create

xml files are in /application/doctrine/xml

Do you know how to configure cli-config.php to see xml and Entities folder?

Regards</description>
		<content:encoded><![CDATA[<p>I&#8217;m trying to use xml and Entities class but I have problem during creating database with orm:schema-tool:create</p>
<p>xml files are in /application/doctrine/xml</p>
<p>Do you know how to configure cli-config.php to see xml and Entities folder?</p>
<p>Regards</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Costin Bereveanu</title>
		<link>http://www.phpguru.ro/articles/zf110_doctrine2/#comment-16</link>
		<dc:creator>Costin Bereveanu</dc:creator>
		<pubDate>Fri, 03 Sep 2010 11:17:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.phpguru.ro/?p=8#comment-16</guid>
		<description>No, but it should work. That&#039;s the whole point of DBALs and ORMs. Check out Doctrine&#039;s documentation and forums if you run into any issues.</description>
		<content:encoded><![CDATA[<p>No, but it should work. That&#8217;s the whole point of DBALs and ORMs. Check out Doctrine&#8217;s documentation and forums if you run into any issues.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Galford</title>
		<link>http://www.phpguru.ro/articles/zf110_doctrine2/#comment-15</link>
		<dc:creator>Galford</dc:creator>
		<pubDate>Fri, 03 Sep 2010 09:15:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.phpguru.ro/?p=8#comment-15</guid>
		<description>Did you try to work this with oracle db?</description>
		<content:encoded><![CDATA[<p>Did you try to work this with oracle db?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

