Could you just do this?

<cffunction name="load">
 <!--- before load code goes here --->
 <cfset super.load(argumentCollection=arguments)/>
 <!--- after load code goes here --->
</cffunction>

Patrick

On 12/8/06, Qasim Rasheed <[EMAIL PROTECTED]> wrote:
Folks,

Is it possible the beforeLoad and afterLoad method in AbstractRecord could
have access to the 'load' method's arguments. i.e.

This <cfset beforeLoad() /> can be converted to <cfset beforeLoad(
argumentCollection=arguments ) />

Thoughts?

Thanks

Qasim



-- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
-- --
Reactor for ColdFusion Mailing List
[email protected]
Archives at:
http://www.mail-archive.com/reactor%40doughughes.net/
-- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
-- --


--
Patrick McElhaney
704.560.9117


-- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
Reactor for ColdFusion Mailing List
[email protected]
Archives at: http://www.mail-archive.com/reactor%40doughughes.net/
-- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --

Reply via email to