Any Reactor method with _ in front of it is to prevent other methods from overriding them.

For example, you have the _getTO() for getting a transfer object, but in a record factory, you could have a column in your database  named TO which would then turn become getTO().

Makes sense?

Teddy

On 7/27/06, Patrick McElhaney <[EMAIL PROTECTED]> wrote:
On 7/27/06, João Fernandes <[EMAIL PROTECTED]> wrote:
> Patrick,
>
> base and custom components exist exactly for that, to override or
> add functions that you'll need.

Yeah, but you can't reasonably expect every function in Reactor to be
part of the API.


> Also, _getReactorFactory() is the right way to go. If
> _getReactorFactory() go away man,I hope it will be only in Reactor 5.0.

Okay, that's good to know. I thought the underscore at the beginning
of _getReactoryFactory() might signify that you're not supposed to
touch it.

--
Patrick McElhaney
704.560.9117


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




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

Reply via email to