Class: I2CE Module Float: Difference between revisions
From IHRIS Wiki
No edit summary |
No edit summary |
||
Line 2: | Line 2: | ||
*Extends the class: [[Class: I2CE_Module | I2CE_Module]]. | *Extends the class: [[Class: I2CE_Module | I2CE_Module]]. | ||
*Parent Classses: [[Class: I2CE_Module | I2CE_Module]] [[Class: I2CE_Fuzzy | I2CE_Fuzzy]] | *Parent Classses: [[Class: I2CE_Module | I2CE_Module]] [[Class: I2CE_Fuzzy | I2CE_Fuzzy]] | ||
*Location: Part of the module [[ | *Location: Part of the module [[I2CE Module List#Float|Float]] in the package [https://launchpad.net/i2ce I2CE] | ||
*Source: Defined in the file [http://bazaar.launchpad.net/~intrahealth+informatics/i2ce/4.0.0-release/annotate/head:/modules/Forms/modules/Float/lib/I2CE_Module_Float.php modules/Forms/modules/Float/lib/I2CE_Module_Float.php] | *Source: Defined in the file [http://bazaar.launchpad.net/~intrahealth+informatics/i2ce/4.0.0-release/annotate/head:/modules/Forms/modules/Float/lib/I2CE_Module_Float.php modules/Forms/modules/Float/lib/I2CE_Module_Float.php] | ||
*Author: Luke Duncan <lduncan@intrahealth.org> | *Author: Luke Duncan <lduncan@intrahealth.org> | ||
Line 18: | Line 18: | ||
Make sure the float column is in the database in the entry/last entry tables. | Make sure the float column is in the database in the entry/last entry tables. | ||
*Signature: public function action_initialize() | *Signature: public function action_initialize() | ||
[[Category:Class Documentation]] | [[Category:Class Documentation]] |
Revision as of 12:09, 19 October 2009
This article describes the class I2CE_Module_Float.
- Extends the class: I2CE_Module.
- Parent Classses: I2CE_Module I2CE_Fuzzy
- Location: Part of the module Float in the package I2CE
- Source: Defined in the file modules/Forms/modules/Float/lib/I2CE_Module_Float.php
- Author: Luke Duncan <lduncan@intrahealth.org>
- Since: v3.1.0
- The module that adds in an image data type
Variables
$db
The instance of the database to perform queries on.
- Type: private MDB2 $db
Methods
__construct()
- Signature: public function __construct()
action_initialize()
Make sure the float column is in the database in the entry/last entry tables.
- Signature: public function action_initialize()