Magento Joining a flat table on EAV How to use the Mage_Eav_Model_Entity_Collection_Abstract::joinTable() method to join a flat table on a magento EAV collection Joining a "normal" (aka flat table) to a magento
EAV Remove Values From Attribute Today I had to change the values of a magento product attribute. Attribute before I had an attribute color with the values: aqua black blue fuchsia ... (all other CSS2.1 color names) And
Magento EAV attributes, default values and source models EAV Attribute I tried to add an EAV attribut, set a default value and that without using a source model, set this options: $this->addAttribute('customer', 'customer_type', array( 'type' => 'int'