I love include files for this, when you have very large CFCs, then I do place methods into their own include file, usually I place them in a directory with the same name so to keep them separate.
At 08:20 PM 11/13/2002 -0800, you wrote: >Is it bad practice to use cfincludes within a CFC? > >The reason I ask is because I have a small app which consists of about 20 >files. The files are all included in a master file. This master file is >passed a single parameter in the form of "DeliveryEmail.cfm?CampaignID=12". > >Now I want to turn it into a webservice (for private use between our remote >servers). Does it make sense to change the master file into a CFC and >continue to include other templates within it? Or should I convert ALL of >the templates to CFC's and use the extends command. > >Brook Davies > > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4 Subscription: http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4 FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Get the mailserver that powers this list at http://www.coolfusion.com

