PageRenderTime 31ms CodeModel.GetById 1ms RepoModel.GetById 0ms app.codeStats 0ms

/wheels/tests/_assets/controllers/ControllerWithModel.cfc

http://cfwheels.googlecode.com/
ColdFusion CFScript | 5 lines | 3 code | 2 blank | 0 comment | 0 complexity | 7d708496d7fea141411f9d943ddddcb0 MD5 | raw file
Possible License(s): Apache-2.0, CPL-1.0
  1. <cfcomponent extends="wheelsMapping.Controller">
  2. <cfset user = model("user").findOne(where="lastname = 'Petruzzi'")>
  3. </cfcomponent>