Go to the source code of this file.
Packages | |
package | Mage_Catalog |
Variables | |
$installer = $this | |
$attributes | |
$sql = $installer->getConnection()->quoteInto("SELECT * FROM `{$installer->getTable('eav_attribute')}` WHERE attribute_id IN (?)", $attributes) | |
$data = $installer->getConnection()->fetchAll($sql) |
$attributes |
Initial value:
array( $installer->getAttributeId('catalog_product', 'price'), $installer->getAttributeId('catalog_product', 'special_price'), $installer->getAttributeId('catalog_product', 'special_from_date'), $installer->getAttributeId('catalog_product', 'special_to_date'), $installer->getAttributeId('catalog_product', 'cost'), $installer->getAttributeId('catalog_product', 'tier_price'), )
Definition at line 30 of file mysql4-upgrade-0.7.20-0.7.21.php.
$data = $installer->getConnection()->fetchAll($sql) |
Definition at line 40 of file mysql4-upgrade-0.7.20-0.7.21.php.
$installer = $this |
Definition at line 27 of file mysql4-upgrade-0.7.20-0.7.21.php.
$sql = $installer->getConnection()->quoteInto("SELECT * FROM `{$installer->getTable('eav_attribute')}` WHERE attribute_id IN (?)", $attributes) |
Definition at line 39 of file mysql4-upgrade-0.7.20-0.7.21.php.