Class to parse Polar PPD file and insert / update data to database
PPD file contains data related to 1 person (the user), including sports.
The following fields are handled when present in PPD file :
Person info :
Located in /class/PolarPpd.class.php (line 51)
PolarFile | --PolarPpd
Inherited from PolarFile
PolarFile::$fileName
PolarFile::$userId
PolarFile::$version
Class constructor
Insert person information into database
SQL tables :
Parse Polar PPD file (person information, including sports)
Note : Not all information in file is used, only <personinfo> and <personsports> blocks are parsed.
Parse <personinfo> block in PPD file
Parse <personsports> block in PPD file
Inherited From PolarFile
PolarFile::PolarFile()
PolarFile::_parse_block_get()
PolarFile::_parse_note()
Documentation generated on Sat, 28 Mar 2009 23:16:57 +0000 by phpDocumentor 1.4.1