gpt4 book ai didi

php - FileMaker:与 Magento 集成

转载 作者:搜寻专家 更新时间:2023-10-30 22:18:27 24 4
gpt4 key购买 nike

我想编写一个使用 Filemaker 数据库的 Magento 网络应用程序。

我可以使用 filemaker php api 使用代码覆盖数据库核心文件吗?

还有哪些其他选择?

最佳答案

我想在 Filemaker 和 Magento 数据库之间做一个接口(interface),但由于 EAV,将 Magento 数据库与 filemaker 数据库绑定(bind)是一场噩梦。如果你想这样做,你真的需要在 Filemaker 中使用 PHP 并使用 Magento 的 SOAP API(如果它们是分开托管的)。如果您将 Magento 托管在同一个 Web 服务器上,或者通过安装指向可用外部数据库的新 Magento 实例,您也可以将 Magento 核心 API 集成到带有 Filemaker API 的 PHP 脚本中。您也可以在 Filemaker 服务器上执行 mysql 数据库的本地复制。

要在 PHP 文件中集成 Magento Core APi 很容易,您可以设置以下内容:

<?php
require_once 'yourmagentoinstallation/path/app/Mage.php';
Mage::app('default'); // default can be replaced by your default store code

// You can use Magento code (model, EAV, singleton, block, etc)
...
?>

有可能,有不同的方法,但我没有找到何时需要开箱即用的解决方案。

关于php - FileMaker:与 Magento 集成,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/7751451/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com