coding style? here's what pear has to say : http://www.php.net/manual/en/pear.standards.php http://www.php.net/manual/en/pear.standards.control.php [ example ] switch (condition) { case 1: action1; break; case 2: action2; break; default: defaultaction; break; } [ /example ] variables can be very useful. return is cool too. :) regards, philip -- 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] Which is better coding style... Boget, Chris
- Re: [PHP] Which is better coding style... Christian Reiniger
- RE: [PHP] Which is better coding style... ..s.c.o.t.t.. [gts]
- RE: [PHP] Which is better coding style... Sander Pilon
- RE: [PHP] Which is better coding style... ..s.c.o.t.t.. [gts]
- Re: [PHP] Which is better coding s... Norbert Pfeiffer
- Re: [PHP] Which is better cod... David Bouw
- Re: [PHP] Which is better coding s... Philip Olson
- Re: [PHP] Which is better cod... Chris Lee
- Re: [PHP] Which is better coding s... Chris Adams
- Re: [PHP] Which is better coding s... Plutarck
- RE: [PHP] Which is better coding s... Joe Sheble \(Wizaerd\)
- Re: [PHP] Which is better coding style... Chris Lee
- Re: [PHP] Which is better coding style... Christian Reiniger
- Re: [PHP] Which is better coding style... Steve Lawson
- Re: [PHP] Which is better coding style... Miles Thompson
- Re: [PHP] Which is better coding style... Martín Marqués