/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
- <cfcomponent extends="Model">
-
- <cffunction name="init">
- <cfset hasMany(name="shops", foreignKey="citycode")>
- </cffunction>
-
- </cfcomponent>