Changes between Version 4 and Version 5 of HowTos/HowToUseScaffolds/AddingScaffolds
- Timestamp:
- 02/09/10 21:23:32 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
HowTos/HowToUseScaffolds/AddingScaffolds
v4 v5 5 5 6 6 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 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 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]. 8 8 1. Add the following tag to your !ModelGlue.xml: 9 9
![(please configure the [header_logo] section in trac.ini)](/ModelGlue.com/trac.cgi/chrome/site/your_project_logo.png)