
Protected Member Functions | |
| _prepareLinkFetchSelect ($store, $table, $idField, $whereField, $id, $additionalWheres=array()) | |
Definition at line 27 of file Configurable.php.
| _prepareLinkFetchSelect | ( | $ | store, | |
| $ | table, | |||
| $ | idField, | |||
| $ | whereField, | |||
| $ | id, | |||
| $ | additionalWheres = array() | |||
| ) | [protected] |
Prepare select statement before 'fetchLinkInformation' function result fetch
| int | $store | |
| string | $table | |
| string | $idField | |
| string | $whereField | |
| int | $id | |
| array | $additionalWheres |
Reimplemented from Mage_CatalogIndex_Model_Mysql4_Data_Abstract.
Definition at line 39 of file Configurable.php.
00040 { 00041 $this->_addAttributeFilter($this->_getLinkSelect(), 'required_options', 'l', $idField, $store, 0); 00042 }
1.5.8