Is it possible to get a collection containing the attributes of all entities (customers, products, etc)?
I’m trying to get a collection from the table eav/attribute (where product’s attributes are present along with customer’s, category’s, etc). I already tried to retrieve it like a normal model collection: $entitiesAttributes = Mage::getModel(‘eav/attribute’)->getCollection(); But I get the following error:… Read More »Is it possible to get a collection containing the attributes of all entities (customers, products, etc)?