It's worth adding that CF8 now supports interfaces via the cfinterface tag:

http://cfquickdocs.com/cf8/?getDoc=cfinterface

mxAjax / CFAjax docs and other useful articles:
http://www.bifrost.com.au/blog/


2009/2/8 Brian Kotek <[email protected]>:
>
> Most of the general ideas are still applicable. The biggest differences that
> I can think of are:
>
>   - All function-local variables must be declared with the "var" keyword
>   - The VARIABLES scope within a CFC represents private data
>   - The VARIABLES scope should be used instead of the THIS scope for object
>   properties to enforce encapsulation
>   - An init() method is the de-facto constructor method
>   - We can now call super.[method] to invoke methods on a superclass.

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;207172674;29440083;f

Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:319030
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