Cool. Thanks for the info franz.
On Sat, Oct 26, 2013 at 7:54 AM, franz de leon <[email protected]> wrote: > 1. __toString() = getSqlStringForSqlObject > 2. no more foreign key references to table gateways > 3. use of selectWith() and toArray() > 4. no count implementation for oci8 driver > > its nice to learn Zend\Db but there is also a zf2 module called > DoctrineORMModule for doctrine which are a lot of people are using. > > > On Fri, Oct 25, 2013 at 2:31 PM, Julian Vidal <[email protected]>wrote: > >> Next week I'll be attempting a migration from an old ZF1 app that relies >> heavily on Zend_Db's table gateway pattern into a ZF2 app. I've already >> migrated one app to ZF2 before (so I know how to do it) but in that case >> the app wasn't using Zend_Db. >> >> Has any one found any "gotchas" or things to look out for while >> migrating Zend_Db_Table extended classes to the new Zend\Db\TableGateway? >> >> Thanks, >> Julian. >> > >
