Defines a CFC that will act as a Controller in the application.
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.
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"
None