I'm really enjoying <@U077WEV53>'s presentation fr...
# cfml-general
b
I'm really enjoying @chris-schmitz's presentation from the Hawaii ColdFusion User Group meeting and am working along with it. The one thing I've run into is that my methods aren't displaying like his are. I thought maybe this was a debugging setting, but I haven't found anything in that part of the CF admin or anywhere else in the CF admin to change it. Does anyone know why the methods won't display?
c
can you be a bit more specific please? What do you mean by "methods won't display"?
p
Click the word "Methods" there ; should expand and show them all; they just appear to be collapsed in your dump.
b
lol Wow. That worked. It never occurred to me that anything there was clickable. Who do I talk to about usability issues? Thanks @Patrick!
p
Haha its always been a feature way back to prob version CFMX days I believe. There is even an attribute in the cfdump tag to
expand=true
for that.
b
I have brought shame and humiliation to my family for generations to come.
p
Hah its a great feature for debugging when you have a dump and need to collapse down all the pointless junk like methods to hide it.
b
I will certainly be looking for those options in the future! Thanks again. Maybe I'm not drinking enough?
p
The Coldfusionaid is the best flavor of Koolaid! lol
j
Aloha Brian, I am glad you are enjoying the OOP presentation from Chris last month.
j
Is there a link for the presentation?
c
Slides and code samples are at https://github.com/chrisschmitz/oop-in-cfml
j
Thank you!