/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
- <cfcomponent extends="wheelsMapping.Model">
-
- <cffunction name="stupid_method">
- <cfargument name="a" type="numeric" required="true">
- <cfargument name="b" type="numeric" required="true">
- <cfreturn arguments.a + arguments.b>
- </cffunction>
-
- </cfcomponent>