I have an application running CF8. One of the CFCs is very large and breaks when trying to upgrade to a newer version of CF.
I use the functions in the CFC to build html docs that can be displayed or emailed. How should I go about refactoring this cfc to make it work?
Format is currently like this:
function - get order
stored procedure
function - get order details
stored procedure
function - display order
several hundred lines of html that get pulled back to the web page or emailed