FMCakeMix: A Full Read/Write Datasource for FileMaker
Use a FileMaker database as a full read/write datasource with support for relationships and more...
Installation
FX.php
FX.php is a PHP class created by Chris Hansen to speak with FileMaker via XML. The FMCakeMix driver uses fx.php to send queries to FileMaker and is necessary for the driver’s functionality. Install FX.php by downloading the files from http://www.iviking.org/FX.php/ and placing the FX.php, FX_Error.php, FX_Constants.php, and image_proxy.php files at the root of the yourcakeinstall/vendors folder.
FileMaker
Because the driver uses XML to communicate with FileMaker, your FileMaker solutions must be hosted on a version of FileMaker Server that supports web publishing and xml access. See the FileMaker Server documentation for instructions on enabling these features.
FMCakeMix
Install the dbo_fmcakemix.php file into yourcakeinstall/app/models/datasources/dbo.
Comments
Question
1 Installation Manual