Re: [fw-general] Array support in TableGateway

2012-07-25 Thread Ralph Schindler
I don't see why this would be a problem, could you fork the repository and issue a pull request for the feature? -ralph On 7/17/12 2:52 AM, henit wrote: Hi. In ZF2 beta5, Zend\Db\Sql\Select has been extended to support an array as argument for from. This is very good, for instance for table

[fw-general] Array support in TableGateway

2012-07-20 Thread henit
Hi. In ZF2 beta5, Zend\Db\Sql\Select has been extended to support an array as argument for from. This is very good, for instance for table alias like: $select-from('t' = 'table'); However, the table argument for the contructor in Zend\Db\TableGateway\TableGateway still only support string and