/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

  1. <cfcomponent extends="Model">
  2. <cffunction name="init">
  3. <cfset table("userphotos")>
  4. </cffunction>
  5. </cfcomponent>