FORMfields


Functions


Function Summary
void

array_combine(mixed keys, mixed values)

Creates an array by using one array for keys and another for its values.

void

ffExecuteScript(mixed filename, mixed ignoreError)

void

ffGetRows(mixed sql)

void

file_get_contents(mixed filename)

Reads entire file into a string This function is not available in early versions of PHP 4 and it is used by FORMfields, therefore it is implemented in FORMfields.

void

formatPhoneNumberSql()

void

genArray(mixed start, mixed end)

void

getDbArray(mixed values)

void

getDbValue(mixed value)

void

getList(mixed sql)

void

getSimpleValue(mixed sql)

void

getSimpleValues(mixed sql)

void

gmysql_connect(mixed ignoreError)

void

gmysql_insert(mixed assocArray, mixed tableName, mixed ignoreError)

void

gmysql_query(mixed sql, mixed ignoreError)

void

gmysql_select(mixed assocArray, mixed tableName, mixed whereClause)

void

gmysql_tracked_update(mixed newFfForm, mixed tableName, mixed primaryKey, mixed whereClause)

void

gmysql_update(mixed assocArray, mixed tableName, mixed whereClause, mixed ignoreError)

void

insertAttrChanges(mixed table, mixed primaryKey, mixed changes)

void

is_a(mixed anObject, mixed aClass)

Checks if the given object is of this class or has this class as one of its parents.

void

scandir(mixed dir)

List files and directories inside the specified path.

void

sqlServerDown()

void

stripos(mixed haystack, mixed needle)

Find position of first occurrence of a case-insensitive string.

void

toString(mixed value)

Function Detail

array_combine

public void array_combine(mixed keys, mixed values)

Creates an array by using one array for keys and another for its values. This function is not available in early versions of PHP 4 and it is used by FORMfields, therefore it is implemented in FORMfields.

See Also:
array_combine
Since:
FORMfields v3.0

ffExecuteScript

public void ffExecuteScript(mixed filename, mixed ignoreError)
See Also:
FORMfields.FfDbHelper
Deprecated:
will be removed in next release of FORMfields.

ffGetRows

public void ffGetRows(mixed sql)
See Also:
FORMfields.FfDbHelper
Deprecated:
will be removed in next release of FORMfields.

file_get_contents

public void file_get_contents(mixed filename)

Reads entire file into a string This function is not available in early versions of PHP 4 and it is used by FORMfields, therefore it is implemented in FORMfields.

See Also:
file_get_contents
Since:
FORMfields v3.0

FORMfields