Larry Buta
Member since Jan 2, 2009
- Profile: /members/2738-larry-buta.htm
- URL: http://www.nowebsiteatthistime.com
- Comments: 2
Recent Blog Comments By Larry Buta
-
Mom! Ben Broke My CFInterface!
Posted on Jan 2, 2009 at 1:23 PM
Hi Ben...No doubt you can use inheritance to define your interface and just add a cfthrow to the base class if someone tries to implement it (the base component) instead of overriding it with a concrete class (component)...but to me if you're on a CF 8 box using an interface construct like cfinterfa... read more »
-
Mom! Ben Broke My CFInterface!
Posted on Jan 2, 2009 at 8:59 AM
One of the classic knocks about CF is that it promotes spaghetti code...queries, html, cf tags, and javascript everywhere and anywhere...usually in the same template...well since cfc's have come along we now have spaghetti cfc's with objects being created seemingly without rhyme or reason, inheritan... read more »