Go to the source code of this file.
Packages | |
| package | Mage_Core |
Variables | |
| $installer = $this | |
| $websiteRows | |
| $rows | |
| $rootCategoryIds = array() | |
| $installer = $this |
Definition at line 27 of file mysql4-upgrade-0.7.4-0.7.5.php.
| $rootCategoryIds = array() |
Definition at line 87 of file mysql4-upgrade-0.7.4-0.7.5.php.
| $rows |
Initial value:
$installer->getConnection() ->fetchAll($installer->getConnection() ->select() ->from($this->getTable('core_config_data')) ->where($installer->getConnection()->quoteInto('path LIKE ?', 'catalog/category/root_id')))
Definition at line 82 of file mysql4-upgrade-0.7.4-0.7.5.php.
| $websiteRows |
Initial value:
$installer->getConnection() ->fetchAll($installer->getConnection() ->select() ->from($this->getTable('core_website')) ->where($installer->getConnection()->quoteInto('website_id>?', 0)))
Definition at line 76 of file mysql4-upgrade-0.7.4-0.7.5.php.
1.5.8