Spidey Posted September 20, 2016 Posted September 20, 2016 Can all PHP functions and libraries works in Webdirect in filemaker server 11? KC
webko Posted September 20, 2016 Posted September 20, 2016 WebDirect is not standard PHP per se. The WebPublishing engine in FileMaker turns layouts into HTML5, CSS etc to render the page in a browser And FMS 11 doesn't support WebDirect at all - the technology didn't exist when Server 11 was released.
Spidey Posted September 21, 2016 Author Posted September 21, 2016 Thank you for your reply. I am looking to integrate filemaker and prestashop so I can add, delete, or change items in filemaker to control prestashop. The following link say it can be done. https://www.prestashop.com/forums/topic/32573-managing-prestashop-via-filemaker-pro/ Does anyone know the details of how they integrate together? Thanks. KC
webko Posted September 22, 2016 Posted September 22, 2016 That link suggests there are two ways that it has been achieved (neither of which are WebDirect) 1. Use ODBC drivers to connect to the PrestaShop database and exchange information in real time 2. Use the PrestaShop Web API to receive information from the FileMaker Server to edit the PrestaShop information. I know nothing about PrestaShop, but both of those approaches will need someone quite familiar with the technologies involved to make it happen.
Wim Decorte Posted September 22, 2016 Posted September 22, 2016 I've integrated FM and PrestaShop through ESS/ODBC. Not a trivial undertaking since the MySQL data structure that PrestaShop has is pretty complex.
Recommended Posts
This topic is 3112 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now