Changes between Version 5 and Version 6 of ReferenceMaterials/ModelGlueXmlReference

Show
Ignore:
Timestamp:
09/03/09 18:43:59 (16 years ago)
Author:
cgriefer (IP: 12.162.1.100)
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ReferenceMaterials/ModelGlueXmlReference

    v5 v6  
    7676  1. Name (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. 
    7777  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" 
     78  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. 
    7879 
    7980==== Child Tags ====