Getting Started

Tag Reference

Object Reference
asHiddenFields
asURLString
asXML
collectFields
collectFieldsFrom..
copy
dump
empty
erase
loadFromCookie
storeToCookie

Case Study

Download

Mailing List

Other Links

Object::copy

Summary:

This method copies the contents of one object into the caller object.

Parameters:

Parameter Description Default Required
source A pointer to an object to copy from. Can be another cfObjects object or a structure.   No
include Comma-separated list of attributes to include. If not list is provided, then all attributes are included.   No
exclude Comma-separated list of attributes to exclude. If not list is provided, then all attributes are included.   No

Returns:
Name Value
n/a

Example:
<cf_cfoInvokeMethod method="aPerson.copy" source="#anotherPerson#">










SourceForge.net Logo