<?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>2008-09-07T04:35:53Z</updated>
  <generator uri="http://groups.google.co.uk" version="1.99">Google Groups</generator>
  <entry>
  <author>
  <name>jpuro</name>
  <email>jeffp...@gmail.com</email>
  </author>
  <updated>2008-09-07T04:35:53Z</updated>
  <id>http://groups.google.co.uk/group/doctrine-user/browse_thread/thread/77ee56ddebce473f/3fc26fe052dd4461?show_docid=3fc26fe052dd4461</id>
  <link href="http://groups.google.co.uk/group/doctrine-user/browse_thread/thread/77ee56ddebce473f/3fc26fe052dd4461?show_docid=3fc26fe052dd4461"/>
  <title type="text">Possible bug when merging an array with a variable that is expected to be array but not</title>
  <summary type="html" xml:space="preserve">
  I am trying to merge in an array into one of my retrieved objects from &lt;br&gt; the database, but one of the collections of the merged array has a &lt;br&gt; null value. The problem is that Doctrine is expecting it to be set, &lt;br&gt; and PHP throws the following exception: &lt;br&gt; &lt;p&gt;Argument 1 passed to Doctrine_Record::fromArray() must be an array,
  </summary>
  </entry>
  <entry>
  <author>
  <name>Jeff Puro</name>
  <email>jeffp...@gmail.com</email>
  </author>
  <updated>2008-09-06T23:06:49Z</updated>
  <id>http://groups.google.co.uk/group/doctrine-user/browse_thread/thread/9539a71eea36d125/7989c825c531e129?show_docid=7989c825c531e129</id>
  <link href="http://groups.google.co.uk/group/doctrine-user/browse_thread/thread/9539a71eea36d125/7989c825c531e129?show_docid=7989c825c531e129"/>
  <title type="text">Issue with inserting new records with related tables</title>
  <summary type="html" xml:space="preserve">
  I have a table called BranchRoom and it has a relationship to a table called &lt;br&gt; Layout. Now whenever I set the Layout object to BranchRoom it gives me &lt;br&gt; duplicate key constraints errors (SQLSTATE[23000]: Integrity constraint &lt;br&gt; violation: 1062 Duplicate entry &#39;2&#39; for key 1). I&#39;m not sure why this is &lt;br&gt; happening considering that I&#39;m passing in the Id of the Layout object so it
  </summary>
  </entry>
  <entry>
  <author>
  <name>vmihaylov</name>
  <email>venelin.mihay...@gmail.com</email>
  </author>
  <updated>2008-09-06T06:54:55Z</updated>
  <id>http://groups.google.co.uk/group/doctrine-user/browse_thread/thread/721ae212a7abec1e/410f9e9c44b2edc0?show_docid=410f9e9c44b2edc0</id>
  <link href="http://groups.google.co.uk/group/doctrine-user/browse_thread/thread/721ae212a7abec1e/410f9e9c44b2edc0?show_docid=410f9e9c44b2edc0"/>
  <title type="text">does use_dql_callbacks work?</title>
  <summary type="html" xml:space="preserve">
  I tried using SoftDelete. It turned out that use_dql_callbacks was not &lt;br&gt; turned on, so I had to enable it. However, that broke my select query, &lt;br&gt; and it stayed broken even when I removed the SoftDelete behaviour. Is &lt;br&gt; use_dql_callbacks supposed to work?
  </summary>
  </entry>
  <entry>
  <author>
  <name>Weston</name>
  <email>notsew-reversepreceedingandremovet...@canncentral.org</email>
  </author>
  <updated>2008-09-06T01:19:39Z</updated>
  <id>http://groups.google.co.uk/group/doctrine-user/browse_thread/thread/e84503e39e8c3884/755629d2b9fe96f8?show_docid=755629d2b9fe96f8</id>
  <link href="http://groups.google.co.uk/group/doctrine-user/browse_thread/thread/e84503e39e8c3884/755629d2b9fe96f8?show_docid=755629d2b9fe96f8"/>
  <title type="text">Re: Using Doctrine_Table to get column information about a given table?</title>
  <summary type="html" xml:space="preserve">
  [...] &lt;br&gt; &lt;p&gt;This works great, thank you! &lt;br&gt; &lt;p&gt;It&#39;s worth noting that the manual gives the method &amp;quot;listTableFields.&amp;quot; &lt;br&gt; Invoking this method yields: &lt;br&gt; &lt;p&gt; Fatal error: Call to undefined method &lt;br&gt; Doctrine_Import_Mysql::listTab leFields() &lt;br&gt; &lt;p&gt;There does appear to be a method &amp;quot;listTableColumns&amp;quot; that does what I&#39;m
  </summary>
  </entry>
  <entry>
  <author>
  <name>robert henniger</name>
  <email>robert.henni...@googlemail.com</email>
  </author>
  <updated>2008-09-04T16:38:28Z</updated>
  <id>http://groups.google.co.uk/group/doctrine-user/browse_thread/thread/12a34c98feaab591/f008c9aae869e6b7?show_docid=f008c9aae869e6b7</id>
  <link href="http://groups.google.co.uk/group/doctrine-user/browse_thread/thread/12a34c98feaab591/f008c9aae869e6b7?show_docid=f008c9aae869e6b7"/>
  <title type="text">Re: Record-&gt;clearRelated()</title>
  <summary type="html" xml:space="preserve">
  Hmm, I just checked the Doctrine_Record class once again and noticed &lt;br&gt; that there is a method setRelated(). &lt;br&gt; Would it makes sense to set a empty collection of the same type. &lt;br&gt; &lt;p&gt;Example: &lt;br&gt; &lt;p&gt;$contact-&amp;gt;setRelated(&#39;Addresse s&#39;, new &lt;br&gt; Doctrine_Collection(&#39;Addresses _Class&#39;)); &lt;br&gt; &lt;p&gt;Best regards &lt;br&gt; &lt;p&gt;Robert
  </summary>
  </entry>
  <entry>
  <author>
  <name>robert henniger</name>
  <email>robert.henni...@googlemail.com</email>
  </author>
  <updated>2008-09-04T16:04:36Z</updated>
  <id>http://groups.google.co.uk/group/doctrine-user/browse_thread/thread/12a34c98feaab591/c28fc77a85887642?show_docid=c28fc77a85887642</id>
  <link href="http://groups.google.co.uk/group/doctrine-user/browse_thread/thread/12a34c98feaab591/c28fc77a85887642?show_docid=c28fc77a85887642"/>
  <title type="text">Record-&gt;clearRelated()</title>
  <summary type="html" xml:space="preserve">
  Hi all. &lt;br&gt; &lt;p&gt;Is it possible to clear only one relationship. &lt;br&gt; Would make the following line sense: &lt;br&gt; /** &lt;br&gt; * clearRelated &lt;br&gt; * unsets all the relationships this object has &lt;br&gt; * &lt;br&gt; * (references to related objects still remain on Table objects) &lt;br&gt; */ &lt;br&gt; public function clearRelated($refName=false)
  </summary>
  </entry>
  <entry>
  <author>
  <name>alexander lind</name>
  <email>ma...@webstay.org</email>
  </author>
  <updated>2008-09-04T13:28:38Z</updated>
  <id>http://groups.google.co.uk/group/doctrine-user/browse_thread/thread/1304fe6d714391fa/21e396a0d78178d9?show_docid=21e396a0d78178d9</id>
  <link href="http://groups.google.co.uk/group/doctrine-user/browse_thread/thread/1304fe6d714391fa/21e396a0d78178d9?show_docid=21e396a0d78178d9"/>
  <title type="text">Re: [doctrine-user] Re: Ram memory usage under a 64bit OS</title>
  <summary type="html" xml:space="preserve">
  yep, I had so much fun I was almost sad to finally find the solution &lt;br&gt; after 8 hours of searching. &lt;br&gt; alec
  </summary>
  </entry>
  <entry>
  <author>
  <name>alexander lind</name>
  <email>ma...@webstay.org</email>
  </author>
  <updated>2008-09-04T13:26:03Z</updated>
  <id>http://groups.google.co.uk/group/doctrine-user/browse_thread/thread/1304fe6d714391fa/40b6104ffd99aa97?show_docid=40b6104ffd99aa97</id>
  <link href="http://groups.google.co.uk/group/doctrine-user/browse_thread/thread/1304fe6d714391fa/40b6104ffd99aa97?show_docid=40b6104ffd99aa97"/>
  <title type="text">Re: [doctrine-user] Re: Ram memory usage under a 64bit OS</title>
  <summary type="html" xml:space="preserve">
  Yup I saw that message in the php-list as well. I would probably run &lt;br&gt; in 32bit on this system too, if it wasn&#39;t for that we got a few &lt;br&gt; programs on there that needs to be able to address vast quantities of &lt;br&gt; ram. I did try to compile php in 32bit by adding -m32 to gcc, but the &lt;br&gt; make process failed after a while and I don&#39;t have time to figure out
  </summary>
  </entry>
  <entry>
  <author>
  <name>Guilherme Blanco</name>
  <email>guilhermebla...@gmail.com</email>
  </author>
  <updated>2008-09-04T12:31:45Z</updated>
  <id>http://groups.google.co.uk/group/doctrine-user/browse_thread/thread/1304fe6d714391fa/5aa50e05dfa3668d?show_docid=5aa50e05dfa3668d</id>
  <link href="http://groups.google.co.uk/group/doctrine-user/browse_thread/thread/1304fe6d714391fa/5aa50e05dfa3668d?show_docid=5aa50e05dfa3668d"/>
  <title type="text">Re: [doctrine-user] Re: Ram memory usage under a 64bit OS</title>
  <summary type="html" xml:space="preserve">
  Just complementing this topic... I want to highlight something and show you. &lt;br&gt; I think Andi told us a lot with this message... so pay attention to &lt;br&gt; your needs. =) &lt;br&gt; Cheers,
  </summary>
  </entry>
  <entry>
  <author>
  <name>Bao Nguyen Quoc</name>
  <email>qbao.ngu...@gmail.com</email>
  </author>
  <updated>2008-09-04T05:43:31Z</updated>
  <id>http://groups.google.co.uk/group/doctrine-user/browse_thread/thread/9ef4541c6ff52d2e/ffdcadab718d981c?show_docid=ffdcadab718d981c</id>
  <link href="http://groups.google.co.uk/group/doctrine-user/browse_thread/thread/9ef4541c6ff52d2e/ffdcadab718d981c?show_docid=ffdcadab718d981c"/>
  <title type="text">Re: [doctrine-user] Re: global template</title>
  <summary type="html" xml:space="preserve">
  Thanks, I also find out that I can use tabe-&amp;gt;addTemplate to make this work
  </summary>
  </entry>
  <entry>
  <author>
  <name>Jonathan Wage</name>
  <email>jonw...@gmail.com</email>
  </author>
  <updated>2008-09-04T04:39:51Z</updated>
  <id>http://groups.google.co.uk/group/doctrine-user/browse_thread/thread/9ef4541c6ff52d2e/1994a10549f7872c?show_docid=1994a10549f7872c</id>
  <link href="http://groups.google.co.uk/group/doctrine-user/browse_thread/thread/9ef4541c6ff52d2e/1994a10549f7872c?show_docid=1994a10549f7872c"/>
  <title type="text">Re: [doctrine-user] global template</title>
  <summary type="html" xml:space="preserve">
  &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://www.doctrine-project.org/documentation/manual/1_0/?one-page#schema-files:features-&amp;-examples:global-schema-information&quot;&gt;[link]&lt;/a&gt;
  </summary>
  </entry>
  <entry>
  <author>
  <name>Bao Nguyen Quoc</name>
  <email>qbao.ngu...@gmail.com</email>
  </author>
  <updated>2008-09-04T04:34:03Z</updated>
  <id>http://groups.google.co.uk/group/doctrine-user/browse_thread/thread/9ef4541c6ff52d2e/5bbe94d33f6d61c8?show_docid=5bbe94d33f6d61c8</id>
  <link href="http://groups.google.co.uk/group/doctrine-user/browse_thread/thread/9ef4541c6ff52d2e/5bbe94d33f6d61c8?show_docid=5bbe94d33f6d61c8"/>
  <title type="text">global template</title>
  <summary type="html" xml:space="preserve">
  Hi, &lt;br&gt; I have a special case with Doctrine. I want that all models will use a &lt;br&gt; specified template. Is there an other way beside use &amp;quot;actAs&amp;quot; for every model &lt;br&gt; in yaml schema ? &lt;br&gt; Regards,
  </summary>
  </entry>
  <entry>
  <author>
  <name>Jonathan Wage</name>
  <email>jonw...@gmail.com</email>
  </author>
  <updated>2008-09-04T04:31:24Z</updated>
  <id>http://groups.google.co.uk/group/doctrine-user/browse_thread/thread/1304fe6d714391fa/383c70406d584bb2?show_docid=383c70406d584bb2</id>
  <link href="http://groups.google.co.uk/group/doctrine-user/browse_thread/thread/1304fe6d714391fa/383c70406d584bb2?show_docid=383c70406d584bb2"/>
  <title type="text">Re: [doctrine-user] Re: Ram memory usage under a 64bit OS</title>
  <summary type="html" xml:space="preserve">
  Nice. I bet that was fun hunting that all down :) &lt;br&gt; - Jon
  </summary>
  </entry>
  <entry>
  <author>
  <name>alexander lind</name>
  <email>ma...@webstay.org</email>
  </author>
  <updated>2008-09-04T04:20:41Z</updated>
  <id>http://groups.google.co.uk/group/doctrine-user/browse_thread/thread/1304fe6d714391fa/79fcf1ed88d6d24f?show_docid=79fcf1ed88d6d24f</id>
  <link href="http://groups.google.co.uk/group/doctrine-user/browse_thread/thread/1304fe6d714391fa/79fcf1ed88d6d24f?show_docid=79fcf1ed88d6d24f"/>
  <title type="text">Re: [doctrine-user] Re: Ram memory usage under a 64bit OS</title>
  <summary type="html" xml:space="preserve">
  Actually, my question here is moot. &lt;br&gt; First off, Mac OSX (10.5) is not a true 64 bit system I have learnt, &lt;br&gt; and what&#39;s more, its php package (compiled via port) is compiled in 32 &lt;br&gt; bit mode. But that is not all, I also was running eaccellerator, &lt;br&gt; something I had completely forgot about, and running that on 32 bit
  </summary>
  </entry>
  <entry>
  <author>
  <name>Stephen Leavitt</name>
  <email>stephen.leav...@gmail.com</email>
  </author>
  <updated>2008-09-03T21:55:28Z</updated>
  <id>http://groups.google.co.uk/group/doctrine-user/browse_thread/thread/e84503e39e8c3884/54b3c948d217d199?show_docid=54b3c948d217d199</id>
  <link href="http://groups.google.co.uk/group/doctrine-user/browse_thread/thread/e84503e39e8c3884/54b3c948d217d199?show_docid=54b3c948d217d199"/>
  <title type="text">Re: [doctrine-user] Re: Using Doctrine_Table to get column information about a given table?</title>
  <summary type="html" xml:space="preserve">
  To use ./tmpmodels from within a PHP application probably isn&#39;t going to &lt;br&gt; work; probably better to have used: &lt;br&gt; dirname(__FILE__) . DIRECTORY_SEPARATOR . &#39;tmpmodels&#39;; &lt;br&gt; However, I think I understand your request a bit better now. &lt;br&gt; If you notice that your original stack trace had items #1 and #2 &lt;br&gt; referring to Doctrine_Connection::getTable( ), and at least in the 0.11
  </summary>
  </entry>
</feed>
