Sitewards Setup Magento1 Bridge
This Magento1 module is a bridge for the sitewards setup system to allow the import and export of content and configuration in Magento1., (*1)
Architecture
This module contains a bin script and an implementation of the main module's page repository interface., (*2)
bin/setup, (*3)
- Inject the Magento1 bridge into the main application,
- Run the main application,
Application/Bridge.php, (*4)
- Initialise the Magento1 Application,
- Build the Magento1 specific page repository,
Repository/PageRepository.php, (*5)
- Requires the
Mage_Cms_Model_Resource_Page_Collection
class,
- Implement the
find
and save
methods from the main application,
Commands
Current commands are as follows:, (*6)
Export
Export page(s) from Magento1 to JSON format., (*7)
bin/setup page:export [<pageID>] [<pageID>] ...
, (*8)
Import
Import page(s) from JSON to Magento1., (*9)
bin/setup page:import
, (*10)
Authors