Jump to content
Server Maintenance This Week. ×

Just getting started


This topic is 4101 days old. Please don't post here. Open a new topic instead.

Recommended Posts

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?

 

 

Link to comment
Share on other sites

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

Link to comment
Share on other sites

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...)

Link to comment
Share on other sites

This topic is 4101 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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.