Extending Zend_Auth_Adapter_DbTable for Extra Checks
        Posted  
        
            by Urda
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Urda
        
        
        
        Published on 2010-04-07T22:55:35Z
        Indexed on 
            2010/04/07
            23:03 UTC
        
        
        Read the original article
        Hit count: 288
        
zend-framework
|php
My google fu is weak today, but I cannot find a good article to do so. I would like to extend the Zend Adapter to check n extra columns on my database table. What is the best way to fully extend the adapter, so I can use it in the future without needing to dig through documentation again.
© Stack Overflow or respective owner