*/ class Mage_Customer_Model_Resource_Form_Attribute extends Mage_Eav_Model_Resource_Form_Attribute { /** * Initialize connection and define main table * */ protected function _construct() { $this->_init('customer/form_attribute', 'attribute_id'); } }