/wheels/tests/_assets/models/Classification.cfc

http://cfwheels.googlecode.com/ · ColdFusion CFScript · 8 lines · 6 code · 2 blank · 0 comment · 0 complexity · 806dae591a7d09ea524d07bc4c7e9eab MD5 · raw file

  1. <cfcomponent extends="Model">
  2. <cffunction name="init">
  3. <cfset belongsTo("post")>
  4. <cfset belongsTo("tag")>
  5. </cffunction>
  6. </cfcomponent>