limburgie / php-movico

Automatically exported from code.google.com/p/php-movico
0 stars 0 forks source link

Add 1-1 relationships for ServiceBuilder #25

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
<entity name="Page">
   <column name="pageId" type="int" primary="true"/>
   <column name="description" type="PageDescription"/>
</entity>

<entity name="PageDescription">
   <column name="descId" type="int" primary="true"/>
   <column name="name" type="String"/>
</entity>

 * PageModelImpl should have a getDescription() which returns a PageDescription
 * PageDescriptionImpl should define getters & setters for pageId (and getter for Page?)

Original issue reported on code.google.com by limburgie on 12 Nov 2010 at 2:53

GoogleCodeExporter commented 9 years ago

Original comment by limburgie on 19 May 2011 at 1:24

GoogleCodeExporter commented 9 years ago

Original comment by limburgie on 19 May 2011 at 1:25