Hey Marcus, You probably already figured this out, but I am pretty sure you are looking for the GetMetadata function <http://openbd.org/manual/?/function/getmetadata>. That will list out an object's functions, properties and attributes set on the cfcomponent.
Hope that helps, Aaron J. White On Monday, October 6, 2014 10:56:41 AM UTC-5, Marcus F wrote: > > I'm working through the book Object-Oriented Programming in ColdFusion by > Matt Gifford, and just ran into one of those "things done differently". > > Ok, in this section, we're setting a bunch of > variables.instance.stuff/name/description/etc > > In his example, after instatiating the object, he's just using cfdump on > the object to display the values. > > However, in OpenBD, it's dumping out the functions, but not the values, > anyone know how to cfdump the values set? > -- -- online documentation: http://openbd.org/manual/ http://groups.google.com/group/openbd?hl=en --- You received this message because you are subscribed to the Google Groups "Open BlueDragon" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
