logo       
Google Custom Search
    AddThis Social Bookmark Button
-->

[propel-cvs] SVN update: r194 - trunk/docs/user_guide/book/chapters: msg#00011

Subject: [propel-cvs] SVN update: r194 - trunk/docs/user_guide/book/chapters
Author: hans
Date: 2005-09-12 20:32:56 -0400 (Mon, 12 Sep 2005)
New Revision: 194

Modified:
   trunk/docs/user_guide/book/chapters/AdvancedObjectModel.html
Log:
#82. Fixed the example to not use a reserved PHP word for the column name.

Modified: trunk/docs/user_guide/book/chapters/AdvancedObjectModel.html
===================================================================
--- trunk/docs/user_guide/book/chapters/AdvancedObjectModel.html        
2005-09-12 16:43:33 UTC (rev 193)
+++ trunk/docs/user_guide/book/chapters/AdvancedObjectModel.html        
2005-09-13 00:32:56 UTC (rev 194)
@@ -64,7 +64,7 @@
   
 <pre title="example of inheritance definition">&lt;table 
name=&quot;publication&quot;&gt;
  &lt;column name=&quot;id&quot; type=&quot;INTEGER&quot; 
primaryKey=&quot;true&quot;/&gt;
- &lt;column name=&quot;class&quot; type=&quot;INTEGER&quot; 
inheritance=&quot;single&quot;&gt;
+ &lt;column name=&quot;class_key&quot; type=&quot;INTEGER&quot; 
inheritance=&quot;single&quot;&gt;
    &lt;inheritance key=&quot;1&quot; class=&quot;Journal&quot; 
extends=&quot;bookstore.Publication&quot;/&gt;
    &lt;inheritance key=&quot;2&quot; class=&quot;Magazine&quot; 
extends=&quot;bookstore.Journal&quot;/&gt;
  &lt;/column&gt;


<Prev in Thread] Current Thread [Next in Thread>