[FX.php List] Run fx.php and API on same machine?

Leo R. Lundgren leo at finalresort.org
Mon Mar 2 16:58:14 MST 2009


3 mar 2009 kl. 00.09 skrev Jonathan Schwartz:

> Back to using both fx.php and API on the same machine (not the same  
> project)....does this mean that both XML and API data is being  
> returned for all queries?  Isn't that excessive?

Both of these products put together requests that they hand to the FM  
server, and as the result the server hands back XML. This is true for  
both FX.php and for the official FileMaker PHP API. There is no more  
"API data" when using the FM PHP API than there is when using FX.php :)

So to answer your question, combining these two in any way doesn't  
result in any redundant data being transmitted for the queries you  
make or the results you get. Except for of course if you were to do  
the same thing with both of the, in the same project, or something  
like that.

Also, just to be clear; Having them both "installed" doesn't do  
anything. You can have a thousand PHP code libraries installed; the  
only thing that affects what is actually used, is what you include in  
your code.

-|



More information about the FX.php_List mailing list