app/code/core/Mage/Core/sql/core_setup/mysql4-upgrade-0.7.4-0.7.5.php File Reference

Go to the source code of this file.

Packages

package  Mage_Core

Variables

 $installer = $this
 $websiteRows
 $rows
 $rootCategoryIds = array()


Variable Documentation

$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.


Generated on Sat Jul 4 17:22:26 2009 for Magento by  doxygen 1.5.8