On Sunday, Mar 30, 2003, at 14:19 US/Pacific, Matthew Walker wrote: > I've been wondering recently why Fusebox uses a cfswitch at all rather > than > simply using a file structure. To me surely > fuseaction=accounts.editdetails > could map to something like /accounts/editdetails/index.cfm without > the need > for any cfswitch. So the fuseactions and the fusebox (the cfswitch) > would > effectively be one and the same.
But then you are tied to a particular directory structure... Take a look at my personal site which uses Fusebox 3 for PHP... I have circuits for 'home', 'sean', 'personal', 'links', 'bookstore', 'weddings' and 'technical' (to be expected - those are the top-level navigation areas) and I also have circuits for 'coldfusion', 'cplusplus', 'broadvision' and 'java'. The actual directory structure underlying the site doesn't match that and I wouldn't want it to. I actually have far fewer top-level directories and a more deeply nested structure (partly because I take advantage of nested layouts in some places). Sean A Corfield -- http://www.corfield.org/blog/ "If you're not annoying somebody, you're not really alive." -- Margaret Atwood ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| 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 Signup for the Fusion Authority news alert and keep up with the latest news in ColdFusion and related topics. http://www.fusionauthority.com/signup.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

