Not a solution to all your problems :-)  .... but....

>> but I've no idea. Instantiating an object can take ages. If
CFMODULE'ing 
>> a template that includes, say common.cfm, and the CFMODULE'ing
template 
>>  includes the same file and in that file are funcitons, then a 
>> function cannot be declared twice' error is raised and I can find no 
>> way around it.


<!--- Only include validation functions if not already included --->
<cfif (IsDefined("udfValidate") AND IsCustomFunction(udfValidate)) EQ
False>
        <cfinclude
template="#APPLICATION.sIF_PublicVirtualPath#/includeElmnt/inc_if_valida
tion_functions.cfm">
</cfif>
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
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

Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. 
http://www.fusionauthority.com/ads.cfm

                                Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
                                

Reply via email to