As a generalness, from what I've seen, people who just switched from ASP use
somethingUppercase at first.  Then forget to capitalize it a few times, and
switch to completely lowercase in disgust (case-sensitivity can be quite a
shock when you're not used to it).  And the people who've done PHP since
they started out use whatever they damn well feel like using.  I use
Something_Something if left ot my own devices, I have no idea why, it just
happens.


----- Original Message -----
From: "Kristi Russell" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Cc: <[EMAIL PROTECTED]>
Sent: Thursday, January 18, 2001 10:40 AM
Subject: Re: [PHP] Array help needed


> I wouldn't call it a php standard.
>
> I personally feel that readability is far more important than following
> anything that 'appears' to be standard.  I use a format such as this for
> everything I name:  If one word, lowercase, if more than one word:
> $userSelectedDate or displayCalendar().  So basically everything starts
with
> a lowercase word and all words after that are capitalized at the
beginning.
>
> Just my two cents.
> Kristi
>
>
> ----- Original Message -----
> > I know my use of caps or not in this example sucks.  I usually always
> > use Caps On Each Word for my var names, but I am trying to switch to
> > what appears to be the php standard, lower case everywhere.  Sorry
> > about that...
> >
> >
> >
> >
> > Rick Widmer
> > Internet Marketing Specialists
> > http://www.developersdesk.com
> >
> > --
> > PHP General Mailing List (http://www.php.net/)
> > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > For additional commands, e-mail: [EMAIL PROTECTED]
> > To contact the list administrators, e-mail: [EMAIL PROTECTED]
> >
>
>
> --
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> To contact the list administrators, e-mail: [EMAIL PROTECTED]
>


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to