<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<rss version="2.0">
  <channel>
  <title>doctrine-user Google Group</title>
  <link>http://groups.google.co.uk/group/doctrine-user</link>
  <description>Doctrine User mailing list. For questions regarding installation and usage of doctrine.</description>
  <language>en</language>
  <item>
  <title>[2.0] Allow @Id on @ManyToOne fields (any hints for implementation?)</title>
  <link>http://groups.google.co.uk/group/doctrine-user/browse_frm/thread/d95dffcd6c33c9a7/2c05acf4816c28bd?show_docid=2c05acf4816c28bd</link>
  <description>
  Hi! &lt;br&gt; &lt;p&gt;Can you give me a hint on how I could start if I tried to implement &lt;br&gt; DDC-117? [1] &lt;br&gt; &lt;p&gt;We have several scenarios where this would be really really useful (I &lt;br&gt; know, combined PK bad for ORM...) &lt;br&gt; &lt;p&gt;Thanks, &lt;br&gt; Nico &lt;br&gt; &lt;p&gt;[1] &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://www.doctrine-project.org/jira/browse/DDC-117&quot;&gt;[link]&lt;/a&gt;
  </description>
  <guid isPermaLink="true">http://groups.google.co.uk/group/doctrine-user/browse_frm/thread/d95dffcd6c33c9a7</guid>
  <author>
  n...@kaiser.me
  (Nico Kaiser)
  </author>
  <pubDate>Wed, 11 Nov 2009 15:26:42 UT
</pubDate>
  </item>
  <item>
  <title>Reading self-referencing associations</title>
  <link>http://groups.google.co.uk/group/doctrine-user/browse_frm/thread/7af884495d21bf1e/a59040fb4754ed9e?show_docid=a59040fb4754ed9e</link>
  <description>
  Hello, &lt;br&gt; &lt;p&gt;I&#39;m experimenting with self-referencing association mapping and using &lt;br&gt; exactly the example in the Doctrine 2.0 manual (extended by $title &lt;br&gt; attribute): &lt;br&gt; &lt;p&gt;namespace Entity; &lt;br&gt; &lt;p&gt;use \Doctrine\Common\Collections\A rrayCollection; &lt;br&gt; &lt;p&gt;/** &lt;br&gt; * @Entity &lt;br&gt; * @Table(name=&amp;quot;category&amp;quot;) &lt;br&gt; */ &lt;br&gt; class Category {
  </description>
  <guid isPermaLink="true">http://groups.google.co.uk/group/doctrine-user/browse_frm/thread/7af884495d21bf1e</guid>
  <author>
  baumga...@boerse-go.de
  (Marco Baumgartl)
  </author>
  <pubDate>Wed, 11 Nov 2009 13:45:18 UT
</pubDate>
  </item>
  <item>
  <title>How to start with Doctrine ?</title>
  <link>http://groups.google.co.uk/group/doctrine-user/browse_frm/thread/0e3fd9b7872ee429/8b6e362f2e86825e?show_docid=8b6e362f2e86825e</link>
  <description>
  Hello, &lt;br&gt; &lt;p&gt;I have just read Doctrine documentation, and I tried to understand it &lt;br&gt; (English is not really my key point) &lt;br&gt; &lt;p&gt;I have has can near understood the global functioning, but I always &lt;br&gt; ask the following question: &amp;quot; how to start ? Creation of the yml then &lt;br&gt; Model generation and dataBases? Creation of Models .php and generation
  </description>
  <guid isPermaLink="true">http://groups.google.co.uk/group/doctrine-user/browse_frm/thread/0e3fd9b7872ee429</guid>
  <author>
  n.kondra...@gmail.com
  (Nicolas KONDRATEK)
  </author>
  <pubDate>Wed, 11 Nov 2009 13:10:16 UT
</pubDate>
  </item>
  <item>
  <title>PhpED and Doctrine</title>
  <link>http://groups.google.co.uk/group/doctrine-user/browse_frm/thread/b758c4b4b59b1c5d/f5bf1b604c4b5326?show_docid=f5bf1b604c4b5326</link>
  <description>
  Can anybody help me with setting up combination PhpED and Doctrine. I did &lt;br&gt; include Doctrine.php and LIB folder into my project, intelisense works fine &lt;br&gt; but...when I try to open DB connection i receive Class Doctrine_Manager not &lt;br&gt; found at DoctrineConnection.php error, Can someone please help me with this?
  </description>
  <guid isPermaLink="true">http://groups.google.co.uk/group/doctrine-user/browse_frm/thread/b758c4b4b59b1c5d</guid>
  <author>
  ksaj...@gmail.com
  (Ivan Jovanovic)
  </author>
  <pubDate>Wed, 11 Nov 2009 13:01:05 UT
</pubDate>
  </item>
  <item>
  <title>Generating models in 2.0</title>
  <link>http://groups.google.co.uk/group/doctrine-user/browse_frm/thread/a5dd80d18bbce472/3fa41ff8b4177055?show_docid=3fa41ff8b4177055</link>
  <description>
  Hi! I&#39;m a newbie in Doctrine, and I&#39;m trying to begin studying &lt;br&gt; Doctrine. &lt;br&gt; &lt;p&gt;my question is: How to generate model Classes in Doctrine 2.0? &lt;br&gt; &lt;p&gt;I&#39;m using windows, and trying to use doctrine without comand line &lt;br&gt; interface, &lt;br&gt; I have generated xml maps of my test database, but I have no Idea how &lt;br&gt; to convert
  </description>
  <guid isPermaLink="true">http://groups.google.co.uk/group/doctrine-user/browse_frm/thread/a5dd80d18bbce472</guid>
  <author>
  r.sur...@gmail.com
  (r.surkin@gmail.com)
  </author>
  <pubDate>Wed, 11 Nov 2009 12:55:45 UT
</pubDate>
  </item>
  <item>
  <title>Fields and the foreign keys for them must be added in separate migrations</title>
  <link>http://groups.google.co.uk/group/doctrine-user/browse_frm/thread/9a12ff4df2d64f94/fb18f86d539c33a8?show_docid=fb18f86d539c33a8</link>
  <description>
  At least in Doctrine 1.0.x, you must use two separate migrations to &lt;br&gt; add a field (let&#39;s say, event_id) and add a foreign key utilizing it. &lt;br&gt; This puzzled me for a bit, so I thought I&#39;d share. Not sure if this &lt;br&gt; should be considered a bug or not. It&#39;s probably worth documenting if &lt;br&gt; it&#39;s not a bug. &lt;br&gt; &lt;p&gt;--
  </description>
  <guid isPermaLink="true">http://groups.google.co.uk/group/doctrine-user/browse_frm/thread/9a12ff4df2d64f94</guid>
  <author>
  t...@punkave.com
  (Tom Boutell)
  </author>
  <pubDate>Wed, 11 Nov 2009 00:56:50 UT
</pubDate>
  </item>
  <item>
  <title>Iterating over i18n Translations</title>
  <link>http://groups.google.co.uk/group/doctrine-user/browse_frm/thread/56ebae815376a116/831c9386ba68248b?show_docid=831c9386ba68248b</link>
  <description>
  Hello users, &lt;br&gt; &lt;p&gt;I&#39;m doing some experimentation with Doctrine_Template that has led to &lt;br&gt; some confusion. &lt;br&gt; &lt;p&gt;In my Doctrine_Template inheriting class I add a listener with a &lt;br&gt; postInsert function that attempts to iterate over specific fields to &lt;br&gt; make a fulltext search string. I&#39;m using Doctrine_Template here so I
  </description>
  <guid isPermaLink="true">http://groups.google.co.uk/group/doctrine-user/browse_frm/thread/56ebae815376a116</guid>
  <author>
  jonathand...@gmail.com
  (Jonathan Dart)
  </author>
  <pubDate>Tue, 11 Nov 2009 22:25:20 UT
</pubDate>
  </item>
  <item>
  <title>Adding foreign keys in migrations in Doctrine 1.0.x</title>
  <link>http://groups.google.co.uk/group/doctrine-user/browse_frm/thread/49c8c78cb9f80d38/8a777c99bd280e6c?show_docid=8a777c99bd280e6c</link>
  <description>
  I am using Doctrine 1.0.x. I am trying to add a foreign key in a &lt;br&gt; migration (ON DELETE CASCADE etc). &lt;br&gt; &lt;p&gt;The documentation says I can do this: &lt;br&gt; &lt;p&gt;this-&amp;gt;createForeignKey(&#39;table_ name&#39;, &#39;email_foreign_key&#39;, $definition); &lt;br&gt; &lt;p&gt;But that three-argument syntax produces this error: &lt;br&gt; &lt;p&gt;macintosh-4:pogil boutell$ ./symfony doctrine:migrate
  </description>
  <guid isPermaLink="true">http://groups.google.co.uk/group/doctrine-user/browse_frm/thread/49c8c78cb9f80d38</guid>
  <author>
  t...@punkave.com
  (Tom Boutell)
  </author>
  <pubDate>Tue, 11 Nov 2009 20:14:24 UT
</pubDate>
  </item>
  <item>
  <title>Fixture with two way relationship problem</title>
  <link>http://groups.google.co.uk/group/doctrine-user/browse_frm/thread/73667fc528db6adb/c7326b442f7db1d3?show_docid=c7326b442f7db1d3</link>
  <description>
  Hi, &lt;br&gt; &lt;p&gt;When creating a fixture, for example (as shown below), a user with a &lt;br&gt; list of historical addresses, and a relationship in the user pointing &lt;br&gt; to the current address. The CurrentAddress field, e.g. &lt;br&gt; current_address_id will be left as null. I assume this is because &lt;br&gt; Doctrine creates the user entry, then address entries in order to use
  </description>
  <guid isPermaLink="true">http://groups.google.co.uk/group/doctrine-user/browse_frm/thread/73667fc528db6adb</guid>
  <author>
  ukweb...@hotmail.co.uk
  (elephant)
  </author>
  <pubDate>Tue, 11 Nov 2009 12:28:19 UT
</pubDate>
  </item>
  <item>
  <title>preHydrate result exclusion</title>
  <link>http://groups.google.co.uk/group/doctrine-user/browse_frm/thread/76633d8e04b48724/17250ed2c9ada3da?show_docid=17250ed2c9ada3da</link>
  <description>
  Is there a way for preHydrate(fired in Doctrine_Hydrator_Graph) to &lt;br&gt; exclude the current row data handled in the resulting &lt;br&gt; Doctrine_Collection? &lt;br&gt; &lt;p&gt;To make it clearer, this is the code I&#39;m using. &lt;br&gt; &lt;p&gt;class RecordingListener extends Doctrine_Record_Listener &lt;br&gt; { &lt;br&gt; public function preHydrate(Doctrine_Event $event)
  </description>
  <guid isPermaLink="true">http://groups.google.co.uk/group/doctrine-user/browse_frm/thread/76633d8e04b48724</guid>
  <author>
  marfillas...@gmail.com
  (Ken Marfilla)
  </author>
  <pubDate>Tue, 11 Nov 2009 08:57:36 UT
</pubDate>
  </item>
  <item>
  <title>Database Naming Conventions - what do you use?</title>
  <link>http://groups.google.co.uk/group/doctrine-user/browse_frm/thread/ba07fca7aaadd1f0/ebf8970c95c5adea?show_docid=ebf8970c95c5adea</link>
  <description>
  Coming from a recent issue I had, which was related to my db naming &lt;br&gt; convention, I thought I&#39;d ask everyone what Database Naming &lt;br&gt; Conventions they are using. What database naming conventions do you &lt;br&gt; guys use? &lt;br&gt; &lt;p&gt;Table Names: &lt;br&gt; Link/Joiner table Names: &lt;br&gt; Column Names: &lt;br&gt; Primary Key: &lt;br&gt; Foreign Key: &lt;br&gt; Indexes:
  </description>
  <guid isPermaLink="true">http://groups.google.co.uk/group/doctrine-user/browse_frm/thread/ba07fca7aaadd1f0</guid>
  <author>
  rvda...@gmail.com
  (rvdavid)
  </author>
  <pubDate>Tue, 11 Nov 2009 00:41:36 UT
</pubDate>
  </item>
  <item>
  <title>aggregates in rawsql</title>
  <link>http://groups.google.co.uk/group/doctrine-user/browse_frm/thread/3dc73c02373e7ca1/b436793ec9fa29b6?show_docid=b436793ec9fa29b6</link>
  <description>
  I seem to be having an issue with hydration in: &lt;br&gt; &lt;p&gt;$objQuery = new Doctrine_RawSql() &lt;br&gt; $objQuery &lt;br&gt; -&amp;gt;select(&#39;{foo.bar}, COUNT({foo.that}) as ct) &lt;br&gt; -&amp;gt;from(&#39;foo foo&#39;); &lt;br&gt; &lt;p&gt;etc, etc. &lt;br&gt; &lt;p&gt;When using rawsql. While the query seems to be working correctly, it&#39;s &lt;br&gt; not returning the aggregate. Is this possible in 1.1? Does something
  </description>
  <guid isPermaLink="true">http://groups.google.co.uk/group/doctrine-user/browse_frm/thread/3dc73c02373e7ca1</guid>
  <author>
  big...@gmail.com
  (Dan Vande More)
  </author>
  <pubDate>Mon, 11 Nov 2009 22:22:09 UT
</pubDate>
  </item>
  <item>
  <title>Validation on mapped values</title>
  <link>http://groups.google.co.uk/group/doctrine-user/browse_frm/thread/451dfae72239481e/6716dae23c17ffa2?show_docid=6716dae23c17ffa2</link>
  <description>
  Hello. &lt;br&gt; &lt;p&gt;I have a mapped value defined as such in my Doctrine_Record file: &lt;br&gt; &lt;p&gt;$this-&amp;gt;mapValue(&#39;name&#39;,&#39;defaul t&#39;); &lt;br&gt; &lt;p&gt;And this value is output to a form. When the mapped value is changed, &lt;br&gt; I want Doctrine to run through its normal validation methods as if it &lt;br&gt; was an actual value in the table. I.E., I want the preValidate/
  </description>
  <guid isPermaLink="true">http://groups.google.co.uk/group/doctrine-user/browse_frm/thread/451dfae72239481e</guid>
  <author>
  rmn...@gmail.com
  (rmnd3b)
  </author>
  <pubDate>Mon, 11 Nov 2009 21:17:11 UT
</pubDate>
  </item>
  <item>
  <title>[2.0] cascade persist update unchanged entities</title>
  <link>http://groups.google.co.uk/group/doctrine-user/browse_frm/thread/4c1d4d576dd898ad/341cd38ab5a36c6b?show_docid=341cd38ab5a36c6b</link>
  <description>
  Using cascade persist, is it normal that linked entities get updated &lt;br&gt; even if there is no change made ? &lt;br&gt; &lt;p&gt;I get an update on the unchanged foreign key even if I don&#39;t modify &lt;br&gt; the entity at all. &lt;br&gt; &lt;p&gt;UPDATE email SET client_id = ? WHERE id = ? &lt;br&gt; &lt;p&gt;$query = $qb-&amp;gt;getQuery(); &lt;br&gt; $client = $query-&amp;gt;getSingleResult();
  </description>
  <guid isPermaLink="true">http://groups.google.co.uk/group/doctrine-user/browse_frm/thread/4c1d4d576dd898ad</guid>
  <author>
  ric...@gmail.com
  (Eric)
  </author>
  <pubDate>Mon, 11 Nov 2009 18:54:40 UT
</pubDate>
  </item>
  <item>
  <title>Question about DQL queries</title>
  <link>http://groups.google.co.uk/group/doctrine-user/browse_frm/thread/d565a5f5dfb2b889/b1d749c721ee19f7?show_docid=b1d749c721ee19f7</link>
  <description>
  Hi, &lt;br&gt; &lt;p&gt;is there any difference between this two queries: &lt;br&gt; &lt;p&gt; $this-&amp;gt;lista_amigos = Doctrine::getTable(&#39;FriendRefe rence&#39;) &lt;br&gt; -&amp;gt;createQuery(&#39;a&#39;) &lt;br&gt; -&amp;gt;where(&amp;quot;a.user1 LIKE ?&amp;quot;, &#39;1&#39;) &lt;br&gt; -&amp;gt;execute(); &lt;br&gt; &lt;p&gt; $this-&amp;gt;lista_amigos = Doctrine_Query::create() &lt;br&gt; -&amp;gt;from(&#39;FriendReference a&#39;)
  </description>
  <guid isPermaLink="true">http://groups.google.co.uk/group/doctrine-user/browse_frm/thread/d565a5f5dfb2b889</guid>
  <author>
  tirengar...@gmail.com
  (tirengarfio)
  </author>
  <pubDate>Mon, 11 Nov 2009 17:34:53 UT
</pubDate>
  </item>
  </channel>
</rss>
