php-general Digest 31 Jan 2011 10:49:44 -0000 Issue 7160

2011-01-31 Thread php-general-digest-help
php-general Digest 31 Jan 2011 10:49:44 - Issue 7160 Topics (messages 311086 through 311093): Re: PEAR PHP 311086 by: Ashley Sheridan 311087 by: Ashley Sheridan 311088 by: Ethan Rosenberg 311092 by: Jim Lucas Re: 95th percentile of an array. 311089

[PHP] odd list bounces

2011-01-31 Thread Ashley Sheridan
Hiya, Is anyone else getting odd bounce messages? I just received one from the list about a message that was returned as a bounce from my email address. The fact that I was able to read an email about an email that bounced from me suggests that things are OK my end with regards to receiving

Re: [PHP] odd list bounces

2011-01-31 Thread Shreyas Agasthya
Ashley, I just got one with the subject line as : ' ezmlm warning' * * On Mon, Jan 31, 2011 at 4:17 PM, Ashley Sheridan a...@ashleysheridan.co.ukwrote: Hiya, Is anyone else getting odd bounce messages? I just received one from the list about a message that was returned as a bounce from my

Re: [PHP] public static or static public?

2011-01-31 Thread Richard Quadling
On 28 January 2011 17:15, Colin Guthrie gm...@colin.guthr.ie wrote: OK, so it's a Friday hence a random debate What is preferred for class methods? class foo {  static public function bar(){}  public static function wibble(){} } ?? All methods are valid, but are some more valid

Re: [PHP] odd list bounces

2011-01-31 Thread Richard Quadling
On 31 January 2011 10:52, Shreyas Agasthya shreya...@gmail.com wrote: Ashley, I just got one with the subject line as : ' ezmlm warning' * * On Mon, Jan 31, 2011 at 4:17 PM, Ashley Sheridan a...@ashleysheridan.co.ukwrote: Hiya, Is anyone else getting odd bounce messages? I just

Re: [PHP] odd list bounces

2011-01-31 Thread Nicholas Kell
On Jan 31, 2011, at 4:47 AM, Ashley Sheridan wrote: Hiya, Is anyone else getting odd bounce messages? I just received one from the list about a message that was returned as a bounce from my email address. The fact that I was able to read an email about an email that bounced from me

Re: [PHP] odd list bounces

2011-01-31 Thread Daniel Brown
On Mon, Jan 31, 2011 at 09:10, Nicholas Kell n...@monkeyknight.com wrote: I received one too. Message 310871 was the bouncer for me. Yeah, it's because most mail servers didn't like the number of suspicious terms coupled with the bounce. It was directed at Merlin (as in, hey, your mailbox

RE: [PHP] public static or static public?

2011-01-31 Thread Bob McConnell
From: Richard Quadling On 28 January 2011 17:15, Colin Guthrie gm...@colin.guthr.ie wrote: OK, so it's a Friday hence a random debate What is preferred for class methods? class foo {  static public function bar(){}  public static function wibble(){} } ?? All methods are valid,

Re: [PHP] public static or static public?

2011-01-31 Thread David Harkness
On Mon, Jan 31, 2011 at 3:51 AM, Richard Quadling rquadl...@gmail.comwrote: I've just done a quick scan of all my methods ... I just did the same scan on my code, and the clear majority was private abstract final function YMMV David

Re: [PHP] public static or static public?

2011-01-31 Thread Mujtaba Arshad
I suppose it comes down to preference of the programmer, since there is no standardized rule for it, people adapt it as they find it convenient at the time. On Mon, Jan 31, 2011 at 1:52 PM, David Harkness davi...@highgearmedia.comwrote: On Mon, Jan 31, 2011 at 3:51 AM, Richard Quadling

[PHP] Code formatter

2011-01-31 Thread Hansen, Mike
I've got an application that I'm fixing up and I'd like to run it through a code formatter. Is there something like Perl Tidy for PHP? If so, what are you experiences with it. No prob running it on the command line. It'd be great if it followed the PEAR coding standards. Thx -- PHP General

[PHP] Re: Code formatter

2011-01-31 Thread Jonesy
On Mon, 31 Jan 2011 13:27:42 -0700, Hansen, Mike wrote: I've got an application that I'm fixing up and I'd like to run it through a code formatter. Is there something like Perl Tidy for PHP? Something _like_ ??!!!http://www.google.com/search?q=tidy+php -- PHP General Mailing List

RE: [PHP] Re: Code formatter

2011-01-31 Thread Hansen, Mike
-Original Message- From: Jonesy [mailto:gm...@jonz.net] Sent: Monday, January 31, 2011 2:25 PM To: php-general@lists.php.net Subject: [PHP] Re: Code formatter On Mon, 31 Jan 2011 13:27:42 -0700, Hansen, Mike wrote: I've got an application that I'm fixing up and I'd like to

Re: [PHP] Code formatter

2011-01-31 Thread Ken Guest
On Mon, Jan 31, 2011 at 8:27 PM, Hansen, Mike mike.han...@atmel.com wrote: I've got an application that I'm fixing up and I'd like to run it through a code formatter. Is there something like Perl Tidy for PHP? If so, what are you experiences with it. No prob running it on the command line.

[PHP] Detecting Multi-Scope Variables

2011-01-31 Thread Brad Lorge
Hello All, I am new to the list so please be gentle :) I am working on a PHP framework and have run up against a functionality hurdle which I keep falling at. Basically, I have three mechanisms which all function in a similar way and require this functionality: templating, event handling and