Abstract resource model class
Located in /Core/Model/Mysql4/Abstract.php (line 36)
Mage_Core_Model_Resource_Abstract | --Mage_Core_Model_Mysql4_Abstract
Connections cache for this resource model
Fields List for update in forsedSave
Main table primary key field name
Primery key auto increment flag
Main table name
Resource model name that contains entities (names of tables)
Prefix for resources that will be used in this resource model
Cached resources singleton
Serializable fields declaration
Structure: array( <field_name> => array( <default_value_for_serialization>, <default_for_unserialization>, <whether_to_unset_empty_when serializing> // optional parameter ), )
Tables used in this resource model
Main table unique keys field names
could array( array('field' => 'db_field_name1', 'title' => 'Field 1 should be unique') array('field' => 'db_field_name2', 'title' => 'Field 2 should be unique') array( 'field' => array('db_field_name3', 'db_field_name3'), 'title' => 'Field 3 and Field 4 combination should be unique' ) )
or string 'my_field_name' - will be autoconverted to array( array( 'field' => 'my_field_name', 'title' => 'my_field_name' ) )
Use is object new method for save of object
Inherited from Mage_Core_Model_Resource_Abstract
Mage_Core_Model_Resource_Abstract::$_commitCallbacks
Add unique field restriction
Delete the object
Forsed save object data forsed update If duplicate unique key data
Retrieve table checksum
Get primary key field name
Get main table name
Temporary resolving collection compatibility
Get table name for the entity
Get configuration of all unique fields
Retrieve table name for the entity separated value
Check that model data fields that can be saved has really changed comparing with origData
Load an object
Reset unique fields restrictions
Save object object data
Unserialize serializeable object fields
Perform actions after object delete
Perform actions after object load
Perform actions after object save
Perform actions before object delete
Perform actions before object save
Check for unique values existence
Get connection by name or type
Retrieve select object for load object data
Retrieve connection for read data
Retrieve connection for write data
Standard resource model initialization
Initialize unique fields
Prepare data for save
Prepare data for passed table
Prepare value for save
Serialize serializeable fields of the object
Set main entity table name and primary key field name
If field name is ommited {table_name}_id will be used
Initialize connections and tables for this resource model
If one or both arguments are string, will be used as prefix If $tables is null and $connections is string, $tables will be the same
Inherited From Mage_Core_Model_Resource_Abstract
Mage_Core_Model_Resource_Abstract::__construct()
Mage_Core_Model_Resource_Abstract::addCommitCallback()
Mage_Core_Model_Resource_Abstract::beginTransaction()
Mage_Core_Model_Resource_Abstract::commit()
Mage_Core_Model_Resource_Abstract::formatDate()
Mage_Core_Model_Resource_Abstract::mktime()
Mage_Core_Model_Resource_Abstract::rollBack()
Mage_Core_Model_Resource_Abstract::_construct()
Mage_Core_Model_Resource_Abstract::_getReadAdapter()
Mage_Core_Model_Resource_Abstract::_getWriteAdapter()
Mage_Core_Model_Resource_Abstract::_serializeField()
Mage_Core_Model_Resource_Abstract::_unserializeField()
Documentation generated on Fri, 11 Feb 2011 16:55:28 +0200 by phpDocumentor 1.4.3