Is it possible to generally override all the overridden classes in Magento?
For example, if I override the class Mage_Catalog_Model_Layer_Filter_Attribute, I should be able to override all the classes which have already been overridden by some other classes.
Mage_Catalog_Block_Template, and then have all classes which inherit from that class overridden as well? If so the answer is no unless you want to modify core classes and bindVarien_AutoloadtoMage_Core_Model_Config/confic XML. – benmarks Aug 12 '12 at 21:46