Class to parse Polar PDD file and insert / update data to database
PDD file contains data related to 1 day, including some exercise data.
The following fields are handled when present in PDD file :
Day info :
Located in /class/PolarPdd.class.php (line 64)
PolarFile | --PolarPdd
List of feeling values (from 0 to 5)
List of "no report" values (from 0 to 3)
List of recovery values (from 0 to 4)
List of sleep patterns values (from 0 to 4)
List of weather values (from 1 to 5)
Inherited from PolarFile
PolarFile::$fileName
PolarFile::$userId
PolarFile::$version
Class constructor
Insert day information into database
SQL tables :
Parse Polar PDD file (day information, including some exercise data)
Note : Both <dayinfo> and <exerciseinfo> blocks are parsed.
Parse <dayinfo> block in PDD file
Parse <exerciseinfo> block in PDD file
Inherited From PolarFile
PolarFile::PolarFile()
PolarFile::_parse_block_get()
PolarFile::_parse_note()
Documentation generated on Sat, 28 Mar 2009 23:16:54 +0000 by phpDocumentor 1.4.1