ColdFusion on Wheels
An open source CFML framework
inspired by Ruby on Rails.
  • Welcome, guest!
  • Sign up
  • Log in
  • Download
  • Plugins
  • Documentation
  • Community
  • Events
  • Blog
Feeds
Home / Documentation / Wheels API / Model Initialization Functions

You are viewing documentation for v1.1.x. Change

  • Version 1.1.x
  • Version 1.0.x

Wheels API

Categories

  • Model Initialization Functions
  • Model Class Functions
  • Model Object Functions
  • View Helper Functions
  • Controller Initialization Functions
  • Controller Request Functions
  • Global Helper Functions
  • Configuration Functions

Alternate Formats

  • XML (Read-Only)

Model Initialization Functions

These methods are called from the init() methods of your model files.

  • nestedProperties()

Association Functions

  • belongsTo()
  • hasMany()
  • hasOne()

Callback Functions

  • afterCreate()
  • afterDelete()
  • afterFind()
  • afterInitialization()
  • afterNew()
  • afterSave()
  • afterUpdate()
  • afterValidation()
  • afterValidationOnCreate()
  • afterValidationOnUpdate()
  • beforeCreate()
  • beforeDelete()
  • beforeSave()
  • beforeUpdate()
  • beforeValidation()
  • beforeValidationOnCreate()
  • beforeValidationOnUpdate()

Miscellaneous Functions

  • accessibleProperties()
  • dataSource()
  • isClass()
  • isInstance()
  • property()
  • protectedProperties()
  • setPrimaryKey()
  • setPrimaryKeys()
  • setTableNamePrefix()
  • table()

Validation Functions

  • automaticValidations()
  • validate()
  • validateOnCreate()
  • validateOnUpdate()
  • validatesConfirmationOf()
  • validatesExclusionOf()
  • validatesFormatOf()
  • validatesInclusionOf()
  • validatesLengthOf()
  • validatesNumericalityOf()
  • validatesPresenceOf()
  • validatesUniquenessOf()

ColdFusion hosting provided by
Vivio icon Vivio Technologies.

© 2012 ColdFusion on Wheels
Wheels is licensed under the Apache License, Version 2.0.