Mage_Eav_Model_Entity Class Reference

Inheritance diagram for Mage_Eav_Model_Entity:

Mage_Eav_Model_Entity_Abstract Mage_Core_Model_Resource_Abstract Mage_Eav_Model_Entity_Interface

List of all members.

Public Member Functions

 __construct ()

Public Attributes

const DEFAULT_ENTITY_MODEL = 'eav/entity'
const DEFAULT_ATTRIBUTE_MODEL = 'eav/entity_attribute'
const DEFAULT_BACKEND_MODEL = 'eav/entity_attribute_backend_default'
const DEFAULT_FRONTEND_MODEL = 'eav/entity_attribute_frontend_default'
const DEFAULT_SOURCE_MODEL = 'eav/entity_attribute_source_config'
const DEFAULT_ENTITY_TABLE = 'eav/entity'
const DEFAULT_ENTITY_ID_FIELD = 'entity_id'
const DEFAULT_VALUE_TABLE_PREFIX = 'eav/entity_attribute'


Detailed Description

Definition at line 34 of file Entity.php.


Constructor & Destructor Documentation

__construct (  ) 

Enter description here...

Reimplemented from Mage_Core_Model_Resource_Abstract.

Definition at line 51 of file Entity.php.

00052     {
00053         $this->setConnection(Mage::getSingleton('core/resource')->getConnection('core_read'));
00054     }


Member Data Documentation

const DEFAULT_ATTRIBUTE_MODEL = 'eav/entity_attribute'

Definition at line 38 of file Entity.php.

const DEFAULT_BACKEND_MODEL = 'eav/entity_attribute_backend_default'

Definition at line 39 of file Entity.php.

const DEFAULT_ENTITY_ID_FIELD = 'entity_id'

Definition at line 44 of file Entity.php.

const DEFAULT_ENTITY_MODEL = 'eav/entity'

Definition at line 37 of file Entity.php.

const DEFAULT_ENTITY_TABLE = 'eav/entity'

Definition at line 43 of file Entity.php.

const DEFAULT_FRONTEND_MODEL = 'eav/entity_attribute_frontend_default'

Definition at line 40 of file Entity.php.

const DEFAULT_SOURCE_MODEL = 'eav/entity_attribute_source_config'

Definition at line 41 of file Entity.php.

const DEFAULT_VALUE_TABLE_PREFIX = 'eav/entity_attribute'

Definition at line 45 of file Entity.php.


The documentation for this class was generated from the following file:

Generated on Sat Jul 4 17:24:09 2009 for Magento by  doxygen 1.5.8