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]

