<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?>
<feed xmlns="http://www.w3.org/2005/Atom">
  <id>http://groups.google.co.uk/group/doctrine-user</id>
  <title type="text">doctrine-user Google Group</title>
  <subtitle type="text">
  Doctrine User mailing list. For questions regarding installation and usage of doctrine.
  </subtitle>
  <link href="/group/doctrine-user/feed/atom_v1_0_msgs.xml" rel="self" title="doctrine-user feed"/>
  <updated>2009-11-21T20:55:58Z</updated>
  <generator uri="http://groups.google.co.uk" version="1.99">Google Groups</generator>
  <entry>
  <author>
  <name>BoulderRider</name>
  <email>peterman.d...@gmail.com</email>
  </author>
  <updated>2009-11-21T20:55:58Z</updated>
  <id>http://groups.google.co.uk/group/doctrine-user/browse_thread/thread/c40918465cfba9a4/74726d84c278520c?show_docid=74726d84c278520c</id>
  <link href="http://groups.google.co.uk/group/doctrine-user/browse_thread/thread/c40918465cfba9a4/74726d84c278520c?show_docid=74726d84c278520c"/>
  <title type="text">mssql varbinary</title>
  <summary type="html" xml:space="preserve">
  I&#39;m using mssql and doctrine. Doctrine can create the associated &lt;br&gt; record and save the data to the db but I&#39;m unable to read the data &lt;br&gt; back from the db. I&#39;ve tried every combination of data types and &lt;br&gt; lengths that I can think of with blob and null as the assumed correct &lt;br&gt; combo. &lt;br&gt; &lt;p&gt;Any help would be appreciated.
  </summary>
  </entry>
  <entry>
  <author>
  <name>Roman Borschel</name>
  <email>r.borsc...@gmx.net</email>
  </author>
  <updated>2009-11-20T22:00:32Z</updated>
  <id>http://groups.google.co.uk/group/doctrine-user/browse_thread/thread/9b24746fb9d0e6b1/7d6b942d40b48a9d?show_docid=7d6b942d40b48a9d</id>
  <link href="http://groups.google.co.uk/group/doctrine-user/browse_thread/thread/9b24746fb9d0e6b1/7d6b942d40b48a9d?show_docid=7d6b942d40b48a9d"/>
  <title type="text">Re: [doctrine-user] [2.0] Default values and Proxies</title>
  <summary type="html" xml:space="preserve">
  Hi, &lt;br&gt; &lt;p&gt;I have thought about this problem a bit and have an idea for which I &lt;br&gt; created a JIRA issue (&lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://www.doctrine-project.org/jira/browse/DDC-167&quot;&gt;[link]&lt;/a&gt; &lt;br&gt; ) &lt;br&gt; &lt;p&gt;The idea is that there is an alternative method &lt;br&gt; getPartialReference(&#39;Class&#39;, $id) on the EntityManager that does not &lt;br&gt; return a proxy but an instance of the requested Class where only the
  </summary>
  </entry>
  <entry>
  <author>
  <name>Roman Borschel</name>
  <email>r.borsc...@gmx.net</email>
  </author>
  <updated>2009-11-20T20:15:09Z</updated>
  <id>http://groups.google.co.uk/group/doctrine-user/browse_thread/thread/8d10c30a9fb03dd3/ff5bed70d5c1a3d3?show_docid=ff5bed70d5c1a3d3</id>
  <link href="http://groups.google.co.uk/group/doctrine-user/browse_thread/thread/8d10c30a9fb03dd3/ff5bed70d5c1a3d3?show_docid=ff5bed70d5c1a3d3"/>
  <title type="text">Re: [doctrine-user] Request: &quot;resurrect&quot; orphaned entities when they&#39;ve been moved to anew collection</title>
  <summary type="html" xml:space="preserve">
  Hi, &lt;br&gt; &lt;p&gt;I assume you mean the case of a bidirectional one-to-many through a &lt;br&gt; foreign key. Yes, in that case the many side must be the owning side. &lt;br&gt; This is simply to make the life of Doctrine a bit easier :-) Things &lt;br&gt; are difficult enough as they are. &lt;br&gt; &lt;p&gt;In all other associations (one-one bidirectional, many-many
  </summary>
  </entry>
  <entry>
  <author>
  <name>Avi Block</name>
  <email>atbl...@gmail.com</email>
  </author>
  <updated>2009-11-20T20:00:57Z</updated>
  <id>http://groups.google.co.uk/group/doctrine-user/browse_thread/thread/8d10c30a9fb03dd3/f7d6a454e3792a9a?show_docid=f7d6a454e3792a9a</id>
  <link href="http://groups.google.co.uk/group/doctrine-user/browse_thread/thread/8d10c30a9fb03dd3/f7d6a454e3792a9a?show_docid=f7d6a454e3792a9a"/>
  <title type="text">Request: &quot;resurrect&quot; orphaned entities when they&#39;ve been moved to anew collection</title>
  <summary type="html" xml:space="preserve">
  The semantics of my application involves that if I move if I change a &lt;br&gt; entities owner, the other side of the relationship should change as &lt;br&gt; well. Meaning that the old parent should remove that entity from its &lt;br&gt; grasps, and the new owner should have a reference to it. Now, &lt;br&gt; normally, this would have nothing to do with Doctrine, since Doctrine
  </summary>
  </entry>
  <entry>
  <author>
  <name>Roman Borschel</name>
  <email>r.borsc...@gmx.net</email>
  </author>
  <updated>2009-11-20T19:31:29Z</updated>
  <id>http://groups.google.co.uk/group/doctrine-user/browse_thread/thread/9b24746fb9d0e6b1/6c62a1c81e69aaed?show_docid=6c62a1c81e69aaed</id>
  <link href="http://groups.google.co.uk/group/doctrine-user/browse_thread/thread/9b24746fb9d0e6b1/6c62a1c81e69aaed?show_docid=6c62a1c81e69aaed"/>
  <title type="text">Re: [doctrine-user] [2.0] Default values and Proxies</title>
  <summary type="html" xml:space="preserve">
  Hi! &lt;br&gt; &lt;p&gt;This is also an interesting issue and I think it points out a bug. &lt;br&gt; I assume what you want in the end is the following: &lt;br&gt; &lt;p&gt;And as result 1 INSERT that sets all values including the user_id FK. &lt;br&gt; Is that correct? &lt;br&gt; &lt;p&gt;(Note: If the association is bi-directional and $a-&amp;gt;setUser($user) &lt;br&gt; internally calls $user-&amp;gt;setAddress($this) then the proxy will
  </summary>
  </entry>
  <entry>
  <author>
  <name>Roman Borschel</name>
  <email>r.borsc...@gmx.net</email>
  </author>
  <updated>2009-11-20T17:19:56Z</updated>
  <id>http://groups.google.co.uk/group/doctrine-user/browse_thread/thread/17bef23229e04349/b9bb1e00134a257c?show_docid=b9bb1e00134a257c</id>
  <link href="http://groups.google.co.uk/group/doctrine-user/browse_thread/thread/17bef23229e04349/b9bb1e00134a257c?show_docid=b9bb1e00134a257c"/>
  <title type="text">Re: [doctrine-user] [2.0] Problem regarding Single Table Inheritance</title>
  <summary type="html" xml:space="preserve">
  Hi, &lt;br&gt; &lt;p&gt;Seems you&#39;re right. It works properly with DQL (and is tested with DQL &lt;br&gt; only apparently). &lt;br&gt; &lt;p&gt;I created a ticket and started the work: &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://www.doctrine-project.org/jira/browse/DDC-164&quot;&gt;[link]&lt;/a&gt; &lt;br&gt; &lt;p&gt;Thanks for catching this. &lt;br&gt; &lt;p&gt;Roman
  </summary>
  </entry>
  <entry>
  <author>
  <name>jpj</name>
  <email>jpjoun...@gmail.com</email>
  </author>
  <updated>2009-11-20T16:25:09Z</updated>
  <id>http://groups.google.co.uk/group/doctrine-user/browse_thread/thread/0b77417e6246a03c/1a9476accfd2f8f8?show_docid=1a9476accfd2f8f8</id>
  <link href="http://groups.google.co.uk/group/doctrine-user/browse_thread/thread/0b77417e6246a03c/1a9476accfd2f8f8?show_docid=1a9476accfd2f8f8"/>
  <title type="text">many-tomany relations with more than two tables</title>
  <summary type="html" xml:space="preserve">
  Hi, &lt;br&gt; I try to configure an yml file to represent a relation between more &lt;br&gt; than two tables. I don&#39;t know how to do that. &lt;br&gt; Here is the problem : &lt;br&gt; 1 user works in many departments &lt;br&gt; 1 user hasMany offices &lt;br&gt; 1 user hasMany missions &lt;br&gt; 1 user hasMany phoneNumbers &lt;br&gt; &lt;p&gt;The thing is that each association is unique, I want that in my
  </summary>
  </entry>
  <entry>
  <author>
  <name>nami doc</name>
  <email>nami.d0...@gmail.com</email>
  </author>
  <updated>2009-11-20T15:40:12Z</updated>
  <id>http://groups.google.co.uk/group/doctrine-user/browse_thread/thread/c4a93e2f9d13de06/ecfbbe3dd363c100?show_docid=ecfbbe3dd363c100</id>
  <link href="http://groups.google.co.uk/group/doctrine-user/browse_thread/thread/c4a93e2f9d13de06/ecfbbe3dd363c100?show_docid=ecfbbe3dd363c100"/>
  <title type="text">Self-hasMany</title>
  <summary type="html" xml:space="preserve">
  Hi, &lt;br&gt; &lt;p&gt;I have a model named &amp;quot;User&amp;quot; &lt;br&gt; &amp;lt;?php &lt;br&gt; class User extends UserBase &lt;br&gt; { &lt;br&gt; public function setUp() &lt;br&gt; { &lt;br&gt; $this-&amp;gt;hasMany(&#39;User as Friends&#39;, local( &lt;br&gt; &#39;local&#39; =&amp;gt; &#39;first_user_id&#39;, &lt;br&gt; &#39;foreign&#39; =&amp;gt; &#39;second_user_id&#39;, &lt;br&gt; &#39;refClass&#39; =&amp;gt; &#39;FriendsRelation&#39;, &lt;br&gt; );
  </summary>
  </entry>
  <entry>
  <author>
  <name>Wilbor-PHP</name>
  <email>wilson.carva...@gmail.com</email>
  </author>
  <updated>2009-11-20T13:19:49Z</updated>
  <id>http://groups.google.co.uk/group/doctrine-user/browse_thread/thread/3c80821767f09a6e/0cadbcff58ff458f?show_docid=0cadbcff58ff458f</id>
  <link href="http://groups.google.co.uk/group/doctrine-user/browse_thread/thread/3c80821767f09a6e/0cadbcff58ff458f?show_docid=0cadbcff58ff458f"/>
  <title type="text">Same component on Doctrine_RawSql isnt possible to add with different Alias</title>
  <summary type="html" xml:space="preserve">
  Hello All! &lt;br&gt; &lt;p&gt;Our query is very complex and to implement this in DQL, would be very &lt;br&gt; difficult. So, I decided to use Doctrine_RawSql only to simplify the &lt;br&gt; task. &lt;br&gt; &lt;p&gt;Take a look on our query &lt;br&gt; &lt;p&gt;/ &lt;br&gt; ****************************** ****************************** **********/ &lt;br&gt; &lt;p&gt; $sql = &amp;quot;SELECT DISTINCT {TC.category_id}, {T.id}, {T.tag}, IF
  </summary>
  </entry>
  <entry>
  <author>
  <name>Diego Potapczuk</name>
  <email>potapc...@gmail.com</email>
  </author>
  <updated>2009-11-20T13:17:53Z</updated>
  <id>http://groups.google.co.uk/group/doctrine-user/browse_thread/thread/a04ea34c06968ca5/e1c207aae056323d?show_docid=e1c207aae056323d</id>
  <link href="http://groups.google.co.uk/group/doctrine-user/browse_thread/thread/a04ea34c06968ca5/e1c207aae056323d?show_docid=e1c207aae056323d"/>
  <title type="text">[1.1] How to alter in get and set for the database</title>
  <summary type="html" xml:space="preserve">
  I want to know how to alter a variable of an record when i retrieve or &lt;br&gt; when i save it to database, cause mutator does not act when i fetch a &lt;br&gt; record from the db, it only act when i explicitly set the variable. &lt;br&gt; &lt;p&gt;Mutator act &lt;br&gt; ex. $record-&amp;gt;value = &amp;quot;A&amp;quot;;
  </summary>
  </entry>
  <entry>
  <author>
  <name>Nico Kaiser</name>
  <email>n...@kaiser.me</email>
  </author>
  <updated>2009-11-20T11:26:11Z</updated>
  <id>http://groups.google.co.uk/group/doctrine-user/browse_thread/thread/9b24746fb9d0e6b1/1e83fc116665dbf8?show_docid=1e83fc116665dbf8</id>
  <link href="http://groups.google.co.uk/group/doctrine-user/browse_thread/thread/9b24746fb9d0e6b1/1e83fc116665dbf8?show_docid=1e83fc116665dbf8"/>
  <title type="text">[2.0] Default values and Proxies</title>
  <summary type="html" xml:space="preserve">
  Hi! &lt;br&gt; &lt;p&gt;I&#39;d like to use Doctrine 2.0 and its Proxy features. &lt;br&gt; &lt;p&gt;- - - - 8&amp;lt; - - - - &lt;br&gt; $userId = 31; // e.g. from $_REQUEST &lt;br&gt; $user = $em-&amp;gt;getReference(&#39;Entity\User &#39;, $userId); &lt;br&gt; // $em-&amp;gt;flush(); &lt;br&gt; $a = new Address(); &lt;br&gt; ... &lt;br&gt; $a-&amp;gt;setUser($user); &lt;br&gt; $em-&amp;gt;persist(); &lt;br&gt; $em-&amp;gt;flush(); &lt;br&gt; - - - - 8&amp;lt; - - - - &lt;br&gt; &lt;p&gt;Now if the User class looks like this:
  </summary>
  </entry>
  <entry>
  <author>
  <name>Reinier Kip</name>
  <email>reinier....@gmail.com</email>
  </author>
  <updated>2009-11-20T10:17:10Z</updated>
  <id>http://groups.google.co.uk/group/doctrine-user/browse_thread/thread/17bef23229e04349/f105fe7bbcc03fc2?show_docid=f105fe7bbcc03fc2</id>
  <link href="http://groups.google.co.uk/group/doctrine-user/browse_thread/thread/17bef23229e04349/f105fe7bbcc03fc2?show_docid=f105fe7bbcc03fc2"/>
  <title type="text">[2.0] Problem regarding Single Table Inheritance</title>
  <summary type="html" xml:space="preserve">
  I was testing single table inheritance and a class hierarchy and a &lt;br&gt; table described below. &lt;br&gt; Now, I assumed that &lt;br&gt; &lt;p&gt;$module = $em-&amp;gt;find(&#39;Module&#39;, 1); &lt;br&gt; &lt;p&gt;would result in an object of class SubModule, just as with class table &lt;br&gt; inheritance, but it results in an object of class Module. &lt;br&gt; &lt;p&gt;Is this correct behaviour, am I forgetting something, or is this a
  </summary>
  </entry>
  <entry>
  <author>
  <name>Michael Plomer</name>
  <email>m.plo...@i-ssential.de</email>
  </author>
  <updated>2009-11-20T09:47:08Z</updated>
  <id>http://groups.google.co.uk/group/doctrine-user/browse_thread/thread/01bd7c6504487571/51881870b4a4fcd9?show_docid=51881870b4a4fcd9</id>
  <link href="http://groups.google.co.uk/group/doctrine-user/browse_thread/thread/01bd7c6504487571/51881870b4a4fcd9?show_docid=51881870b4a4fcd9"/>
  <title type="text">[1.2] Does Doctrine 1.2 support polymorphic associations?</title>
  <summary type="html" xml:space="preserve">
  Hello, &lt;br&gt; &lt;p&gt;I have trouble getting polymorphic associations to work in Doctrine &lt;br&gt; 1.2, and I just realized that this is not a feature explicitly &lt;br&gt; mentioned in the documentation (just something I expected to work). &lt;br&gt; &lt;p&gt;Scenario is simple: I have a class hierarchy of classes PartA, PartB &lt;br&gt; extends PartA, PartC extends PartB, mapped via Single Table
  </summary>
  </entry>
  <entry>
  <author>
  <name>Eric Berdahl</name>
  <email>berd...@serendipity.org</email>
  </author>
  <updated>2009-11-20T07:03:27Z</updated>
  <id>http://groups.google.co.uk/group/doctrine-user/browse_thread/thread/6e08b7d2779d1cca/7835337e773740c8?show_docid=7835337e773740c8</id>
  <link href="http://groups.google.co.uk/group/doctrine-user/browse_thread/thread/6e08b7d2779d1cca/7835337e773740c8?show_docid=7835337e773740c8"/>
  <title type="text">Re: [doctrine-user] [2.0] Setting Id field unsigned in the DB</title>
  <summary type="html" xml:space="preserve">
  Without disagreeing with the philosophy presented here, there&#39;s a flip side to the argument. Many applications do not have the freedom of redefining the database schema and must instead use an existing database with its defined schema. In such situations, the application has little choice but to ensure that the software layers agree with the database layer.
  </summary>
  </entry>
  <entry>
  <author>
  <name>David Engeset</name>
  <email>froggy...@gmail.com</email>
  </author>
  <updated>2009-11-19T22:49:15Z</updated>
  <id>http://groups.google.co.uk/group/doctrine-user/browse_thread/thread/aaea68aa914eaef6/98834b686feb3478?show_docid=98834b686feb3478</id>
  <link href="http://groups.google.co.uk/group/doctrine-user/browse_thread/thread/aaea68aa914eaef6/98834b686feb3478?show_docid=98834b686feb3478"/>
  <title type="text">Re: Versionable + Validation</title>
  <summary type="html" xml:space="preserve">
  My understanding of the original post is they did use the built-in min &lt;br&gt; length validator and that works fine but the issue is an exception is &lt;br&gt; thrown when you call isValid which should not happen.
  </summary>
  </entry>
</feed>
