[ PHPXref.com ] [ Generated: Sun Jul 20 19:46:00 2008 ] [ phpMyAdmin 2.9.0.3 ]
[ Index ]     [ Variables ]     [ Functions ]     [ Classes ]     [ Constants ]     [ Statistics ]

title

Body

[close]

/js/ -> indexes.js (summary)

(no description)

File Size: 87 lines (2 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 0 files

Defines 2 functions

  checkFormElementInRange()
  checkIndexName()

Functions
Functions that are not part of a class:

checkFormElementInRange(theForm, theFieldName, message, min, max)   X-Ref
Ensures a value submitted in a form is numeric and is in a range

param: object   the form
param: string   the name of the form field to check
param: integer  the minimum authorized value
param: integer  the maximum authorized value
return: boolean  whether a valid number has been submitted or not

checkIndexName()   X-Ref
Ensures indexes names are valid according to their type and, for a primary
key, lock index name to 'PRIMARY'

return: boolean  false if there is no index form, true else



[ Powered by PHPXref - Served by Debian GNU/Linux ]