RE: [PHP]need an opinion on this idea of mine...!!

2001-07-09 Thread Chris Cocuzzo
lto:[EMAIL PROTECTED]] Sent: Monday, July 09, 2001 5:54 PM To: [EMAIL PROTECTED] Cc: PHP General List (E-mail) Subject: Re: [PHP]need an opinion on this idea of mine...!! Chris Cocuzzo wrote: >hey- > >I'm writing my band's website mostly in PHP. My original idea was to use a >

Re: Re: [PHP]need an opinion on this idea of mine...!!

2001-07-09 Thread olsonric
>In a nutshell, you've just described the 'fusebox' method. Originated >under Cold Fusion, there are >movements to port this style to PHP and ASP, and probably other platforms. > >It's not bad, but personally, I think it's a bit weak in some cases - >we've taken it a step further in house, >b

Re: [PHP]need an opinion on this idea of mine...!!

2001-07-09 Thread Michael Kimsal
Chris Cocuzzo wrote: >hey- > >I'm writing my band's website mostly in PHP. My original idea was to use a >switch statement to compensate for all the different functions i would need >to use, for example a function to stream songs, download songs, display >links, display shows, etc... > >I wanted

Re: [PHP]need an opinion on this idea of mine...!!

2001-07-09 Thread Steve Werby
"Chris Cocuzzo" <[EMAIL PROTECTED]> wrote: > I wanted to have all these functions on one master page called index.php, > and then have one of the functions within my switch statement be used for > display each individual page. So this function would include each separate > php file, and then basic