Zend_db is OO allright. Let me rephrase it: i don't like the model where you have to extend some base classes in order to get persistency.
i prefer to use the VO / DAO pattern where you persist the VO by means of some 'external' framework. my background is Java and i've use hibernate a lot to persist objects and it uses that model. kim Matthew Weier O'Phinney-3 wrote: > > -- KimG <[email protected]> wrote > (on Tuesday, 23 June 2009, 06:57 AM -0700): >> Yes, i'm aware of the zend_auth stuff, but i dislike the zend_db* - and >> hence the zend_auth - methods since they work in a non-object oriented >> way. > > Um... Zend_Auth and Zend_Db are *completely* OOP -- all of ZF is. Could > you please qualify your statement? I'm curious what in particular you > see as non-OO. > > -- > Matthew Weier O'Phinney > Project Lead | [email protected] > Zend Framework | http://framework.zend.com/ > > -- View this message in context: http://www.nabble.com/registry-question-tp24166278p24194203.html Sent from the Zend Framework mailing list archive at Nabble.com.
