Re: [PHP] A question of style....

2004-10-06 Thread Chris Boget
> > Anything that doesn't use the word 'flava' :) > What if I name all my variables after Rocky characters? ;) Hey! You stole my method! Actually, mine are Rocky and Bullwinkle, but still! :p thnx, Chris -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.n

Re: [PHP] A question of style....

2004-10-05 Thread John Nichel
Jay Blanchard wrote: Anything that doesn't use the word 'flava' :) What if I name all my variables after Rocky characters? ;) Now for the real can of worms... On odd lines, I use spaces, and on even lines, I use tabs. The above is an attempt at humor. The below is an attempt at addressing the ques

RE: [PHP] A question of style....

2004-10-05 Thread Ed Lazor
Chapter 1 of Advanced PHP Programming, by George Schlossnagle, ISBN 0-672-32561-6. http://www.blueshoes.org/en/developer/coding_guidelines/ > -Original Message- > So I'm sitting here writing code and I'm thinking about my own style of > writing > and formatting my php code(I use a mix of

RE: [PHP] A question of style....

2004-10-05 Thread Jay Blanchard
[snip] So I'm sitting here writing code and I'm thinking about my own style of writing and formatting my php code(I use a mix of the pear standard and my own flava). What else do you guy's use? What style should I base my code formatting on in order to be accepted widely by the php community at la

[PHP] A question of style....

2004-10-05 Thread bclem
So I'm sitting here writing code and I'm thinking about my own style of writing and formatting my php code(I use a mix of the pear standard and my own flava). What else do you guy's use? What style should I base my code formatting on in order to be accepted widely by the php community at large?

Re: [PHP] A question of style ...

2002-07-12 Thread Analysis & Solutions
Hi Jay: On Fri, Jul 12, 2002 at 08:40:31AM -0500, Jay Blanchard wrote: > > The agent selects a referral which is processed by an intermediary > script which sets a flag in the database saying that "this agent" is, has,or > will be contacting this referral (to prevent duplicate contact). Then thi

Re: [PHP] A question of style ...

2002-07-12 Thread Martin Clifford
I see no problems whatsoever in utilizing an intermediary script to do processing of information. However, there IS a problem when this script sets flags that are unwanted by the client. An example of a good intermediary script application would be as below. Person A and Person B both remote

[PHP] A question of style ...

2002-07-12 Thread Jay Blanchard
Howdy group, Over the past couple of days I have come under some fire for my "style" of coding, most particularly the use of PHP scripts to process information between "pages" or interfaces shown to various users. An example; An agent goes to an interface that reveals a list of customers f