They both *appear* to read the same to me...but if I wanted to call my init
function inside my CFC, do I make it "private" or "package" and why would I
choose one over the other?

<cfcomponent name="mycomponent">
<cfset init()>

<cffunction name="init" access="private/package">
    <cfset variables.myDSN = "MyDataSourceName">
</cffunction>

...

</cfcomponent>
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

Reply via email to