Re: [fw-general] Re: re[fw-general] gistry question

2009-06-24 Thread Matthew Weier O'Phinney
-- KimG 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 qual

Re: [fw-general] Re: re[fw-general] gistry question

2009-06-24 Thread Mon Zafra
I'm not sure why you think Zend_Db_* isn't OO, but you don't have to use the ZDT auth adapter if you dislike it. See an example of authentication against the database using Doctrine in [ http://monzee.wordpress.com/2009/06/20/developing-a-doctrine-backed-acl-helper-tdd-style-part-2/] (the last code

[fw-general] Re: re[fw-general] gistry question

2009-06-23 Thread KimG
Hi Jurian, thanks for your swift answer. i'll try to do as you describe. 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. all my db access is done using outlet-orm. It a much nicer DB interface in