Re: [fw-general] Struggling with Zend\Db

2013-03-12 Thread Ralph Schindler
On the surface, it appears that Zend\Db\TableGateway corresponds to Zend_Db_Table, Zend\Db\ResultSet to Zend_Db_TableRowset, and Zend\Db\RowGateway to Zend_Db_Table_Row. If so, should I use the ZF2 classes the same way I did their counterparts in ZF1, or has the whole paradigm shifted? This is

[fw-general] Struggling with Zend\Db

2013-03-12 Thread Brad Waite
Hello, Great Zend Masters! I need to separate some bits of a ZF1 project into a new project and figured the shiny new ZF2 was the way to go. Zend_Db in ZF1 was very straightforward to me. However, I'm having a hard time figuring out how to apply what's being done in ZF1 in the new ZF2 Zend\Db.