Re: [PHP-DEV] [DRAFT] RFC - array_column() function

2012-06-22 Thread Tom Sartain
makes a lot of sense for PDO working with database columns, but there is no concept of a 'column' in the array structure or PHP as a whole, outside of database related functions. - Tom Sartain

Re: [PHP-DEV] Traits and static methods

2010-11-16 Thread Tom Sartain
On Tue, Nov 16, 2010 at 3:55 PM, Ferenc Kovacs wrote: > > for reusable singleton pattern with php 5.3 > http://www.slideshare.net/fabpot/design-patternrevisitedphp53 > slide 11 and 12 > > Tyrael > The problem with the solution presented in the slides is that it limits every singleton class to onl