[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 "act

Re: [PHP] Code formatter

2011-01-31 Thread Ken Guest
On Mon, Jan 31, 2011 at 8:27 PM, 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? If so, what are > you experiences with it. No prob running it on the command line. It'd be > great if it

[PHP] Vermis 1.0 r130 The Issue Tracking System based on ZF and Doctrine

2011-01-31 Thread Lukasz Cepowski
Hello, I would like to annouce that the latest stable version of Vermis has just been released. It is based on Zend Framework and some of You might find it useful :) Vermis-1.0-r130-20110130 demo: http://vermis.ognisco.com/demo home page: http://vermis.ognisco.com What is Vermis? Vermis is a

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

[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

[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 Mai

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 wrote: > On Mon, Jan 31, 2011 at 3:51 AM, Richard Quadling >wrote: > > > I've just done a q

Re: [PHP] "public static" or "static public"?

2011-01-31 Thread David Harkness
On Mon, Jan 31, 2011 at 3:51 AM, Richard Quadling wrote: > 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 Bob McConnell
From: Richard Quadling > On 28 January 2011 17:15, Colin Guthrie 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

Re: [PHP] odd list bounces

2011-01-31 Thread Daniel Brown
On Mon, Jan 31, 2011 at 09:10, Nicholas Kell 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 is full, so you w

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 s

Re: [PHP] odd list bounces

2011-01-31 Thread Richard Quadling
On 31 January 2011 10:52, Shreyas Agasthya wrote: > Ashley, > > I just got one with the subject line as : ' ezmlm warning' > * > * > > On Mon, Jan 31, 2011 at 4:17 PM, Ashley Sheridan > wrote: > >> Hiya, >> >> Is anyone else getting odd bounce messages? I just received one from the >> list about a

Re: [PHP] "public static" or "static public"?

2011-01-31 Thread Richard Quadling
On 28 January 2011 17:15, Colin Guthrie 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 than o

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

[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 messag