On 10/29/07, Larry Lyons <[EMAIL PROTECTED]> wrote:
> What about the base component? Correct me if I'm wrong but while it does not 
> fit with all the restrictions the base component automatically inherited by 
> all components. So you might be able to use this for your UDF's.

That would make the functions available inside any CFC but not inside
CFM pages or custom tags etc.

To be honest, using custom tags instead of UDFs is the easiest way to
add functionality that is accessible in any file. And what's so
horrible about saying this:

<cf_myFunction arg1="a" arg2="123" result="foo" />

instead of:

<cfset foo = myFunction(arg1="a",arg2="123") />
-- 
Sean A Corfield -- (904) 302-SEAN
An Architect's View -- http://corfield.org/

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

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Get the answers you are looking for on the ColdFusion Labs
Forum direct from active programmers and developers.
http://www.adobe.com/cfusion/webforums/forum/categories.cfm?forumid-72&catid=648

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:292303
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

Reply via email to