PageRenderTime 36ms CodeModel.GetById 0ms RepoModel.GetById 0ms app.codeStats 0ms

/wheels/tests/controller/initialization/$initcontrollerclass.cfc

http://cfwheels.googlecode.com/
ColdFusion CFScript | 9 lines | 6 code | 3 blank | 0 comment | 0 complexity | e00c4caabeb9561bc6c3e43a2db15b72 MD5 | raw file
Possible License(s): Apache-2.0, CPL-1.0
  1. <cfcomponent extends="wheelsMapping.Test">
  2. <cfset params = {controller="dummy", action="dummy"}>
  3. <cfset loc.controller = controller("dummy", params)>
  4. <cffunction name="test_x">
  5. </cffunction>
  6. </cfcomponent>