[FX.php List] Get field names for a layout?

Ted Stein tstein at innerfile.com
Tue Apr 9 15:40:35 MDT 2013


I am switching to FX.php from the FIleMaker API. I can't seem to figure out how to get the field names that are on a layout.

In the FileMaker API you can do this:

$fm = new FileMaker($database, $hostname, $username, $password);
$layout = $fm->getLayout($layout);
$fields = $layout->getFields();

And you would get an array of field names for that layout.

How is this done in FX?

Thanks in advance,
Ted

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mail.iviking.org/pipermail/fx.php_list/attachments/20130409/084887c8/attachment.html


More information about the FX.php_List mailing list