RE: [PHP] naming convention in php?

2001-09-22 Thread saif

thanks Chris,
i would have checked the link but it seems that online php documentation has
gone haywire.


best regards from saif
---
[php 406, apache 1312, winme]
[mysql 32321, personal oracle 8]



*
On Tue, 18 Sep 2001 09:56:56 -0700, Chris Bailey wrote:


|  The Pear project has established some for it's work, which is being
|  integrated with the standard PHP.  You might start with those.
|  http://pear.php.net I think.  You can really just make your own.  I tend to
|  use almost the exact same things I use in my Java code.
|
|  -Original Message-
|  From: saif [mailto:[EMAIL PROTECTED]]
|  Sent: Saturday, September 15, 2001 6:28 AM
|  To: [EMAIL PROTECTED]
|  Subject: [PHP] naming convention in php?
|
|
|  hi,
|  i want to know is there any naming convention followed in php as
|  in c/c++/java/etc.
|  i am puzzled how naming of variables are done in large scale
|  projects, where codes are written by one and debug by others.
|
|
|  best regards from saif
|  ---
|  [php 406, apache 1312, winme]
|  [mysql 32321, personal oracle 8]
|
|
|
|
|
|
|  _
|  Do You Yahoo!?
|  Get your free @yahoo.com address at http://mail.yahoo.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]





_
Do You Yahoo!?
Get your free @yahoo.com address at http://mail.yahoo.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]




Re: [PHP] naming convention in php?

2001-09-22 Thread Alexander Skwar

So sprach »saif« am 2001-09-15 um 18:58:29 +0530 :
 i want to know is there any naming convention followed in php as
 in c/c++/java/etc.

I'm trying to follow PEAR coding style

- http://php.net/manual/en/pear.standards.php

Alexander Skwar
-- 
How to quote:   http://learn.to/quote (german) http://quote.6x.to (english)
Homepage:   http://www.digitalprojects.com   |   http://www.iso-top.de
   iso-top.de - Die günstige Art an Linux Distributionen zu kommen
Uptime: 3 days 11 hours 27 minutes

--
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]




Re: [PHP] naming convention in php?

2001-09-22 Thread Alexander Skwar

So sprach »saif« am 2001-09-23 um 00:33:27 +0530 :
 thanks Chris,
 i would have checked the link but it seems that online php documentation has
 gone haywire.

Well, it's working right now.

Alexander Skwar
-- 
How to quote:   http://learn.to/quote (german) http://quote.6x.to (english)
Homepage:   http://www.digitalprojects.com   |   http://www.iso-top.de
   iso-top.de - Die günstige Art an Linux Distributionen zu kommen
Uptime: 3 days 11 hours 28 minutes

--
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]