Changes between Version 5 and Version 6 of HowTos/HowToUseScaffolds/AddingScaffolds

Show
Ignore:
Timestamp:
05/27/10 19:25:59 (16 years ago)
Author:
davidhenry@… (IP: 74.203.101.252)
Comment:

Added link to Transfer's documentation, link to installing an ORM in Model Glue

Legend:

Unmodified
Added
Removed
Modified
  • HowTos/HowToUseScaffolds/AddingScaffolds

    v5 v6  
    55 
    66  1. Add a table to your database. At present, it (and any tables it uses in relationships) may only have one column acting as a primary key. For the sake of example, we'll pretend we've added a table named "Contact" 
    7   1. If the table is related to other tables in a one-to-many or many-to-many manner, add those relationships to the Reactor.xml file using <object>, <hasMany>, <hasOne>, and related tags. Full documentation for this is available in [http://livedocs.reactorframework.com/Reactor_Documentation.htm#hasMany.htm Reactor's documentation]. 
     7  1. If the table is related to other tables in a one-to-many or many-to-many manner, add those relationships to your ORM configuration.  [wiki:InstallingAnORM Installing an ORM in ModelGlue] [http://livedocs.reactorframework.com/Reactor_Documentation.htm#hasMany.htm Reactor's documentation].   [http://docs.transfer-orm.com/ Transfer's documentation]. 
    88  1. Add the following tag to your !ModelGlue.xml: 
    99