|
<cfcomponent>
<cffunction name="getEggs">
<cfset var
eggCount=totalEggs()>
<cfset var getEggsReturn="I have #eggCount#
eggs left.">
<cfreturn getEggsReturn>
</cffunction>
<cffunction name="totalEggs">
<cfset var totalEggsReturn=12>
<cfreturn totalEggsReturn>
</cffunction>
</cfcomponent>
|
RE: [CFCDev] calling a component from within the itself when it was instantiated in the calling page
Title: Message
- [CFCDev] calling a component from within the itself wh... David K. McCutcheon
- RE: [CFCDev] calling a component from within the ... Bryan F. Hogan
- RE: [CFCDev] calling a component from within ... David K. McCutcheon
- RE: [CFCDev] calling a component from wit... Bryan F. Hogan
- RE: [CFCDev] calling a component from... David K. McCutcheon
- RE: [CFCDev] calling a component from within the ... Dawson, Michael
