[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

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

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 have

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 Website Architecture Date: Fri, 7 May 2004 17:51:45 +0200

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 running

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: 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. I was just

[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

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

[PHP] PHP Website

2002-11-15 Thread Van Andel, Robert
Anyone else having trouble accessing PHP.net? Robbert van Andel The information transmitted is intended only for the person or entity to which it is addressed and may contain confidential and/or privileged material. Any review, retransmission, dissemination or other use of, or taking of any

Re: [PHP] PHP Website

2002-11-15 Thread Jason Reid
Nope, though if you are you could always just try using one of the mirrors. Jason Reid [EMAIL PROTECTED] -- AC Host Canada www.achost.ca - Original Message - From: Van Andel, Robert [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, November 15, 2002 4:56 PM Subject: [PHP] PHP Website

[PHP] php website

2001-09-21 Thread Lukas
Hello, hey is it just me or is the manual on the PHP website all mixed up at the moment ? When you click on the Documentation / English links it just takes you to a search page ! Similiarly for functions and so on. Lukas Sofnology Ltd -- PHP General Mailing List (http://www.php.net/) To

Re: [PHP] php website

2001-09-21 Thread Philip Olson
It's being worked on, go here : http://www.php.net/mirrors.php Replacing www with your county code (uk,us,au...) usually works too. For example, the uk mirror is uk.php.net regards, Philip Olson On Sat, 22 Sep 2001, Lukas wrote: Hello, hey is it just me or is the manual on the PHP