ColdBox Framework Forums Notification: Post to cfdump in cfscript

Title: RE: cfdump in cfscript
Thread: cfdump in cfscript
Forum: Enhancements
Conference: ColdBox
User: sanaullah73 Hi

I have attached queryHelper.cfc plugin. See line number 283.

dump() and
abort() both functions are available.

let me clear something about
inheritence.

A.cfc
methods g(), f(), e()
B.cfc
methods m(), n(), p()
when B.cfc extends A.cfc then all method in A.cfc are available to B.cfc So you
call methods directly.

Next step is Public, Private and remote methods please
read coldfusion docs.

I hope this clear the situation now.

many thanks
http://forums.coldboxframework.com/index.cfm?event=ehMessages.dspMessages&threadid=6B623CB9-B979-AE52-CA7821778B067453