maybe you should have a look at app_model.cfm that Gabe Roffman came up with for last years FBox Conference. I've been using it sinse a little before the conference (kind of had to, I work for him) :) and its actually made life a little easier for me. Having once central file with all the global variables mapped out and intialized a head of time. The really nice thing is having an instant reference. Granted there are some thing I DON'T like, but they're not worth bitching about. Fred ----- Original Message ----- From: "BORKMAN Lee" <[EMAIL PROTECTED]> To: "Fusebox" <[EMAIL PROTECTED]> Sent: Friday, April 06, 2001 5:47 PM Subject: Variable definition files (RE: New IMPROVED Wireframe - demo onl ine) > Thanks for all your interest, everyone. > > The truth is, when I wrote this code, I was having a bit of an experiment > with structuring my FuseBox architecture alittle differently, so it's all a > bit of a mess. It's a little embarassing! > > In particular, I was trying to separate out my app_globals stuff into a few > files that would handle different types of variable: > - Variables with standard names that ALL of my apps will have; > - Variables with values that remain the same for every installation of this > app; > - Variables that only have a meaning for THIS particular application; > - Variables that change with each installation of the app; > - etc > > Anyway, I didn't really end up with something that I like. Anyone have any > ideas along these lines? Basically I don't like the idea of tampering with > a monolithic app_globals or myGlobals, when all I want to do is tell the app > that THIS server's document root is xxx instead of yyy. > > So okay, everyone seems pretty happy with the new wireframe app, so I'll > just trim it up and get it zipped asap. It use CFMODULE to make all of its > customTag calls, because Bjork.net is on a shared server. Is everyone cool > with this? You just set up the locations in app_server (I think). > > So, it's coming any hour now!! > > Thanks again everyone, > LBB. > > > -----Original Message----- > From: [EMAIL PROTECTED] > To: Fusebox > Sent: 4/7/01 5:18 AM > Subject: RE: New IMPROVED Wireframe - demo online > > Lee, > > Where can I get files at? Are they released yet??? > > John > > > IMPORTANT NOTICE: > This e-mail and any attachment to it is intended only to be read or used by > the named addressee. It is confidential and may contain legally privileged > information. No confidentiality or privilege is waived or lost by any > mistaken transmission to you. If you receive this e-mail in error, please > immediately delete it from your system and notify the sender. You must not > disclose, copy or use any part of this e-mail if you are not the intended > recipient. The RTA is not responsible for any unauthorised alterations to > this e-mail or attachment to it. > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Structure your ColdFusion code with Fusebox. Get the official book at http://www.fusionauthority.com/bkinfo.cfm Archives: http://www.mail-archive.com/[email protected]/ Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists
