<?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>Doctrine 1.2.1 Caching and Memcached</title>
  <link>http://groups.google.co.uk/group/doctrine-user/browse_frm/thread/ba9d67ef371e4a06/d86510d55be41340?show_docid=d86510d55be41340</link>
  <description>
  Hi, &lt;br&gt; We are switching from our own ORM solution to using Doctrine for our &lt;br&gt; project. We need to provide backward compatibility for some time. &lt;br&gt; Obviously, our existing ORM system also generates SQL and I would like &lt;br&gt; a little advice about the Doctrine cache system for use with custom &lt;br&gt; SQL rather than DQL queries.
  </description>
  <guid isPermaLink="true">http://groups.google.co.uk/group/doctrine-user/browse_frm/thread/ba9d67ef371e4a06</guid>
  <author>
  d...@zikula.org
  (Drak)
  </author>
  <pubDate>Sun, 12 Dec 2009 07:05:59 UT
</pubDate>
  </item>
  <item>
  <title>using mysql geometry data types</title>
  <link>http://groups.google.co.uk/group/doctrine-user/browse_frm/thread/7bb0a81067d6973a/0438ce12fc3a1346?show_docid=0438ce12fc3a1346</link>
  <description>
  I have two mysql myisam tables which contain POINT columns. How should &lt;br&gt; these be defined in doctrine? I am assuming it can be done using the &lt;br&gt; blob or clob datatype but I&#39;m not sure if this is correct or which to &lt;br&gt; use. &lt;br&gt; Thanks, &lt;br&gt; Mark
  </description>
  <guid isPermaLink="true">http://groups.google.co.uk/group/doctrine-user/browse_frm/thread/7bb0a81067d6973a</guid>
  <author>
  sparkymeis...@gmail.com
  (Mark Wright)
  </author>
  <pubDate>Sun, 12 Dec 2009 05:23:22 UT
</pubDate>
  </item>
  <item>
  <title>Long string types in Doctrine: is there a way?</title>
  <link>http://groups.google.co.uk/group/doctrine-user/browse_frm/thread/e80607acd8e188ab/f1d9a18752f2b691?show_docid=f1d9a18752f2b691</link>
  <description>
  I&#39;m trying to work with long strings in Doctrine 1.2. I noticed today &lt;br&gt; that the string type without a length: &lt;br&gt; value: &lt;br&gt; type: string(1000000) &lt;br&gt; Gives me the MySQL &#39;text&#39; type with a 65535 byte limitation. &lt;br&gt; I was working on a patch for this but noticed that CLOBs and BLOBs &lt;br&gt; correctly give me types that support larger amounts of data:
  </description>
  <guid isPermaLink="true">http://groups.google.co.uk/group/doctrine-user/browse_frm/thread/e80607acd8e188ab</guid>
  <author>
  t...@punkave.com
  (Tom Boutell)
  </author>
  <pubDate>Sat, 12 Dec 2009 18:36:27 UT
</pubDate>
  </item>
  <item>
  <title>Custom method in Doctrine_Table</title>
  <link>http://groups.google.co.uk/group/doctrine-user/browse_frm/thread/beddd0f9dc56c6d4/7ab9e61353a4898d?show_docid=7ab9e61353a4898d</link>
  <description>
  I have setup Zend Framework and Doctrine together. Everything has been &lt;br&gt; going fine executing queries and returning data until I tried to put a &lt;br&gt; function in my School class that extends Doctrine_Table. I get: &lt;br&gt; exception &#39;Doctrine_Record_Exception&#39; with message &#39;Unknown method &lt;br&gt; School::getRecordByDivisionTab leProxy&#39;
  </description>
  <guid isPermaLink="true">http://groups.google.co.uk/group/doctrine-user/browse_frm/thread/beddd0f9dc56c6d4</guid>
  <author>
  nbyl...@gmail.com
  (Nathan)
  </author>
  <pubDate>Sat, 12 Dec 2009 10:21:22 UT
</pubDate>
  </item>
  <item>
  <title>Caching nested set with basequery</title>
  <link>http://groups.google.co.uk/group/doctrine-user/browse_frm/thread/126e844f42b75764/9b149f4a9a44276a?show_docid=9b149f4a9a44276a</link>
  <description>
  Hi, &lt;br&gt; I have a query for getting a tree which i set as the base query. So, &lt;br&gt; $tree = Doctrine::getTable(&#39;MyTable&#39;)- &amp;gt;getTree(); &lt;br&gt; $tree = setBaseQuery(SomeTable::getQue ry()); &lt;br&gt; where getQuery() contains a query which reads like: &lt;br&gt; &amp;quot;$q = $this-&amp;gt;createQuery()-&amp;gt;select() ....-&amp;gt;useResultCache(true, &lt;br&gt; $timeout, &#39;my_cache_index&#39;);&amp;quot;
  </description>
  <guid isPermaLink="true">http://groups.google.co.uk/group/doctrine-user/browse_frm/thread/126e844f42b75764</guid>
  <author>
  parag...@gmail.com
  (parag)
  </author>
  <pubDate>Fri, 12 Dec 2009 20:12:24 UT
</pubDate>
  </item>
  <item>
  <title>[1.2.1]Timestampable and column names</title>
  <link>http://groups.google.co.uk/group/doctrine-user/browse_frm/thread/4faa3d584d1145b9/def6c79f66d37319?show_docid=def6c79f66d37319</link>
  <description>
  Hi, &lt;br&gt; When i change the names of the created and updated params from &lt;br&gt; Timestample behavior the columns are correctly created, but when &lt;br&gt; inserting a new object it doesn&#39;t work. &lt;br&gt; It&#39;s working well with : &lt;br&gt; actAs: &lt;br&gt; Timestampable: &lt;br&gt; But not with that : &lt;br&gt; actAs: &lt;br&gt; Timestampable: &lt;br&gt; created: &lt;br&gt; name: created
  </description>
  <guid isPermaLink="true">http://groups.google.co.uk/group/doctrine-user/browse_frm/thread/4faa3d584d1145b9</guid>
  <author>
  bd.web...@gmail.com
  (Benjamin)
  </author>
  <pubDate>Fri, 12 Dec 2009 08:39:35 UT
</pubDate>
  </item>
  <item>
  <title>relations and I18n</title>
  <link>http://groups.google.co.uk/group/doctrine-user/browse_frm/thread/e9912f8c39891ccd/83f7415c62a196be?show_docid=83f7415c62a196be</link>
  <description>
  Hello, &lt;br&gt; i have a model with a &amp;quot;Node&amp;quot; and a &amp;quot;File&amp;quot; entity. &lt;br&gt; Now i want to map a &amp;quot;File&amp;quot; to every &amp;quot;Node&amp;quot; - but since the file is an image and the content of the image might be language dependent i wanted to use the I18n behavior for the file_id field in the &lt;br&gt; mapping table. &lt;br&gt; My YAML-file looks like the following:
  </description>
  <guid isPermaLink="true">http://groups.google.co.uk/group/doctrine-user/browse_frm/thread/e9912f8c39891ccd</guid>
  <author>
  dirk.tho...@4wdmedia.de
  (Dirk Thomas / 4wd media)
  </author>
  <pubDate>Fri, 12 Dec 2009 08:16:50 UT
</pubDate>
  </item>
  <item>
  <title>SoftDelete in 2.0</title>
  <link>http://groups.google.co.uk/group/doctrine-user/browse_frm/thread/8d1b7fdefeecc3d0/2a2632f244dd5230?show_docid=2a2632f244dd5230</link>
  <description>
  Hey there &lt;br&gt; I try to realize a softdelete feature in 2.0. &lt;br&gt; The problem is, that I have to stop the deletion if the entity is not &lt;br&gt; yet marked as deleted. &lt;br&gt; This is the code I tried for PreRemove and PostRemove &lt;br&gt; Index.php: &lt;br&gt; $em-&amp;gt;remove($object); &lt;br&gt; $em-&amp;gt;flush(); &lt;br&gt; Entity class &lt;br&gt; /** @PostRemove */ &lt;br&gt; public function doStuffOnPostRemove(){
  </description>
  <guid isPermaLink="true">http://groups.google.co.uk/group/doctrine-user/browse_frm/thread/8d1b7fdefeecc3d0</guid>
  <author>
  gugelwu...@divepage.net
  (Quest)
  </author>
  <pubDate>Fri, 12 Dec 2009 08:12:52 UT
</pubDate>
  </item>
  <item>
  <title>how to create Dynamic MOdal for temp(runtime created) tables</title>
  <link>http://groups.google.co.uk/group/doctrine-user/browse_frm/thread/045be38854353dc2/7d344fcc182db317?show_docid=7d344fcc182db317</link>
  <description>
  hi, &lt;br&gt; below is my problem: &lt;br&gt; i need to creat a dynamic table at runtime and what to have a crude in &lt;br&gt; it, &lt;br&gt; i am unable to locate any help to create dynamic modal for the table. &lt;br&gt; plz suggest some reference, and a ready example will be really &lt;br&gt; helpful. &lt;br&gt; thanks
  </description>
  <guid isPermaLink="true">http://groups.google.co.uk/group/doctrine-user/browse_frm/thread/045be38854353dc2</guid>
  <author>
  kamalsom...@gmail.com
  (kamalsomani)
  </author>
  <pubDate>Fri, 12 Dec 2009 05:18:00 UT
</pubDate>
  </item>
  <item>
  <title>Can I solve this writing my own Hydrator (1.2)?</title>
  <link>http://groups.google.co.uk/group/doctrine-user/browse_frm/thread/ed0353c1432a27e2/82962e19df169f18?show_docid=82962e19df169f18</link>
  <description>
  Hi, &lt;br&gt; I&#39;m having a problem getting a count() result from the database, maybe &lt;br&gt; you can help me. &lt;br&gt; I have something like this in my schema: &lt;br&gt; ------------------------------ ---------------------------- &lt;br&gt; Movie: &lt;br&gt; columns: &lt;br&gt; id: integer &lt;br&gt; name: string(255) &lt;br&gt; MovieActor: &lt;br&gt; columns: &lt;br&gt; movie_id: integer &lt;br&gt; actor_id: integer
  </description>
  <guid isPermaLink="true">http://groups.google.co.uk/group/doctrine-user/browse_frm/thread/ed0353c1432a27e2</guid>
  <author>
  illa...@gmail.com
  (illarra)
  </author>
  <pubDate>Thu, 12 Dec 2009 23:09:37 UT
</pubDate>
  </item>
  <item>
  <title>Automatic refresh of a record after DQL update without extra SELECT query.</title>
  <link>http://groups.google.co.uk/group/doctrine-user/browse_frm/thread/99ef57ff000e9f60/79db5a6be88e54f9?show_docid=79db5a6be88e54f9</link>
  <description>
  Hello. &lt;br&gt; I think that if DQL is working with objects, then a DQL-query should &lt;br&gt; update objects that we already fetch from DB. &lt;br&gt; That is, objects in the DB and Doctrine_Record objects should be &lt;br&gt; synchronized with each other. &lt;br&gt; Consider the following as an example: &lt;br&gt; Schema: &lt;br&gt; cd: &lt;br&gt; columns: &lt;br&gt; name: string(255) &lt;br&gt; Code:
  </description>
  <guid isPermaLink="true">http://groups.google.co.uk/group/doctrine-user/browse_frm/thread/99ef57ff000e9f60</guid>
  <author>
  arts...@ukr.net
  (Artyom Bisyarin)
  </author>
  <pubDate>Thu, 12 Dec 2009 19:31:39 UT
</pubDate>
  </item>
  <item>
  <title>Overriding Table::createQuery()</title>
  <link>http://groups.google.co.uk/group/doctrine-user/browse_frm/thread/a064afb2cc8a4211/9123f06c392abb41?show_docid=9123f06c392abb41</link>
  <description>
  Hello, &lt;br&gt; I&#39;ve a relationship between two records (Content and Metadata) that I &lt;br&gt; want to enforce each time they are extracted, be this through find(), &lt;br&gt; findAll(), etc. To do this, I thought to override createQuery() in a &lt;br&gt; custom Table class for Content, and add the inner join to the related &lt;br&gt; model: &lt;br&gt; public function createQuery($alias) {
  </description>
  <guid isPermaLink="true">http://groups.google.co.uk/group/doctrine-user/browse_frm/thread/a064afb2cc8a4211</guid>
  <author>
  craig.marvel...@boxuk.com
  (Craig)
  </author>
  <pubDate>Thu, 12 Dec 2009 10:45:10 UT
</pubDate>
  </item>
  <item>
  <title>weird behaviour with constructor overrides</title>
  <link>http://groups.google.co.uk/group/doctrine-user/browse_frm/thread/a1cb007870ed3c08/437ebdd402af2e10?show_docid=437ebdd402af2e10</link>
  <description>
  Hi, &lt;br&gt; I found a little strange behaviour when i tried to override the &lt;br&gt; constructor of a class. &lt;br&gt; I have this really small example, a party with guests n:m &lt;br&gt; --- &lt;br&gt; class Guest extends Doctrine_Record &lt;br&gt; { &lt;br&gt; public function __construct($firstname=null, $lastname=null) &lt;br&gt; { &lt;br&gt; parent::__construct(); &lt;br&gt; if ($firstname)
  </description>
  <guid isPermaLink="true">http://groups.google.co.uk/group/doctrine-user/browse_frm/thread/a1cb007870ed3c08</guid>
  <author>
  mi...@1982.cc
  (michael wilke)
  </author>
  <pubDate>Thu, 12 Dec 2009 08:09:53 UT
</pubDate>
  </item>
  <item>
  <title>Doctrine not recognizing one-to-one relationships</title>
  <link>http://groups.google.co.uk/group/doctrine-user/browse_frm/thread/0a2987649357aa0e/68fa32710aba37cb?show_docid=68fa32710aba37cb</link>
  <description>
  I&#39;ve got two models defined that have a one-to-one relationship with &lt;br&gt; eachother. The models were generated via doctrine-cli from a yaml &lt;br&gt; file. I was sure I was doing something wrong, but copying the example &lt;br&gt; from here: &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://www.doctrine-project.org/documentation/manual/1_2/en/yaml-schema-files:relationships:one-to-one&quot;&gt;[link]&lt;/a&gt;
  </description>
  <guid isPermaLink="true">http://groups.google.co.uk/group/doctrine-user/browse_frm/thread/0a2987649357aa0e</guid>
  <author>
  jody.mic...@gmail.com
  (Jody)
  </author>
  <pubDate>Thu, 12 Dec 2009 06:52:58 UT
</pubDate>
  </item>
  <item>
  <title>Invalidating Result Cache</title>
  <link>http://groups.google.co.uk/group/doctrine-user/browse_frm/thread/b7606ea275e60b10/4434c46834487964?show_docid=4434c46834487964</link>
  <description>
  Hi All, &lt;br&gt; &lt;p&gt;After doing some quick research, I&#39;ve read that there is no built-in &lt;br&gt; way to invalidate result cache in Doctrine 1.x. This wasn&#39;t a big &lt;br&gt; deal, since I was able to work around it by setting the lifespan to 0, &lt;br&gt; and running a select query after inserting some data. This worked &lt;br&gt; fine, because it was in a CRUD operation that needed to read data
  </description>
  <guid isPermaLink="true">http://groups.google.co.uk/group/doctrine-user/browse_frm/thread/b7606ea275e60b10</guid>
  <author>
  a...@ajbrown.org
  (A.J. Brown)
  </author>
  <pubDate>Wed, 12 Dec 2009 20:27:06 UT
</pubDate>
  </item>
  <item>
  <title>1.2.1 - Generate Accessors?</title>
  <link>http://groups.google.co.uk/group/doctrine-user/browse_frm/thread/c986903d250c0544/fe95d449b64db320?show_docid=fe95d449b64db320</link>
  <description>
  I just want to confirm whether or not this feature is working yet? Im &lt;br&gt; passing the option in during build but im unsure if ive messed &lt;br&gt; something up or if this hasnt been fixed yet (i know the &lt;br&gt; implementation is/was partially there in previous versions but was &lt;br&gt; just never invoked). &lt;br&gt; &lt;p&gt;Thanks!
  </description>
  <guid isPermaLink="true">http://groups.google.co.uk/group/doctrine-user/browse_frm/thread/c986903d250c0544</guid>
  <author>
  ant.cunning...@gmail.com
  (ProdigitalSon)
  </author>
  <pubDate>Wed, 12 Dec 2009 14:27:00 UT
</pubDate>
  </item>
  <item>
  <title>Doctrine recursive relation finder</title>
  <link>http://groups.google.co.uk/group/doctrine-user/browse_frm/thread/abe15d93545034d5/d6935e403f6d3a88?show_docid=d6935e403f6d3a88</link>
  <description>
  Hi, &lt;br&gt; &lt;p&gt;Does anyone know how to find every relation of a model from the &lt;br&gt; Doctrine_Query object? &lt;br&gt; &lt;p&gt;My schema: &lt;br&gt; &lt;p&gt;Destination: &lt;br&gt; columns: &lt;br&gt; name: { type: string(100), notnull: true } &lt;br&gt; Owner: &lt;br&gt; columns: &lt;br&gt; name: { type: string(255) } &lt;br&gt; Property: &lt;br&gt; destination_id: { type: integer, notnull: true }
  </description>
  <guid isPermaLink="true">http://groups.google.co.uk/group/doctrine-user/browse_frm/thread/abe15d93545034d5</guid>
  <author>
  pedr...@gmail.com
  (pablo)
  </author>
  <pubDate>Wed, 12 Dec 2009 11:56:13 UT
</pubDate>
  </item>
  <item>
  <title>[Doctrine 1.2.1]Fatal error: cannot redeclare class....</title>
  <link>http://groups.google.co.uk/group/doctrine-user/browse_frm/thread/436c5d686d16c182/92ae9cfeb31ecdd1?show_docid=92ae9cfeb31ecdd1</link>
  <description>
  Hi, &lt;br&gt; &lt;p&gt;I try to use Doctrine_Cli script (with ZF and under windows) but an &lt;br&gt; error occurs no matter what i do : &lt;br&gt; &lt;p&gt;*Fatal error: Cannot redeclare class Model_User in D:\website\www\test &lt;br&gt; \app\domain &lt;br&gt; \models\User.php on line 46 &lt;br&gt; &lt;p&gt;I did tests with this very simple yaml schema file : &lt;br&gt; &lt;p&gt;options: &lt;br&gt; type: INNODB
  </description>
  <guid isPermaLink="true">http://groups.google.co.uk/group/doctrine-user/browse_frm/thread/436c5d686d16c182</guid>
  <author>
  bd.web...@gmail.com
  (Benjamin)
  </author>
  <pubDate>Wed, 12 Dec 2009 10:53:44 UT
</pubDate>
  </item>
  <item>
  <title>inserting/updating values with a mysql conditional/functional expression</title>
  <link>http://groups.google.co.uk/group/doctrine-user/browse_frm/thread/72f2bed54b6fe212/c7664878e06ab10e?show_docid=c7664878e06ab10e</link>
  <description>
  Hi, &lt;br&gt; &lt;p&gt;How do i write a Doctrine query which involves inserting/updating &lt;br&gt; values with some mysql conditional/functional expression? &lt;br&gt; &lt;p&gt; For e.g consider the following sql query fragment: &lt;br&gt; &lt;p&gt;&amp;quot;INSERT INTO mytable VALUES(&#39;1&#39;, inet_aton(&#39;192.168.0.1&#39;), ...) ...&amp;quot; &lt;br&gt; &lt;p&gt;or it could be another query where i do a mysql IF conditional check
  </description>
  <guid isPermaLink="true">http://groups.google.co.uk/group/doctrine-user/browse_frm/thread/72f2bed54b6fe212</guid>
  <author>
  parag...@gmail.com
  (parag)
  </author>
  <pubDate>Wed, 12 Dec 2009 10:38:22 UT
</pubDate>
  </item>
  <item>
  <title>How to get the original value of an object in postSave?</title>
  <link>http://groups.google.co.uk/group/doctrine-user/browse_frm/thread/2c6ecfc0cdf6f2cc/d8beec3b2f1f61c3?show_docid=d8beec3b2f1f61c3</link>
  <description>
  I have a pretty simple problem that I don&#39;t think Doctrine addresses: &lt;br&gt; I have a postSave listener which writes to a log the value before the &lt;br&gt; save and the value after the save. &lt;br&gt; &lt;p&gt;I tried getLastModified() to get the original values for each field. &lt;br&gt; However, I noticed that this method doesn&#39;t do exactly what it says.
  </description>
  <guid isPermaLink="true">http://groups.google.co.uk/group/doctrine-user/browse_frm/thread/2c6ecfc0cdf6f2cc</guid>
  <author>
  meha...@gmail.com
  (Mark E. Haase)
  </author>
  <pubDate>Tue, 12 Dec 2009 23:41:26 UT
</pubDate>
  </item>
  <item>
  <title>How to make many to many relation with self?</title>
  <link>http://groups.google.co.uk/group/doctrine-user/browse_frm/thread/e42ca825c7094e30/c650be2b28a2a0b2?show_docid=c650be2b28a2a0b2</link>
  <description>
  Hi, &lt;br&gt; I want to make a many-to-many relation with the same table. I have a &lt;br&gt; Product class which should contain information for similar products. &lt;br&gt; My YAML schema looks like this: &lt;br&gt; &lt;p&gt;Product: &lt;br&gt; actAs: &lt;br&gt; Timestampable: &lt;br&gt; created: &lt;br&gt; type: date &lt;br&gt; format: Y-m-d &lt;br&gt; options: &lt;br&gt; notnull: true
  </description>
  <guid isPermaLink="true">http://groups.google.co.uk/group/doctrine-user/browse_frm/thread/e42ca825c7094e30</guid>
  <author>
  kro...@o2.pl
  (Kamil Rojewski)
  </author>
  <pubDate>Tue, 12 Dec 2009 19:37:10 UT
</pubDate>
  </item>
  <item>
  <title>GlobalClassLoader (2.0) and default PHP Classes</title>
  <link>http://groups.google.co.uk/group/doctrine-user/browse_frm/thread/e8d3795d98d8f37d/3a1a84ba130b40a5?show_docid=3a1a84ba130b40a5</link>
  <description>
  Hey there &lt;br&gt; &lt;p&gt;may it be, that the global class loader tries to load default php &lt;br&gt; classes? &lt;br&gt; In a superclass I use the following line in doStuffOnPrePersist: &lt;br&gt; $this-&amp;gt;created_at = new DateTime(); &lt;br&gt; &lt;p&gt;Result is the following error: &lt;br&gt; Warning: require(E:\xampp\htdocs\scm2/i nc\Entities\DateTime.php) &lt;br&gt; [function.require]: failed to open stream: No such file or directory
  </description>
  <guid isPermaLink="true">http://groups.google.co.uk/group/doctrine-user/browse_frm/thread/e8d3795d98d8f37d</guid>
  <author>
  gugelwu...@divepage.net
  (Quest)
  </author>
  <pubDate>Tue, 12 Dec 2009 10:16:45 UT
</pubDate>
  </item>
  <item>
  <title>How to write a migration for a behavior?</title>
  <link>http://groups.google.co.uk/group/doctrine-user/browse_frm/thread/26128c64d32b9399/53cb31917ebb47be?show_docid=53cb31917ebb47be</link>
  <description>
  I dove into the doctrine 1.1 behaviors last week. I came up with an &lt;br&gt; &amp;quot;AuditLoggable&amp;quot; behavior which creates an &#39;*_audit_log&amp;quot; table for any &lt;br&gt; class which uses it. So for example, the user table has a &lt;br&gt; user_audit_log table. &lt;br&gt; &lt;p&gt;The only thing I can&#39;t figure out is how to upgrade existing &lt;br&gt; deployments. Is it possible to tell doctrine just to create the new
  </description>
  <guid isPermaLink="true">http://groups.google.co.uk/group/doctrine-user/browse_frm/thread/26128c64d32b9399</guid>
  <author>
  meha...@gmail.com
  (Mark E. Haase)
  </author>
  <pubDate>Mon, 12 Dec 2009 21:16:58 UT
</pubDate>
  </item>
  <item>
  <title>possible issue with concrete inheritance</title>
  <link>http://groups.google.co.uk/group/doctrine-user/browse_frm/thread/70fb649a0305ca39/f05bf2a195c64835?show_docid=f05bf2a195c64835</link>
  <description>
  Hi, &lt;br&gt; I have an issue, well this is my yaml file. &lt;br&gt; &lt;p&gt;Entity: &lt;br&gt; actAs: &lt;br&gt; Timestampable: &lt;br&gt; columns: &lt;br&gt; id: &lt;br&gt; type: integer(11) &lt;br&gt; primary: true &lt;br&gt; autoincrement: true &lt;br&gt; name: string(50) &lt;br&gt; relations: &lt;br&gt; DynamicFields: &lt;br&gt; class: DynamicField &lt;br&gt; local: id &lt;br&gt; foreign: dynamic_field_id
  </description>
  <guid isPermaLink="true">http://groups.google.co.uk/group/doctrine-user/browse_frm/thread/70fb649a0305ca39</guid>
  <author>
  david.vega.cas...@gmail.com
  (jvega)
  </author>
  <pubDate>Mon, 12 Dec 2009 15:51:16 UT
</pubDate>
  </item>
  <item>
  <title>Doctrine exceeds maximum cursors</title>
  <link>http://groups.google.co.uk/group/doctrine-user/browse_frm/thread/35cbf9a23cdb3493/d140becd989eec2d?show_docid=d140becd989eec2d</link>
  <description>
  Hi &lt;br&gt; I am using oracle. When I try to insert more than 300 objects, it &lt;br&gt; fails on &lt;br&gt; &lt;p&gt;SQLSTATE[01002]: Disconnect error: 604 OCIStmtExecute: ORA-00604: &lt;br&gt; error occurred at recursive SQL level 1 &lt;br&gt; ORA-01000: maximum open cursors exceeded &lt;br&gt; ORA-00604: error occurred at recursive SQL level 1 &lt;br&gt; ORA-01000: maximum open cursors exceeded
  </description>
  <guid isPermaLink="true">http://groups.google.co.uk/group/doctrine-user/browse_frm/thread/35cbf9a23cdb3493</guid>
  <author>
  otaprocha...@gmail.com
  (Ota)
  </author>
  <pubDate>Mon, 12 Dec 2009 15:42:56 UT
</pubDate>
  </item>
  <item>
  <title>Aggregated values in where clause are unknow</title>
  <link>http://groups.google.co.uk/group/doctrine-user/browse_frm/thread/c6fa586758739877/68353e3665083d4f?show_docid=68353e3665083d4f</link>
  <description>
  Hello, &lt;br&gt; &lt;p&gt;I have a query like this : &lt;br&gt; $q = Doctrine::getTable(&#39;Personne&#39;) &lt;br&gt; -&amp;gt;createQuery(&#39;p&#39;) &lt;br&gt; -&amp;gt;select(&amp;quot;p.id,CONCAT_WS(&#39; &#39;,p.nom,p.prenom) AS &lt;br&gt; nom_prenom,c.description AS civilite&amp;quot;) &lt;br&gt; -&amp;gt;leftJoin(&#39;p.Civilite c&#39;) &lt;br&gt; -&amp;gt;addWhere(&amp;quot;nom_prenom like ?&amp;quot;, &#39;%&#39;.$request-
  </description>
  <guid isPermaLink="true">http://groups.google.co.uk/group/doctrine-user/browse_frm/thread/c6fa586758739877</guid>
  <author>
  thegil...@gmail.com
  (gilles)
  </author>
  <pubDate>Mon, 12 Dec 2009 15:34:40 UT
</pubDate>
  </item>
  <item>
  <title>Namespaced relationship</title>
  <link>http://groups.google.co.uk/group/doctrine-user/browse_frm/thread/7c6899101a7845f9/3c015db3bcec28df?show_docid=3c015db3bcec28df</link>
  <description>
  Hi, &lt;br&gt; i have problem when trying to set relationship for Doctrine_Record &lt;br&gt; class in setUp method. When using lazy model loading, i don&#39;t use &lt;br&gt; Manager-&amp;gt;loadModels($path), i just let default autoloader do the &lt;br&gt; loading work. So when I access relationspip, it tries to load class, &lt;br&gt; but instead class &#39;eu\sss\DataSourceDetails&#39;, it tries to load class
  </description>
  <guid isPermaLink="true">http://groups.google.co.uk/group/doctrine-user/browse_frm/thread/7c6899101a7845f9</guid>
  <author>
  otaprocha...@gmail.com
  (Ota)
  </author>
  <pubDate>Mon, 12 Dec 2009 14:52:49 UT
</pubDate>
  </item>
  <item>
  <title>User, Channel and Subscription relationship - how to?</title>
  <link>http://groups.google.co.uk/group/doctrine-user/browse_frm/thread/5eb9cee1eaf739cd/607d48a0e5c081da?show_docid=607d48a0e5c081da</link>
  <description>
  Hi, &lt;br&gt; &lt;p&gt;I am trying to implement the following structure: &lt;br&gt; &lt;p&gt;User &lt;br&gt; -id &lt;br&gt; Channel &lt;br&gt; -id &lt;br&gt; Subscriptions &lt;br&gt; -user_id &lt;br&gt; -channel_id &lt;br&gt; -subscriber_id &lt;br&gt; &lt;p&gt;I am still new to Doctrine, but I think that this can be accomplished &lt;br&gt; using inheritance. &lt;br&gt; &lt;p&gt;The idea is to save both UserSubscriptions and ChannelSubscriptions in
  </description>
  <guid isPermaLink="true">http://groups.google.co.uk/group/doctrine-user/browse_frm/thread/5eb9cee1eaf739cd</guid>
  <author>
  a.il...@gmail.com
  (Anatoli Ilieff)
  </author>
  <pubDate>Mon, 12 Dec 2009 14:25:50 UT
</pubDate>
  </item>
  <item>
  <title>Possible in 2.0?</title>
  <link>http://groups.google.co.uk/group/doctrine-user/browse_frm/thread/70c7ad5a4d442184/d1d6ec9acf94698a?show_docid=d1d6ec9acf94698a</link>
  <description>
  Hey there, &lt;br&gt; I&#39;d like to start my new project in 2.0, but there are some features &lt;br&gt; in 1.2 I really would like to use in 2.0. &lt;br&gt; Can you tell me how to realize it? &lt;br&gt; The features are: &lt;br&gt; Soft delete &lt;br&gt; Timestampable &lt;br&gt; Blameable &lt;br&gt; Versionable &lt;br&gt; Sluggable &lt;br&gt; Internationalisation &lt;br&gt; and the Property attribute searchable
  </description>
  <guid isPermaLink="true">http://groups.google.co.uk/group/doctrine-user/browse_frm/thread/70c7ad5a4d442184</guid>
  <author>
  gugelwu...@divepage.net
  (Quest)
  </author>
  <pubDate>Mon, 12 Dec 2009 08:28:26 UT
</pubDate>
  </item>
  <item>
  <title>Re: [doctrine-user] Digest for doctrine-user@googlegroups.com - 8 Messages in 5 Topics</title>
  <link>http://groups.google.co.uk/group/doctrine-user/browse_frm/thread/19bbca4017a04552/8514ff30d159cf78?show_docid=8514ff30d159cf78</link>
  <description>
  Today&#39;s Topic Summary &lt;br&gt; &lt;p&gt;Group: &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://groups.google.com/group/doctrine-user/topics&quot;&gt;[link]&lt;/a&gt; &lt;br&gt; &lt;p&gt; - DSN for microsoft sql server &amp;lt;#125841e31bc980b7_group_threa d_0&amp;gt; [1 &lt;br&gt; Update] &lt;br&gt; - is it possible to use doctrine with normal php &lt;br&gt; ??&amp;lt;#125841e31bc980b7_group_thr ead_1&amp;gt;[3 Updates] &lt;br&gt; - The function evictAll() is called on Doctrine_Table, but the
  </description>
  <guid isPermaLink="true">http://groups.google.co.uk/group/doctrine-user/browse_frm/thread/19bbca4017a04552</guid>
  <author>
  nmanc...@gmail.com
  (N. A. Mancini)
  </author>
  <pubDate>Sun, 12 Dec 2009 18:20:31 UT
</pubDate>
  </item>
  <item>
  <title>Retrieving entries by… (object notation)</title>
  <link>http://groups.google.co.uk/group/doctrine-user/browse_frm/thread/471c7df38de31e61/6412e920c3dda52a?show_docid=6412e920c3dda52a</link>
  <description>
  To retrieve entry from the database specyfying model by string I use: &lt;br&gt; &lt;p&gt;$entry = Doctrine::getTable(&#39;My_Model&#39;) -&amp;gt;findOneBy(&#39;property&#39;, &lt;br&gt; &#39;value&#39;); &lt;br&gt; echo $entry-&amp;gt;id; &lt;br&gt; &lt;p&gt;How to do the same, when I already have object model (not string name) &lt;br&gt; (without using get_class). &lt;br&gt; I mean something like this:
  </description>
  <guid isPermaLink="true">http://groups.google.co.uk/group/doctrine-user/browse_frm/thread/471c7df38de31e61</guid>
  <author>
  admi...@gmail.com
  (takeshin)
  </author>
  <pubDate>Sun, 12 Dec 2009 18:21:07 UT
</pubDate>
  </item>
  <item>
  <title>Bug with I18N</title>
  <link>http://groups.google.co.uk/group/doctrine-user/browse_frm/thread/59a7fab6ad4ffae8/58d2823d198a19d3?show_docid=58d2823d198a19d3</link>
  <description>
  Hi, &lt;br&gt; &lt;p&gt;I&#39;m posting a message for a user, waiting for registering on Doctrine User &lt;br&gt; group. &lt;br&gt; &lt;p&gt;Strange problem : &lt;br&gt; &lt;p&gt;2009/12/11 micon &amp;lt;haigermo...@web.de&amp;gt; &lt;br&gt; &lt;p&gt;-- &lt;br&gt; Alexandre Salomé &lt;br&gt; &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://alexandre-salome.fr&quot;&gt;[link]&lt;/a&gt;
  </description>
  <guid isPermaLink="true">http://groups.google.co.uk/group/doctrine-user/browse_frm/thread/59a7fab6ad4ffae8</guid>
  <author>
  alexandre.sal...@gmail.com
  (Alexandre Salomé)
  </author>
  <pubDate>Sun, 12 Dec 2009 15:42:00 UT
</pubDate>
  </item>
  <item>
  <title>DSN for microsoft sql server</title>
  <link>http://groups.google.co.uk/group/doctrine-user/browse_frm/thread/6e571bbf02a6ab20/311494f2fc5b0468?show_docid=311494f2fc5b0468</link>
  <description>
  I got connection string to connect in Microsoft Visual Studio Web &lt;br&gt; Developer to Microsoft SQL Server but I want to use it to connect to &lt;br&gt; this database using php and doctrine. Connection string: &lt;br&gt; Server=sql2008.xxx.pl, &lt;br&gt; 2401;Database=dziobacz_testdat abase;Uid=dziobacz_dziobacz;Pa ssword=dziobacz279@W;
  </description>
  <guid isPermaLink="true">http://groups.google.co.uk/group/doctrine-user/browse_frm/thread/6e571bbf02a6ab20</guid>
  <author>
  aaabbbcccda...@gmail.com
  (dziobacz)
  </author>
  <pubDate>Sat, 12 Dec 2009 10:25:26 UT
</pubDate>
  </item>
  <item>
  <title>The function evictAll() is called on Doctrine_Table, but the object</title>
  <link>http://groups.google.co.uk/group/doctrine-user/browse_frm/thread/8164d42eee164666/e1077385e8aac7d6?show_docid=e1077385e8aac7d6</link>
  <description>
  Hi! &lt;br&gt; &lt;p&gt;Im not quite sure it this bahaviour is wanted, but i think that this &lt;br&gt; should be catched: &lt;br&gt; &lt;p&gt;If i call Doctrine::getTable on a non existing model, the exception is &lt;br&gt; thrown. After them i want always to clear all Record Repositories, see &lt;br&gt; code: &lt;br&gt; &lt;p&gt;try{ &lt;br&gt; $table = Doctrine::getTable(&#39;notexisten t&#39;);
  </description>
  <guid isPermaLink="true">http://groups.google.co.uk/group/doctrine-user/browse_frm/thread/8164d42eee164666</guid>
  <author>
  andreas.jonde...@gmail.com
  (aNj)
  </author>
  <pubDate>Sat, 12 Dec 2009 00:27:05 UT
</pubDate>
  </item>
  <item>
  <title>Table::getColumns() for subclasses</title>
  <link>http://groups.google.co.uk/group/doctrine-user/browse_frm/thread/c2748841fdb6979f/1fd412d3656d6d03?show_docid=1fd412d3656d6d03</link>
  <description>
  I have an object model that contains a class with several subclasses. &lt;br&gt; The subclasses share a few fields from the parent, but they each have &lt;br&gt; their own fields as well. &lt;br&gt; &lt;p&gt;I&#39;m using the column_aggregation inheritance type to do this because I &lt;br&gt; want to be able to polymorphically store objects of the parent class
  </description>
  <guid isPermaLink="true">http://groups.google.co.uk/group/doctrine-user/browse_frm/thread/c2748841fdb6979f</guid>
  <author>
  samxngu...@gmail.com
  (dtjm)
  </author>
  <pubDate>Fri, 12 Dec 2009 22:48:50 UT
</pubDate>
  </item>
  <item>
  <title>Indexing Timestampable columns?</title>
  <link>http://groups.google.co.uk/group/doctrine-user/browse_frm/thread/571d4b352d415b52/3cab25f685780bd8?show_docid=3cab25f685780bd8</link>
  <description>
  Is there any option to tell the Timestampable behavior to index the &lt;br&gt; columns it creates?
  </description>
  <guid isPermaLink="true">http://groups.google.co.uk/group/doctrine-user/browse_frm/thread/571d4b352d415b52</guid>
  <author>
  ryan.horn....@gmail.com
  (ryan.horn)
  </author>
  <pubDate>Fri, 12 Dec 2009 17:00:38 UT
</pubDate>
  </item>
  <item>
  <title>Integrating Doctrine 1.2.1 CLI with Zend Framework 1.9.6</title>
  <link>http://groups.google.co.uk/group/doctrine-user/browse_frm/thread/67be4ddef4e7e3a1/4bcb89d9e64a77af?show_docid=4bcb89d9e64a77af</link>
  <description>
  Hello everyone, &lt;br&gt; &lt;p&gt;I am attempting to configure the doctrine cli to properly create/ &lt;br&gt; populate my db and generate zf-compatible models based on a schema &lt;br&gt; yaml file. &lt;br&gt; &lt;p&gt;However, when I run my model builder script I encounter the following &lt;br&gt; error: &lt;br&gt; &lt;p&gt;PHP Fatal error: Cannot redeclare class Default_Model_BaseGroup in D:
  </description>
  <guid isPermaLink="true">http://groups.google.co.uk/group/doctrine-user/browse_frm/thread/67be4ddef4e7e3a1</guid>
  <author>
  young.ke...@gmail.com
  (kevin)
  </author>
  <pubDate>Fri, 12 Dec 2009 15:48:11 UT
</pubDate>
  </item>
  <item>
  <title>SoftDelete in 1.2</title>
  <link>http://groups.google.co.uk/group/doctrine-user/browse_frm/thread/f296b4af8368abe6/ea4ae22080e7d8d1?show_docid=ea4ae22080e7d8d1</link>
  <description>
  Hey, &lt;br&gt; I upgraded from 1.1 to 1.2 today and found out that the softdelete &lt;br&gt; behavior behaved kinda oddly. My website looked quite empty: &lt;br&gt; &lt;p&gt;./symfony doctrine:dql &#39;FROM User&#39; &lt;br&gt; DQL: FROM User limit 10 &lt;br&gt; &lt;p&gt;In my mysql table, the &#39;is_deleted&#39; column is set to 0 by default &lt;br&gt; (when the record is not deleted) and set to 1 when deleted using the
  </description>
  <guid isPermaLink="true">http://groups.google.co.uk/group/doctrine-user/browse_frm/thread/f296b4af8368abe6</guid>
  <author>
  loris.guign...@gmail.com
  (Loris)
  </author>
  <pubDate>Thu, 12 Dec 2009 18:01:07 UT
</pubDate>
  </item>
  <item>
  <title>Two relationships to annother table in one table</title>
  <link>http://groups.google.co.uk/group/doctrine-user/browse_frm/thread/de1e1bb148865b1d/0b6538c663092db0?show_docid=0b6538c663092db0</link>
  <description>
  Hello &lt;br&gt; I have table Country with all countries &lt;br&gt; and I have table Embassy with field country_in_id and country_to_id &lt;br&gt; which joined with Country.id &lt;br&gt; How works with these tables?
  </description>
  <guid isPermaLink="true">http://groups.google.co.uk/group/doctrine-user/browse_frm/thread/de1e1bb148865b1d</guid>
  <author>
  dimas090...@gmail.com
  (andrej)
  </author>
  <pubDate>Thu, 12 Dec 2009 14:27:14 UT
</pubDate>
  </item>
  <item>
  <title>is it possible to use doctrine with normal php ??</title>
  <link>http://groups.google.co.uk/group/doctrine-user/browse_frm/thread/22c25635d3bbf919/aaae4bbaeb882560?show_docid=aaae4bbaeb882560</link>
  <description>
  I would like to use Doctrine with normal php language - without &lt;br&gt; framework. Is it possible ? If yes - what should I change in doctrine &lt;br&gt; sandbox (because I downloaded Doctrine sandbox) ?
  </description>
  <guid isPermaLink="true">http://groups.google.co.uk/group/doctrine-user/browse_frm/thread/22c25635d3bbf919</guid>
  <author>
  aaabbbcccda...@gmail.com
  (dziobacz)
  </author>
  <pubDate>Thu, 12 Dec 2009 10:48:33 UT
</pubDate>
  </item>
  <item>
  <title>DQL puzzle, Forum-&gt;Threads-&gt;Posts-&gt;Author</title>
  <link>http://groups.google.co.uk/group/doctrine-user/browse_frm/thread/bc877510e47586a5/9f75dbff38ae00c2?show_docid=9f75dbff38ae00c2</link>
  <description>
  Forums have Threads. Threads have Posts. Each Post has one User (the &lt;br&gt; author). &lt;br&gt; &lt;p&gt;Given a Forum id, I need to get: &lt;br&gt; - Forum title &lt;br&gt; - each Thread (just title) in that Forum &lt;br&gt; - number of Posts in each Thread &lt;br&gt; - the User of the first Post in each Thread (i.e. author of the &lt;br&gt; Thread) &lt;br&gt; - created_at for the first Post in each Thread
  </description>
  <guid isPermaLink="true">http://groups.google.co.uk/group/doctrine-user/browse_frm/thread/bc877510e47586a5</guid>
  <author>
  programm...@gmail.com
  (Lane)
  </author>
  <pubDate>Wed, 12 Dec 2009 23:24:39 UT
</pubDate>
  </item>
  <item>
  <title>Doctrine2 MySQL Connection</title>
  <link>http://groups.google.co.uk/group/doctrine-user/browse_frm/thread/edb3fc209cc36b62/bb8b490afbe98c2c?show_docid=bb8b490afbe98c2c</link>
  <description>
  Hey there &lt;br&gt; I&#39;m trying to set up a mysql connection with doctrine 2. &lt;br&gt; These are my configuration options for entitymanager::create: &lt;br&gt; &lt;p&gt;// Database connection information &lt;br&gt; $connectionOptions = array( &lt;br&gt; &#39;driver&#39; =&amp;gt; &#39;pdo_mysql&#39;, &lt;br&gt; &#39;host&#39; =&amp;gt; &#39;localhost&#39;, &lt;br&gt; &#39;dbname&#39; =&amp;gt; &#39;*****&#39;, &lt;br&gt; &#39;user&#39; =&amp;gt; &#39;*****&#39;,
  </description>
  <guid isPermaLink="true">http://groups.google.co.uk/group/doctrine-user/browse_frm/thread/edb3fc209cc36b62</guid>
  <author>
  gugelwu...@divepage.net
  (Quest)
  </author>
  <pubDate>Wed, 12 Dec 2009 19:41:16 UT
</pubDate>
  </item>
  <item>
  <title>Business Layer Pattern</title>
  <link>http://groups.google.co.uk/group/doctrine-user/browse_frm/thread/9890a645ea5a5c5c/503fdf11156fee38?show_docid=503fdf11156fee38</link>
  <description>
  Hello, &lt;br&gt; &lt;p&gt;I&#39;m wondering what type of pattern is used for a business layer with &lt;br&gt; Doctrine. Do most of you use a business layer for your application? &lt;br&gt; &lt;p&gt;I&#39;m finding it quite difficult to build behaviors to do what I&#39;m &lt;br&gt; trying to do (make a Publishable behavior so that basically you can &lt;br&gt; call publish() and data will be copied so that you have 2 versions,
  </description>
  <guid isPermaLink="true">http://groups.google.co.uk/group/doctrine-user/browse_frm/thread/9890a645ea5a5c5c</guid>
  <author>
  nicklang...@yahoo.com
  (nicklang907)
  </author>
  <pubDate>Wed, 12 Dec 2009 16:59:29 UT
</pubDate>
  </item>
  <item>
  <title>Doctrine_Record - copying/saving a record and its relations</title>
  <link>http://groups.google.co.uk/group/doctrine-user/browse_frm/thread/e960f8fa8e812dbc/db3247c2859f586f?show_docid=db3247c2859f586f</link>
  <description>
  Hi there. &lt;br&gt; &lt;p&gt;I&#39;m sure this is a basic enough question :) so apologies if it has &lt;br&gt; been covered before! &lt;br&gt; &lt;p&gt;I have two simple tables, &#39;Pastime&#39; and &#39;Person&#39;, which are linked &lt;br&gt; many-to-many via a relationship table called &#39;PastimePerson&#39;. I want &lt;br&gt; to be able to retrieve a record from one table and duplicate it. No
  </description>
  <guid isPermaLink="true">http://groups.google.co.uk/group/doctrine-user/browse_frm/thread/e960f8fa8e812dbc</guid>
  <author>
  darraghenri...@gmail.com
  (Darragh Enright)
  </author>
  <pubDate>Wed, 12 Dec 2009 15:53:03 UT
</pubDate>
  </item>
  <item>
  <title>DQL : Select User and collection of associated objects...</title>
  <link>http://groups.google.co.uk/group/doctrine-user/browse_frm/thread/f8d4d268785c9482/e59289b024b41477?show_docid=e59289b024b41477</link>
  <description>
  Hi, &lt;br&gt; &lt;p&gt;In my yml declaration I&#39;ve User table and an association : &lt;br&gt; &lt;p&gt;Example : &lt;br&gt; &lt;p&gt;User A have Competence X and Competence Y (come from table Competence &lt;br&gt; with user_id)... &lt;br&gt; &lt;p&gt;Without DQL command (-&amp;gt;innerJoin(...)), can I configure Doctrine to &lt;br&gt; auto join where I execute : &lt;br&gt; &lt;p&gt;$q = Doctrine_Query::create()
  </description>
  <guid isPermaLink="true">http://groups.google.co.uk/group/doctrine-user/browse_frm/thread/f8d4d268785c9482</guid>
  <author>
  n.kondra...@gmail.com
  (Nicolas KONDRATEK)
  </author>
  <pubDate>Wed, 12 Dec 2009 15:39:08 UT
</pubDate>
  </item>
  <item>
  <title>deep copy of doctrine record</title>
  <link>http://groups.google.co.uk/group/doctrine-user/browse_frm/thread/7213da33e3ba44bd/0b06bd2d33e8dbc3?show_docid=0b06bd2d33e8dbc3</link>
  <description>
  I fetch a Doctrine_Record which has some relations. How do I get a &lt;br&gt; deep copy of the object ? &lt;br&gt; &lt;p&gt;I&#39;ve tried using $object-&amp;gt;copy(TRUE) but this ends up in a infinite &lt;br&gt; recursion loop, I think because the relations are &lt;br&gt; (naturally) mutual (ie. $object-&amp;gt;getRelateds() and $related-&amp;gt;getObject &lt;br&gt; ()) &lt;br&gt; &lt;p&gt;Then I tried using fromArray() and synchronizeWithArray() but this
  </description>
  <guid isPermaLink="true">http://groups.google.co.uk/group/doctrine-user/browse_frm/thread/7213da33e3ba44bd</guid>
  <author>
  spammm...@gmail.com
  (gunzip)
  </author>
  <pubDate>Wed, 12 Dec 2009 15:38:43 UT
</pubDate>
  </item>
  <item>
  <title>Pager does not work with MS SQL Server</title>
  <link>http://groups.google.co.uk/group/doctrine-user/browse_frm/thread/0f69982c6f7a4455/61df98a3e666b94c?show_docid=61df98a3e666b94c</link>
  <description>
  Hi, &lt;br&gt; &lt;p&gt;I started a new project with Symfony 1.4 and Doctrine 1.2. &lt;br&gt; &lt;p&gt;I can&#39;t use a pager. For example : &lt;br&gt; $q = Doctrine_Query::create()-&amp;gt;sele ct( &amp;quot;*&amp;quot; )-&amp;gt;from( &amp;quot;utilisateur&amp;quot; ); &lt;br&gt; &lt;p&gt;$pager = new customDoctrinePager( $q, 1, 10 ); &lt;br&gt; $pager-&amp;gt;init(); &lt;br&gt; &lt;p&gt;$results = $pager-&amp;gt;getResults(); &lt;br&gt; &lt;p&gt;gives me : &lt;br&gt; SQLSTATE[HY000]: General error: 10007 Invalid column name &#39;id&#39;.
  </description>
  <guid isPermaLink="true">http://groups.google.co.uk/group/doctrine-user/browse_frm/thread/0f69982c6f7a4455</guid>
  <author>
  lilian.rob...@gmail.com
  (Lilian)
  </author>
  <pubDate>Wed, 12 Dec 2009 15:21:54 UT
</pubDate>
  </item>
  <item>
  <title>Integrating with Zend Framework</title>
  <link>http://groups.google.co.uk/group/doctrine-user/browse_frm/thread/731db48058b88821/999b8ba622882533?show_docid=999b8ba622882533</link>
  <description>
  I currently have a project which is being developed in ZF 1.9. I &lt;br&gt; finally got the lead dev on board with moving to Doctrine to speed &lt;br&gt; things up. After reading Matthew&#39;s blog (&lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://weierophinney.net/&quot;&gt;[link]&lt;/a&gt; &lt;br&gt; matthew/archives/220-Autoloadi ng-Doctrine-and-Doctrine-entit ies-from- &lt;br&gt; Zend-Framework.html) hooking Doctrine up to the app was pretty easy to
  </description>
  <guid isPermaLink="true">http://groups.google.co.uk/group/doctrine-user/browse_frm/thread/731db48058b88821</guid>
  <author>
  ant.cunning...@gmail.com
  (ProdigitalSon)
  </author>
  <pubDate>Wed, 12 Dec 2009 13:51:09 UT
</pubDate>
  </item>
  <item>
  <title>identities</title>
  <link>http://groups.google.co.uk/group/doctrine-user/browse_frm/thread/c464eb35d4262dc9/583f287b48491356?show_docid=583f287b48491356</link>
  <description>
  Hello, &lt;br&gt; &lt;p&gt;Made any of you experience with identity columns in 2.0 that are managed &lt;br&gt; manually? &lt;br&gt; I&#39;m trying to implement a tree structure with dependend subtables. On &lt;br&gt; insertion there must be an insert on each level, but for that i need to &lt;br&gt; know the primary key of the root-record in the root-table. I wanted to
  </description>
  <guid isPermaLink="true">http://groups.google.co.uk/group/doctrine-user/browse_frm/thread/c464eb35d4262dc9</guid>
  <author>
  clemens.degendor...@brainformance.at
  (Clemens Degendorfer)
  </author>
  <pubDate>Wed, 12 Dec 2009 13:32:48 UT
</pubDate>
  </item>
  <item>
  <title>Difference between set, _set and __set?</title>
  <link>http://groups.google.co.uk/group/doctrine-user/browse_frm/thread/998fffa2e1e880c1/d9783bca1b520c3a?show_docid=d9783bca1b520c3a</link>
  <description>
  Hi, &lt;br&gt; &lt;p&gt;I think I get this but I want to be sure, as I can&#39;t find anything officially documented (including in the code). Can someone please confirm for me the relative difference between set(), _set() and __set(), especially with regard to overriding in descendant classes. &lt;br&gt; &lt;p&gt;Here&#39;s my understanding:
  </description>
  <guid isPermaLink="true">http://groups.google.co.uk/group/doctrine-user/browse_frm/thread/998fffa2e1e880c1</guid>
  <author>
  sda...@datalink.com.au
  (Scott Davey)
  </author>
  <pubDate>Wed, 12 Dec 2009 04:47:47 UT
</pubDate>
  </item>
  </channel>
</rss>
