All of the info I've read on fusebox so far (sparse) doesn't give me the
overview I need to understand how things fit together. Maybe someone
could give me a thumbnail sketch of the file and directory structure.
With limited understanding, I'd rather not do things I'd have to fix or
unlearn later.

Right now I have a subdirectory (not the server root) with a \blocks
subdirectory and a \queries subdirectory. I have an app_globals.cfm in
the root, according to Steve's "Application Files" section of his online
specification. I have formURL2attributes.cfm in the \cfusion\customtags\
directory. 

Looks like:
        \cf_project\
                app_globals.cfm
                \blocks\
                \queries\
                \phone_directory\
                \course_catalog\
                \employees\

Now, I'm ready to go, but what confuses me is where I store the various
files. I'm going to start with one application (\phone_directory\), then
add two more, once it's going. The default page view will be a menu.

Do I create separate directories for each app, and recreate the blocks
and queries subdirectories under each, or do I just use one? Looking at
Steve's sample app_locals.cfm, it appears that it should be in the
application subdirectory, with an include of the app_globals, one level
up. But I'm not sure whether all queries are supposed to be in one
place, as well as all dsp_ and form files, or located under their
respective directories.

Could someone briefly sketch the rest of it out for me?

Thanks so much,
--John
------------------------------------------------------------------------------
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/fusebox or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.

Reply via email to