I typically divide them up into separate CFCs based upon what they do. Like a string library, query library, and so on. I used to just have a UDFs library but quickly saw that as something to get too big.
On Mon, May 19, 2008 at 9:24 AM, Richard White <[EMAIL PROTECTED]> wrote: > hi, > > just wondering how you guys deal with you reusable functions > > we were thinking that instead if having to look into what reusable > functions we have, then decide which functions we need in a page and then > including them within a page, that we just build our library and include > everything in the application.cfc page > > then we will just need to look at what function we want and then use it. is > this the right way to do it? > > thanks > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://ad.doubleclick.net/clk;192386516;25150098;k Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:305609 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

