NOTE: This wiki contains "bleeding edge" documentation, which may reflect a future version of Wheels. Entries in the wiki may also be incomplete and unedited. Please visit cfwheels.org/docs for the "official" documentation.
* Not scheduled for the 1.0 release.
These methods are called from the init function of your model files.
models/Author.cfc:
<cffunction name="init"> <cfset hasMany("posts")> </cffunction>
THE REST OF THE CONTENT ON THIS PAGE WILL BE GENERATED FROM THE SOURCE CODE