PageRenderTime 35ms CodeModel.GetById 20ms RepoModel.GetById 0ms app.codeStats 0ms

/wheels/tests/_assets/models/Shop.cfc

http://cfwheels.googlecode.com/
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
  1. <cfcomponent extends="Model">
  2. <cffunction name="init">
  3. <cfset belongsTo(name="city", foreignKey="citycode")>
  4. </cffunction>
  5. </cfcomponent>