/wheels/tests/_assets/models/NoPrimaryKey.cfc
http://cfwheels.googlecode.com/ · ColdFusion CFScript · 7 lines · 5 code · 2 blank · 0 comment · 0 complexity · 076f4829e008c6cc2597bb8c31054053 MD5 · raw file
- <cfcomponent extends="Model">
-
- <cffunction name="init">
- <cfset table("userphotos")>
- </cffunction>
-
- </cfcomponent>