Changes between Version 7 and Version 8 of HowTos/HowToUseScaffolds/AddingScaffolds
- Timestamp:
- 01/11/12 09:26:41 (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
HowTos/HowToUseScaffolds/AddingScaffolds
v7 v8 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 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:HowTos/ORMIntegration/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]. 8 1. When you use the Coldfusion 9 implementation of Hibernate ORM, you have to configure Model-Glue by adding the following to Coldspring.xml: 9 {{{ 10 <alias alias="ormAdapter" name="ormAdapter.cfORM" /> 11 <alias alias="ormService" name="ormService.cfORM" /> 12 }}} 13 8 14 1. Add the following tag to your !ModelGlue.xml: 9 15
![(please configure the [header_logo] section in trac.ini)](/ModelGlue.com/trac.cgi/chrome/site/your_project_logo.png)