我想通过 MySQL 为每个商店检索以下数据,以便我可以在我的 PHP 代码中构建数据结构:
READ in from MySQL:
3. all active stores:
3.1 store package (enterprise)
3.2 magento default theme (default)
3.3 store default theme
3.4 store layout
3.5 store templates
我尝试在更改商店的管理数据之前进行比较,但是在比较更改前后的 2 个 MySQL 转储文件时达到了内存限制。