I have just downloaded the PHP version of Fusebox. Correct me if I am wrong, but is the Fusebox methodology to break down your website into actions AddToShoppingCart, DisplayShoppingCart etc.. and then use a single routing page to include in the relevant actions and then the display pages? This would, I guess this make the website more action based and decrease inter-dependencies.
Would this be a fair assesement of the basics of the methodology? Based, I know, on only a cursory glance of the source code and the Newbie Guide. Michael Bond ----- Original Message ----- From: "Duncan Hays" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, November 13, 2002 1:24 AM Subject: Re: [Active4d-dev] Anyone use Fusebox? > I can't really think of any Fusebox specific code that can be reused > between developers other than the core files. You can certainly reuse > things within a site you build with it. I think of it more as a shell > where once you're set up, you can code all the functionality much > faster. > > Duncan > > On Monday, November 11, 2002, at 10:07 PM, Aparajita Fishman wrote: > > >> Code organization is one of the main things. The framework really > >> makes it easy to code in small, well defined chunks. So once you're > >> set up, and comfortable with it, you can be very productive. > > > > My question is, what kind of pre-built chunks have people written for > > Fusebox? > > > > Regards, > > > > Aparajita > > Victory-Heart Productions > > [EMAIL PROTECTED] > > www.aparajitaworld.com > > > > _______________________________________________ > > Active4d-dev mailing list > > [EMAIL PROTECTED] > > http://aparajitaworld.com/mailman/listinfo/active4d-dev > > > > _______________________________________________ > Active4d-dev mailing list > [EMAIL PROTECTED] > http://aparajitaworld.com/mailman/listinfo/active4d-dev >
