I've been working on the tests and documentation, I'm going to post them soon. Here is the issue tracker information for promoting to the core http://framework.zend.com/issues/browse/ZF-2335 Thanks, Jordan He that teaches himself hath a fool for his master. -- Benjamin Franklin Poor is the pupil who does not surpass his master. -- Leonardo da Vinci.
----- Original Message ---- From: Eric Coleman <[EMAIL PROTECTED]> To: Alexey Simonenko <[EMAIL PROTECTED]> Cc: [email protected] Sent: Sunday, December 23, 2007 10:09:27 AM Subject: Re: [fw-general] When Zend_Session_SaveHandler_DbTable will be ready for core? I've been meaning to post to the issue tracker, but there's a flaw I believe in the class. It should be slightly refactored to allow customization of the select object. Use case for this would be: I want to only check against users with "isActive = 1" in the database. I would subclass this, override a method (perferrably a new one like getPreparedSelect() or something) to allow for this. Currently, you'd have to over ride authenticate(), call it from it's parent class, check the response, then check the result objects "isActive" value. On Dec 23, 2007, at 9:44 AM, Alexey Simonenko wrote: > Recent changes in this component were long enough, now lacks only > the tests and documentation. Are there any plans for the moving > component in the core? > > > -- > Best wishes, Alexey Simonenko > Chief developer, «Serenity Ltd» > Office phone: (812) 448-55-12 > Mobile phone: (812) 923-95-74 > ICQ: 424662283 > http://serenity.su >
