/models/Model.cfc

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

  1. <!---
  2. This is the parent model file that all your models should extend.
  3. You can add functions to this file to make them globally available in all your models.
  4. Do not delete this file.
  5. --->
  6. <cfcomponent extends="Wheels">
  7. </cfcomponent>