/wheels/tests/_assets/models/Model.cfc

http://cfwheels.googlecode.com/ · ColdFusion CFScript · 9 lines · 7 code · 2 blank · 0 comment · 0 complexity · f2d271e1bcfce13fd6f60fa5ef954fd6 MD5 · raw file

  1. <cfcomponent extends="wheelsMapping.Model">
  2. <cffunction name="stupid_method">
  3. <cfargument name="a" type="numeric" required="true">
  4. <cfargument name="b" type="numeric" required="true">
  5. <cfreturn arguments.a + arguments.b>
  6. </cffunction>
  7. </cfcomponent>