Re: [PHP] Profiling (Was: Re: [PHP] PHP Website Architecture)

2004-05-07 Thread Richard Davey
Hello Travis, Friday, May 7, 2004, 7:06:03 PM, you wrote: TL> Hi Richard, TL> Just curious...how do you do your profiling? Zend IDE. View the page in IE, click the Profile button, analyse the pretty pie-charts and graphs and stack trace until I see where the bottle necks are :) -- Best regard

[PHP] Profiling (Was: Re: [PHP] PHP Website Architecture)

2004-05-07 Thread Travis Low
Hi Richard, Just curious...how do you do your profiling? cheers, Travis Richard Davey wrote: Hello Ryan, Friday, May 7, 2004, 4:51:45 PM, you wrote: RA> Nearly all programs can be written in *one* very large .php file but just RA> thinking of going back in to make changes 3 months down the ro

Re: Re[2]: [PHP] PHP Website Architecture

2004-05-07 Thread Robert Cummings
On Fri, 2004-05-07 at 12:00, Richard Davey wrote: > Hello Ryan, > > Friday, May 7, 2004, 4:51:45 PM, you wrote: > > RA> Nearly all programs can be written in *one* very large .php file but just > RA> thinking of going back in to make changes 3 months down the road would be a > RA> nightmare. > >

Re: [PHP] PHP Website Architecture

2004-05-07 Thread David T-G
Ryan, et al -- ...and then Ryan A said... % % % On 5/7/2004 5:47:47 PM, Jay Blanchard ([EMAIL PROTECTED]) % wrote: [snip] Did you realize that you quoted Jay's quote of Paul's original note but then snipped off Jay's comment? :-) ... % If you are thinking only of performance this wont matter

Re[2]: [PHP] PHP Website Architecture

2004-05-07 Thread Richard Davey
Hello Ryan, Friday, May 7, 2004, 4:51:45 PM, you wrote: RA> Nearly all programs can be written in *one* very large .php file but just RA> thinking of going back in to make changes 3 months down the road would be a RA> nightmare. I was just looking at this the other day - I had a local site runni

RE: [PHP] PHP Website Architecture

2004-05-07 Thread Paul Higgins
Ok, thanks. I didn't think it would make a difference. And I agree, splitting things up makes things a lot easier. Thanks! From: "Ryan A" <[EMAIL PROTECTED]> Reply-To: "Ryan A" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Subject: RE: [PHP] PHP Websi

RE: [PHP] PHP Website Architecture

2004-05-07 Thread Ryan A
On 5/7/2004 5:47:47 PM, Jay Blanchard ([EMAIL PROTECTED]) wrote: > [snip] > I have a question regarding website design with PHP. Is it better to > have a > single PHP script produce different content or have a separate PHP > script > for every action. > > For example, if an error occurs, should I

RE: [PHP] PHP Website Architecture

2004-05-07 Thread Jay Blanchard
[snip] I have a question regarding website design with PHP. Is it better to have a single PHP script produce different content or have a separate PHP script for every action. For example, if an error occurs, should I have the same PHP script produce an error page or have a separate PHP script

[PHP] PHP Website Architecture

2004-05-07 Thread Paul Higgins
Hi all, I have a question regarding website design with PHP. Is it better to have a single PHP script produce different content or have a separate PHP script for every action. For example, if an error occurs, should I have the same PHP script produce an error page or have a separate PHP scrip