/wheels/tests/_assets/models/City.cfc

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

  1. <cfcomponent extends="Model">
  2. <cffunction name="init">
  3. <cfset hasMany(name="shops", foreignKey="citycode")>
  4. </cffunction>
  5. </cfcomponent>