Changes between Version 24 and Version 25 of ReferenceMaterials/ModelGlueXmlReference
- Timestamp:
- 06/04/10 21:50:47 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ReferenceMaterials/ModelGlueXmlReference
v24 v25 82 82 1. ID (Required) - A unique name for this controller. A Model-Glue application where multiple controllers are added with the same name will currently confuse the framework (as of 2.0 Beta 1). This will eventually be resolved. 83 83 1. Type (Required) - The CFC to use for a controller in the same format that you'd use in a !CreateObject() call, such as "myapplication.controller.!MyController" 84 1. Beans (Optional) - A bean (or comma delimited list, if more than one) as defined in !ColdSpring.xml, that will be accessible to any cffunction in the controller. Replaces the need for getModelGlue().getBean() within controller methods. See [wiki:HowTos/HowToUseBeanInjection How To Use Bean Injection] for more information. 84 1. Beans (Optional) - A bean (or comma delimited list, if more than one) as defined in !ColdSpring.xml, that will be accessible to any cffunction in the controller. Replaces the need for getModelGlue().getBean() within controller methods. See [wiki:HowTos/HowToUseBeanInjection How To Use Bean Injection] for more information. Note that this can also be done from within the controller as an attribute to the <cfcomponent> tag. 85 85 86 86 ==== Child Tags ====
![(please configure the [header_logo] section in trac.ini)](/ModelGlue.com/trac.cgi/chrome/site/your_project_logo.png)