513 lines
14 KiB
HTML
513 lines
14 KiB
HTML
<?xml version="1.0" encoding="iso-8859-1"?>
|
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
<html xmlns="http://www.w3.org/1999/xhtml">
|
|
<head>
|
|
<!-- template designed by Marco Von Ballmoos -->
|
|
<title>Docs for page FileMaker.php</title>
|
|
<link rel="stylesheet" href="../media/stylesheet.css" />
|
|
<meta http-equiv='Content-Type' content='text/html; charset=iso-8859-1'/>
|
|
</head>
|
|
<body>
|
|
<div class="page-body">
|
|
<h2 class="file-name">/FileMaker.php</h2>
|
|
|
|
<a name="sec-description"></a>
|
|
<div class="info-box">
|
|
<div class="info-box-title">Description</div>
|
|
<div class="nav-bar">
|
|
<span class="disabled">Description</span> |
|
|
<a href="#sec-classes">Classes</a>
|
|
| <a href="#sec-constants">Constants</a>
|
|
</div>
|
|
<div class="info-box-body">
|
|
<!-- ========== Info from phpDoc block ========= -->
|
|
<p class="short-description">FileMaker API for PHP</p>
|
|
|
|
</div>
|
|
</div>
|
|
|
|
<a name="sec-classes"></a>
|
|
<div class="info-box">
|
|
<div class="info-box-title">Classes</div>
|
|
<div class="nav-bar">
|
|
<a href="#sec-description">Description</a> |
|
|
<span class="disabled">Classes</span>
|
|
| <a href="#sec-constants">Constants</a>
|
|
</div>
|
|
<div class="info-box-body">
|
|
<table cellpadding="2" cellspacing="0" class="class-table">
|
|
<tr>
|
|
<th class="class-table-header">Class</th>
|
|
<th class="class-table-header">Description</th>
|
|
</tr>
|
|
<tr>
|
|
<td style="padding-right: 2em; vertical-align: top">
|
|
<a href="../FileMaker/FileMaker.html">FileMaker</a>
|
|
</td>
|
|
<td>
|
|
Base FileMaker class. Defines database properties, connects to a database, and gets information about the API.
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
</div>
|
|
</div>
|
|
|
|
|
|
<a name="sec-constants"></a>
|
|
<div class="info-box">
|
|
<div class="info-box-title">Constants</div>
|
|
<div class="nav-bar">
|
|
<a href="#sec-description">Description</a> |
|
|
<a href="#sec-classes">Classes</a>
|
|
| <span class="disabled">Constants</span>
|
|
</div>
|
|
<div class="info-box-body">
|
|
<a name="defineFILEMAKER_FIND_AND"><!-- --></a>
|
|
<div class="evenrow">
|
|
|
|
<div>
|
|
<span class="const-title">
|
|
<span class="const-name">FILEMAKER_FIND_AND</span> = 'and'
|
|
(line <span class="line-number">47</span>)
|
|
</span>
|
|
</div>
|
|
|
|
<!-- ========== Info from phpDoc block ========= -->
|
|
<p class="short-description">Find logical operator constants.</p>
|
|
<p class="description"><p>Use with the <a href="../FileMaker/FileMaker_Command_Find.html#methodsetLogicalOperator">FileMaker_Command_Find::setLogicalOperator()</a> method.</p></p>
|
|
|
|
|
|
</div>
|
|
<a name="defineFILEMAKER_FIND_CHAR"><!-- --></a>
|
|
<div class="oddrow">
|
|
|
|
<div>
|
|
<span class="const-title">
|
|
<span class="const-name">FILEMAKER_FIND_CHAR</span> = '@'
|
|
(line <span class="line-number">34</span>)
|
|
</span>
|
|
</div>
|
|
|
|
<!-- ========== Info from phpDoc block ========= -->
|
|
<p class="short-description">Find constants.</p>
|
|
|
|
|
|
</div>
|
|
<a name="defineFILEMAKER_FIND_CHAR_WILDCARD"><!-- --></a>
|
|
<div class="evenrow">
|
|
|
|
<div>
|
|
<span class="const-title">
|
|
<span class="const-name">FILEMAKER_FIND_CHAR_WILDCARD</span> = '*'
|
|
(line <span class="line-number">36</span>)
|
|
</span>
|
|
</div>
|
|
|
|
<!-- ========== Info from phpDoc block ========= -->
|
|
<p class="short-description">Find constants.</p>
|
|
|
|
|
|
</div>
|
|
<a name="defineFILEMAKER_FIND_DIGIT"><!-- --></a>
|
|
<div class="oddrow">
|
|
|
|
<div>
|
|
<span class="const-title">
|
|
<span class="const-name">FILEMAKER_FIND_DIGIT</span> = '#'
|
|
(line <span class="line-number">35</span>)
|
|
</span>
|
|
</div>
|
|
|
|
<!-- ========== Info from phpDoc block ========= -->
|
|
<p class="short-description">Find constants.</p>
|
|
|
|
|
|
</div>
|
|
<a name="defineFILEMAKER_FIND_DUPLICATES"><!-- --></a>
|
|
<div class="evenrow">
|
|
|
|
<div>
|
|
<span class="const-title">
|
|
<span class="const-name">FILEMAKER_FIND_DUPLICATES</span> = '!'
|
|
(line <span class="line-number">31</span>)
|
|
</span>
|
|
</div>
|
|
|
|
<!-- ========== Info from phpDoc block ========= -->
|
|
<p class="short-description">Find constants.</p>
|
|
|
|
|
|
</div>
|
|
<a name="defineFILEMAKER_FIND_FIELDMATCH"><!-- --></a>
|
|
<div class="oddrow">
|
|
|
|
<div>
|
|
<span class="const-title">
|
|
<span class="const-name">FILEMAKER_FIND_FIELDMATCH</span> = '=='
|
|
(line <span class="line-number">39</span>)
|
|
</span>
|
|
</div>
|
|
|
|
<!-- ========== Info from phpDoc block ========= -->
|
|
<p class="short-description">Find constants.</p>
|
|
|
|
|
|
</div>
|
|
<a name="defineFILEMAKER_FIND_GT"><!-- --></a>
|
|
<div class="evenrow">
|
|
|
|
<div>
|
|
<span class="const-title">
|
|
<span class="const-name">FILEMAKER_FIND_GT</span> = '>'
|
|
(line <span class="line-number">28</span>)
|
|
</span>
|
|
</div>
|
|
|
|
<!-- ========== Info from phpDoc block ========= -->
|
|
<p class="short-description">Find constants.</p>
|
|
|
|
|
|
</div>
|
|
<a name="defineFILEMAKER_FIND_GTE"><!-- --></a>
|
|
<div class="oddrow">
|
|
|
|
<div>
|
|
<span class="const-title">
|
|
<span class="const-name">FILEMAKER_FIND_GTE</span> = '>='
|
|
(line <span class="line-number">29</span>)
|
|
</span>
|
|
</div>
|
|
|
|
<!-- ========== Info from phpDoc block ========= -->
|
|
<p class="short-description">Find constants.</p>
|
|
|
|
|
|
</div>
|
|
<a name="defineFILEMAKER_FIND_INVALID_DATETIME"><!-- --></a>
|
|
<div class="evenrow">
|
|
|
|
<div>
|
|
<span class="const-title">
|
|
<span class="const-name">FILEMAKER_FIND_INVALID_DATETIME</span> = '?'
|
|
(line <span class="line-number">33</span>)
|
|
</span>
|
|
</div>
|
|
|
|
<!-- ========== Info from phpDoc block ========= -->
|
|
<p class="short-description">Find constants.</p>
|
|
|
|
|
|
</div>
|
|
<a name="defineFILEMAKER_FIND_LITERAL"><!-- --></a>
|
|
<div class="oddrow">
|
|
|
|
<div>
|
|
<span class="const-title">
|
|
<span class="const-name">FILEMAKER_FIND_LITERAL</span> = '""'
|
|
(line <span class="line-number">37</span>)
|
|
</span>
|
|
</div>
|
|
|
|
<!-- ========== Info from phpDoc block ========= -->
|
|
<p class="short-description">Find constants.</p>
|
|
|
|
|
|
</div>
|
|
<a name="defineFILEMAKER_FIND_LT"><!-- --></a>
|
|
<div class="evenrow">
|
|
|
|
<div>
|
|
<span class="const-title">
|
|
<span class="const-name">FILEMAKER_FIND_LT</span> = '<'
|
|
(line <span class="line-number">26</span>)
|
|
</span>
|
|
</div>
|
|
|
|
<!-- ========== Info from phpDoc block ========= -->
|
|
<p class="short-description">Find constants.</p>
|
|
|
|
|
|
</div>
|
|
<a name="defineFILEMAKER_FIND_LTE"><!-- --></a>
|
|
<div class="oddrow">
|
|
|
|
<div>
|
|
<span class="const-title">
|
|
<span class="const-name">FILEMAKER_FIND_LTE</span> = '<='
|
|
(line <span class="line-number">27</span>)
|
|
</span>
|
|
</div>
|
|
|
|
<!-- ========== Info from phpDoc block ========= -->
|
|
<p class="short-description">Find constants.</p>
|
|
|
|
|
|
</div>
|
|
<a name="defineFILEMAKER_FIND_OR"><!-- --></a>
|
|
<div class="evenrow">
|
|
|
|
<div>
|
|
<span class="const-title">
|
|
<span class="const-name">FILEMAKER_FIND_OR</span> = 'or'
|
|
(line <span class="line-number">48</span>)
|
|
</span>
|
|
</div>
|
|
|
|
<!-- ========== Info from phpDoc block ========= -->
|
|
<p class="short-description">Find logical operator constants.</p>
|
|
<p class="description"><p>Use with the <a href="../FileMaker/FileMaker_Command_Find.html#methodsetLogicalOperator">FileMaker_Command_Find::setLogicalOperator()</a> method.</p></p>
|
|
|
|
|
|
</div>
|
|
<a name="defineFILEMAKER_FIND_RANGE"><!-- --></a>
|
|
<div class="oddrow">
|
|
|
|
<div>
|
|
<span class="const-title">
|
|
<span class="const-name">FILEMAKER_FIND_RANGE</span> = '...'
|
|
(line <span class="line-number">30</span>)
|
|
</span>
|
|
</div>
|
|
|
|
<!-- ========== Info from phpDoc block ========= -->
|
|
<p class="short-description">Find constants.</p>
|
|
|
|
|
|
</div>
|
|
<a name="defineFILEMAKER_FIND_RELAXED"><!-- --></a>
|
|
<div class="evenrow">
|
|
|
|
<div>
|
|
<span class="const-title">
|
|
<span class="const-name">FILEMAKER_FIND_RELAXED</span> = '~'
|
|
(line <span class="line-number">38</span>)
|
|
</span>
|
|
</div>
|
|
|
|
<!-- ========== Info from phpDoc block ========= -->
|
|
<p class="short-description">Find constants.</p>
|
|
|
|
|
|
</div>
|
|
<a name="defineFILEMAKER_FIND_TODAY"><!-- --></a>
|
|
<div class="oddrow">
|
|
|
|
<div>
|
|
<span class="const-title">
|
|
<span class="const-name">FILEMAKER_FIND_TODAY</span> = '//'
|
|
(line <span class="line-number">32</span>)
|
|
</span>
|
|
</div>
|
|
|
|
<!-- ========== Info from phpDoc block ========= -->
|
|
<p class="short-description">Find constants.</p>
|
|
|
|
|
|
</div>
|
|
<a name="defineFILEMAKER_LOG_DEBUG"><!-- --></a>
|
|
<div class="evenrow">
|
|
|
|
<div>
|
|
<span class="const-title">
|
|
<span class="const-name">FILEMAKER_LOG_DEBUG</span> = 7
|
|
(line <span class="line-number">78</span>)
|
|
</span>
|
|
</div>
|
|
|
|
<!-- ========== Info from phpDoc block ========= -->
|
|
<p class="short-description">Logging level constants.</p>
|
|
|
|
|
|
</div>
|
|
<a name="defineFILEMAKER_LOG_ERR"><!-- --></a>
|
|
<div class="oddrow">
|
|
|
|
<div>
|
|
<span class="const-title">
|
|
<span class="const-name">FILEMAKER_LOG_ERR</span> = 3
|
|
(line <span class="line-number">76</span>)
|
|
</span>
|
|
</div>
|
|
|
|
<!-- ========== Info from phpDoc block ========= -->
|
|
<p class="short-description">Logging level constants.</p>
|
|
|
|
|
|
</div>
|
|
<a name="defineFILEMAKER_LOG_INFO"><!-- --></a>
|
|
<div class="evenrow">
|
|
|
|
<div>
|
|
<span class="const-title">
|
|
<span class="const-name">FILEMAKER_LOG_INFO</span> = 6
|
|
(line <span class="line-number">77</span>)
|
|
</span>
|
|
</div>
|
|
|
|
<!-- ========== Info from phpDoc block ========= -->
|
|
<p class="short-description">Logging level constants.</p>
|
|
|
|
|
|
</div>
|
|
<a name="defineFILEMAKER_RULE_DATE_FIELD"><!-- --></a>
|
|
<div class="oddrow">
|
|
|
|
<div>
|
|
<span class="const-title">
|
|
<span class="const-name">FILEMAKER_RULE_DATE_FIELD</span> = 7
|
|
(line <span class="line-number">60</span>)
|
|
</span>
|
|
</div>
|
|
|
|
<!-- ========== Info from phpDoc block ========= -->
|
|
<p class="short-description">Pre-validation rule constants.</p>
|
|
|
|
|
|
</div>
|
|
<a name="defineFILEMAKER_RULE_FOURDIGITYEAR"><!-- --></a>
|
|
<div class="evenrow">
|
|
|
|
<div>
|
|
<span class="const-title">
|
|
<span class="const-name">FILEMAKER_RULE_FOURDIGITYEAR</span> = 4
|
|
(line <span class="line-number">57</span>)
|
|
</span>
|
|
</div>
|
|
|
|
<!-- ========== Info from phpDoc block ========= -->
|
|
<p class="short-description">Pre-validation rule constants.</p>
|
|
|
|
|
|
</div>
|
|
<a name="defineFILEMAKER_RULE_MAXCHARACTERS"><!-- --></a>
|
|
<div class="oddrow">
|
|
|
|
<div>
|
|
<span class="const-title">
|
|
<span class="const-name">FILEMAKER_RULE_MAXCHARACTERS</span> = 3
|
|
(line <span class="line-number">56</span>)
|
|
</span>
|
|
</div>
|
|
|
|
<!-- ========== Info from phpDoc block ========= -->
|
|
<p class="short-description">Pre-validation rule constants.</p>
|
|
|
|
|
|
</div>
|
|
<a name="defineFILEMAKER_RULE_NOTEMPTY"><!-- --></a>
|
|
<div class="evenrow">
|
|
|
|
<div>
|
|
<span class="const-title">
|
|
<span class="const-name">FILEMAKER_RULE_NOTEMPTY</span> = 1
|
|
(line <span class="line-number">54</span>)
|
|
</span>
|
|
</div>
|
|
|
|
<!-- ========== Info from phpDoc block ========= -->
|
|
<p class="short-description">Pre-validation rule constants.</p>
|
|
|
|
|
|
</div>
|
|
<a name="defineFILEMAKER_RULE_NUMERICONLY"><!-- --></a>
|
|
<div class="oddrow">
|
|
|
|
<div>
|
|
<span class="const-title">
|
|
<span class="const-name">FILEMAKER_RULE_NUMERICONLY</span> = 2
|
|
(line <span class="line-number">55</span>)
|
|
</span>
|
|
</div>
|
|
|
|
<!-- ========== Info from phpDoc block ========= -->
|
|
<p class="short-description">Pre-validation rule constants.</p>
|
|
|
|
|
|
</div>
|
|
<a name="defineFILEMAKER_RULE_TIMEOFDAY"><!-- --></a>
|
|
<div class="evenrow">
|
|
|
|
<div>
|
|
<span class="const-title">
|
|
<span class="const-name">FILEMAKER_RULE_TIMEOFDAY</span> = 5
|
|
(line <span class="line-number">58</span>)
|
|
</span>
|
|
</div>
|
|
|
|
<!-- ========== Info from phpDoc block ========= -->
|
|
<p class="short-description">Pre-validation rule constants.</p>
|
|
|
|
|
|
</div>
|
|
<a name="defineFILEMAKER_RULE_TIMESTAMP_FIELD"><!-- --></a>
|
|
<div class="oddrow">
|
|
|
|
<div>
|
|
<span class="const-title">
|
|
<span class="const-name">FILEMAKER_RULE_TIMESTAMP_FIELD</span> = 6
|
|
(line <span class="line-number">59</span>)
|
|
</span>
|
|
</div>
|
|
|
|
<!-- ========== Info from phpDoc block ========= -->
|
|
<p class="short-description">Pre-validation rule constants.</p>
|
|
|
|
|
|
</div>
|
|
<a name="defineFILEMAKER_RULE_TIME_FIELD"><!-- --></a>
|
|
<div class="evenrow">
|
|
|
|
<div>
|
|
<span class="const-title">
|
|
<span class="const-name">FILEMAKER_RULE_TIME_FIELD</span> = 8
|
|
(line <span class="line-number">61</span>)
|
|
</span>
|
|
</div>
|
|
|
|
<!-- ========== Info from phpDoc block ========= -->
|
|
<p class="short-description">Pre-validation rule constants.</p>
|
|
|
|
|
|
</div>
|
|
<a name="defineFILEMAKER_SORT_ASCEND"><!-- --></a>
|
|
<div class="oddrow">
|
|
|
|
<div>
|
|
<span class="const-title">
|
|
<span class="const-name">FILEMAKER_SORT_ASCEND</span> = 'ascend'
|
|
(line <span class="line-number">69</span>)
|
|
</span>
|
|
</div>
|
|
|
|
<!-- ========== Info from phpDoc block ========= -->
|
|
<p class="short-description">Sort direction constants.</p>
|
|
<p class="description"><p>Use with the <a href="../FileMaker/FileMaker_Command_Find.html#methodaddSortRule">FileMaker_Command_Find::addSortRule()</a> and <a href="../FileMaker/FileMaker_Command_CompoundFind.html#methodaddSortRule">FileMaker_Command_CompoundFind::addSortRule()</a> methods.</p></p>
|
|
|
|
|
|
</div>
|
|
<a name="defineFILEMAKER_SORT_DESCEND"><!-- --></a>
|
|
<div class="evenrow">
|
|
|
|
<div>
|
|
<span class="const-title">
|
|
<span class="const-name">FILEMAKER_SORT_DESCEND</span> = 'descend'
|
|
(line <span class="line-number">70</span>)
|
|
</span>
|
|
</div>
|
|
|
|
<!-- ========== Info from phpDoc block ========= -->
|
|
<p class="short-description">Sort direction constants.</p>
|
|
<p class="description"><p>Use with the <a href="../FileMaker/FileMaker_Command_Find.html#methodaddSortRule">FileMaker_Command_Find::addSortRule()</a> and <a href="../FileMaker/FileMaker_Command_CompoundFind.html#methodaddSortRule">FileMaker_Command_CompoundFind::addSortRule()</a> methods.</p></p>
|
|
|
|
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
|
|
|
|
<p class="notes" id="credit">
|
|
Documentation generated on Wed, 29 Jun 2011 12:31:22 -0700 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.4.0</a>
|
|
</p>
|
|
</div></body>
|
|
</html> |