/FileMaker.php

Description

FileMaker API for PHP

Classes
Class Description
FileMaker Base FileMaker class. Defines database properties, connects to a database, and gets information about the API.
Constants
FILEMAKER_FIND_AND = 'and' (line 47)

Find logical operator constants.

Use with the FileMaker_Command_Find::setLogicalOperator() method.

FILEMAKER_FIND_CHAR = '@' (line 34)

Find constants.

FILEMAKER_FIND_CHAR_WILDCARD = '*' (line 36)

Find constants.

FILEMAKER_FIND_DIGIT = '#' (line 35)

Find constants.

FILEMAKER_FIND_DUPLICATES = '!' (line 31)

Find constants.

FILEMAKER_FIND_FIELDMATCH = '==' (line 39)

Find constants.

FILEMAKER_FIND_GT = '>' (line 28)

Find constants.

FILEMAKER_FIND_GTE = '>=' (line 29)

Find constants.

FILEMAKER_FIND_INVALID_DATETIME = '?' (line 33)

Find constants.

FILEMAKER_FIND_LITERAL = '""' (line 37)

Find constants.

FILEMAKER_FIND_LT = '<' (line 26)

Find constants.

FILEMAKER_FIND_LTE = '<=' (line 27)

Find constants.

FILEMAKER_FIND_OR = 'or' (line 48)

Find logical operator constants.

Use with the FileMaker_Command_Find::setLogicalOperator() method.

FILEMAKER_FIND_RANGE = '...' (line 30)

Find constants.

FILEMAKER_FIND_RELAXED = '~' (line 38)

Find constants.

FILEMAKER_FIND_TODAY = '//' (line 32)

Find constants.

FILEMAKER_LOG_DEBUG = 7 (line 78)

Logging level constants.

FILEMAKER_LOG_ERR = 3 (line 76)

Logging level constants.

FILEMAKER_LOG_INFO = 6 (line 77)

Logging level constants.

FILEMAKER_RULE_DATE_FIELD = 7 (line 60)

Pre-validation rule constants.

FILEMAKER_RULE_FOURDIGITYEAR = 4 (line 57)

Pre-validation rule constants.

FILEMAKER_RULE_MAXCHARACTERS = 3 (line 56)

Pre-validation rule constants.

FILEMAKER_RULE_NOTEMPTY = 1 (line 54)

Pre-validation rule constants.

FILEMAKER_RULE_NUMERICONLY = 2 (line 55)

Pre-validation rule constants.

FILEMAKER_RULE_TIMEOFDAY = 5 (line 58)

Pre-validation rule constants.

FILEMAKER_RULE_TIMESTAMP_FIELD = 6 (line 59)

Pre-validation rule constants.

FILEMAKER_RULE_TIME_FIELD = 8 (line 61)

Pre-validation rule constants.

FILEMAKER_SORT_ASCEND = 'ascend' (line 69)

Sort direction constants.

Use with the FileMaker_Command_Find::addSortRule() and FileMaker_Command_CompoundFind::addSortRule() methods.

FILEMAKER_SORT_DESCEND = 'descend' (line 70)

Sort direction constants.

Use with the FileMaker_Command_Find::addSortRule() and FileMaker_Command_CompoundFind::addSortRule() methods.

Documentation generated on Tue, 22 May 2007 13:39:05 -0700 by phpDocumentor 1.3.1