Class: I2CE FormField DB FLOAT

From IHRIS Wiki
Revision as of 12:09, 19 October 2009 by Litlfred (talk | contribs)

This article describes the abstract class I2CE_FormField_DB_FLOAT.

Class for defining all the database fields used by a object.

Constants

I2CE_FormField_DB_FLOAT::FIELD_TYPE_I2CE

A string type for the field Defined as: 'float'

I2CE_FormField_DB_FLOAT::FIELD_TYPE_DB

The database type for the field Defined as: 'float DEFAULT NULL'

I2CE_FormField_DB_FLOAT::FIELD_TYPE_MDB2

The MDB2 type for the field. Defined as: 'float'

Methods

isValid()

Checks to see if the current value for this is set and valid.

  • Signature: public function isValid()
  • Returns: boolean