/wheels/tests/_assets/models/Shop.cfc
ColdFusion CFScript | 7 lines | 5 code | 2 blank | 0 comment | 0 complexity | c5db3ccf391c1d129d505c5a56e1ea82 MD5 | raw file
Possible License(s): Apache-2.0, CPL-1.0
- <cfcomponent extends="Model">
-
- <cffunction name="init">
- <cfset belongsTo(name="city", foreignKey="citycode")>
- </cffunction>
-
- </cfcomponent>