ZF-4761: Most methods shouldn't have to be final
Description
There are quite a few final methods in Zend_Db_Table_Abstract. This is really not always necessary. I'd like to see the final keyword removed to make the class more extendable.
There are quite a few final methods in Zend_Db_Table_Abstract. This is really not always necessary. I'd like to see the final keyword removed to make the class more extendable.
Comments
Posted by Jurrien Stutterheim (norm2782) on 2008-10-31T07:02:00.000+0000
Resolved in revision 12213
Posted by Wil Sinclair (wil) on 2008-11-13T14:10:27.000+0000
Changing issues in preparation for the 1.7.0 release.