Changes between Version 4 and Version 5 of HowTos/ORMIntegration/InstallingAnORM
- Timestamp:
- 11/15/11 16:34:29 (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
HowTos/ORMIntegration/InstallingAnORM
v4 v5 48 48 49 49 50 == ColdFusion ORM ==51 ColdFusion ORM is available inColdFusion versions 9.0 and above, so no installation is necessary.50 == !ColdFusion ORM == 51 !ColdFusion ORM is available in !ColdFusion versions 9.0 and above, so no installation is necessary. 52 52 53 53 Create a 'transfer' directory in {webroot}/fooproject/config and also a 'transfer' directory inside {webroot}/fooproject/model. … … 61 61 62 62 63 Connect ColdFusion ORM to !ModelGlue through !ColdSpring. Open {webroot}/fooproject/config/ColdSpring.xml and paste the following definitions:63 Connect !ColdFusion ORM to !ModelGlue through !ColdSpring. Open {webroot}/fooproject/config/ColdSpring.xml and paste the following definitions: 64 64 65 65 … … 73 73 }}} 74 74 75 You should now be able to use !ModelGlue [[http://docs.model-glue.com/wiki/HowTos/HowToUseGenericDatabaseMessages Generic Database Messages]] and [[http://docs.model-glue.com/wiki/HowTos/HowToUseScaffolds Scaffolds]] powered by ColdFusion ORM in your application.75 You should now be able to use !ModelGlue [[http://docs.model-glue.com/wiki/HowTos/HowToUseGenericDatabaseMessages Generic Database Messages]] and [[http://docs.model-glue.com/wiki/HowTos/HowToUseScaffolds Scaffolds]] powered by !ColdFusion ORM in your application. 76 76 77 77 '''References'''
![(please configure the [header_logo] section in trac.ini)](/ModelGlue.com/trac.cgi/chrome/site/your_project_logo.png)