/models/Model.cfc
http://cfwheels.googlecode.com/ · ColdFusion CFScript · 7 lines · 7 code · 0 blank · 0 comment · 0 complexity · b4a125fca33fee242a77851a775b3eb3 MD5 · raw file
- <!---
- This is the parent model file that all your models should extend.
- You can add functions to this file to make them globally available in all your models.
- Do not delete this file.
- --->
- <cfcomponent extends="Wheels">
- </cfcomponent>