Garethp Posted January 26, 2014 Share Posted January 26, 2014 Hi there I'm moving on from ZF1 to ZF2 in my latest project, and I'm not sure if I'm doing this right. I've gone through the Skeleton Application and read through the \Zend\Db reference, but I'm not sure if I'm missing something, because the way the ZF2 docs handles Row objects seems a bit backwards. I mean, in ZF1, you just extended an abstract class and you had your functionality right there. The data was stored in _data, and the toArray() function and setValues() and setFromArray() worked without me having to tell the model what columns it was setting. But I can't seem to find an abstract class for Row models in ZF2. Having to manually define the columns seems a bit counter-intuitive, so I'm wondering, am I doing this right is is there infact a Zend\Db\AbstractRow model that I'm missing? Thanks, Gareth Quote Link to comment https://forums.phpfreaks.com/topic/285687-zf2-zenddbrow-doing-it-wrong/ Share on other sites More sharing options...
ignace Posted January 26, 2014 Share Posted January 26, 2014 Here it is. AbstractRowGateway Quote Link to comment https://forums.phpfreaks.com/topic/285687-zf2-zenddbrow-doing-it-wrong/#findComment-1466607 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.