start copy from cimac web
This commit is contained in:
@@ -0,0 +1,54 @@
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
|
||||
"http://www.w3.org/TR/html4/strict.dtd">
|
||||
<html>
|
||||
<head>
|
||||
<title>FileMaker API for PHP Examples</title>
|
||||
</head>
|
||||
<body>
|
||||
<h1>FileMaker API for PHP Examples</h1>
|
||||
<p>
|
||||
<ul>
|
||||
<li><p><a href="displayRecords.php">America 24/7 Example</a><br>
|
||||
A basic site to view, create, edit, and delete records from the associated FMPHP_Sample database.<br>
|
||||
Files used in example:
|
||||
<ul>
|
||||
<li>containerBridge.php</li>
|
||||
<li>deleteRecord.php</li>
|
||||
<li>displayRecords.php</li>
|
||||
<li>editRecord.php</li>
|
||||
<li>handleForm.php</li>
|
||||
<li>style.css</li>
|
||||
<li>viewRecord.php</li>
|
||||
</ul>
|
||||
</p></li>
|
||||
<li><p><a href="compoundFind.php">Compound Find Example</a><br>
|
||||
Example to illustrate using the CompoundFindCommand class.<br>
|
||||
Files used in example:
|
||||
<ul>
|
||||
<li>compoundFind.php</li>
|
||||
</ul>
|
||||
</p></li>
|
||||
<li><p><a href="listDatabases.php">List Databases Example</a><br>
|
||||
Basic example of FileMaker::listDatabases() method.<br>
|
||||
Files used in example:
|
||||
<ul>
|
||||
<li>listDatabases.php</li>
|
||||
</ul>
|
||||
</p></li>
|
||||
<li><p><a href="listLayouts.php">List Layouts Example</a><br>
|
||||
Basic example of FileMaker::listLayouts() method.<br>
|
||||
Files used in example:
|
||||
<ul>
|
||||
<li>listLayouts.php</li>
|
||||
</ul>
|
||||
</p></li>
|
||||
<li><p><a href="listScripts.php">List Scripts Example</a><br>
|
||||
Basic example of FileMaker::listScripts() method.<br>
|
||||
Files used in example:
|
||||
<ul>
|
||||
<li>listScripts.php</li>
|
||||
</ul>
|
||||
</p></li>
|
||||
</p>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user