Sounds like this is the best thing to do. I'm pretty positive that I
will have to abstract my code a little bit more though.

So does every one put the shared code outside the web root to prevent
any direct calls to it?

On 12/1/05, Russ <[EMAIL PROTECTED]> wrote:
> We try to put all our shared code into CFC's, and call them (with different
> parameters if nessessary) from our sites.  The cfc's are very flexible and
> allow for different functionality from the same method based on different
> (optional) parameters.
>
> -----Original Message-----
> From: mac jordan [mailto:[EMAIL PROTECTED]
> Sent: Thursday, December 01, 2005 4:17 AM
> To: CF-Talk
> Subject: Re: Code reuse ideas?
>
> On 30/11/05, Aaron Rouse <[EMAIL PROTECTED]> wrote:
> >
> > I know of a couple of in house frameworks that do just this.  One for
> > example uses a lot of different custom tags for its CMS and that CMS is
> > used
> > for 20+ sites.  Instead of copying that pack of tags to each site they all
> > point to a common spot that stores just one copy of them.  That way when a
> > update is done to the core files it does not need to be copied to every
> > site.
> >
>
> we do precisely that for our core CMS.
>

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:225825
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

Reply via email to