coolcat Posted February 9, 2013 Posted February 9, 2013 Hi all, I'm just getting started and trying to figure out the difference between fx.php and the filemaker php api. Can anyone enlighten me as to the differences and why one might be better than the other?
dansmith65 Posted February 9, 2013 Posted February 9, 2013 I've seen a speed comparison before (I don't have a link to it, though) and I think fx.php was slightly faster. FM PHP API isn't meant to run on the latest versions of PHP so if you do use a newer version than supported it triggers some depreciation warnings and IIRC "should not be passed by reference" errors, or something to that effect. Here is another option: https://github.com/soliantconsulting/SimpleFM
webko Posted February 12, 2013 Posted February 12, 2013 The PHP API has a lot of stuff hiding behind the scenes that can be difficult to change if it's not doing quite what you want. I prefer FX because the data objects are exposed and I can see what I'm working on. It's also a bit faster, but in most real world situations it's not a deal breaker... There's also a good list for FX development, and I haven't seen the same for API development (not saying it's not out there, just haven't seen it...)
Recommended Posts
This topic is 4378 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