Call me stupid, but I just spent a good bit battling a CFC trying to utilize implicit accessors which just didn’t seam to be there. This all came about after reading some blogs on the subject. Come to find out that unless you’re persisting your CFC for use by ORM, the accessors are NOT created [...]
dollarFormat() for JavaScript
(“$” + (15).toFixed( 2 )) Allows you to show a numeric value as a string with a number of decimal places to the right. Thanks Ben!