On Monday, Sep 22, 2003, at 07:47 US/Pacific, <[EMAIL PROTECTED]> wrote:
does the second line not create a new instance of contact.cfc when init() is called? or is init() not called in M2 apps at all?

Mach II handles Listeners slightly differently. The base Listener class has an init() method that is called as the framework is assembled but classes that extend Listener (and, indeed, extend other parts of the framework) are expected to have a configure() method instead that is called once the framework itself is created - but otherwise behaves like init() would.


Components that do not extend Mach II CFCs should continue to use init() and their creators should call it at creation time (as usual).

Sean A Corfield -- http://www.corfield.org/blog/

"If you're not annoying somebody, you're not really alive."
-- Margaret Atwood

----------------------------------------------------------
You are subscribed to cfcdev. To unsubscribe, send an email
to [EMAIL PROTECTED] with the word 'unsubscribe cfcdev' in the message of the email.


CFCDev is run by CFCZone (www.cfczone.org) and supported
by Mindtool, Corporation (www.mindtool.com).

An archive of the CFCDev list is available at www.mail-archive.com/[EMAIL PROTECTED]

Reply via email to