BlueShoes Application Framework made with PHP http://www.blueshoes.org/


Packageindex Classtrees Modulegroups Elementlist Report XML Files

Warnings

 

C:/usr/local/lib/php/blueshoes-4.2/core/date/Bs_Date.class.php

7 Warning(s).
 
[variables] now mismatch
@see referrs to the variable '$this' which is not defined in the class. Entry gets ignored.
 
[function] formatarray mismatch
2nd parameter type '$array' does match the the documented type 'array', possible error consider an update to '@param string $array (none means 'use the current date/time'.)' or '@param string (none means 'use the current date/time'.)', the variable name is optional.
 
[function] eudatetimetounixtimestamp mismatch
1st parameter '$euDatetime' does not match the documented name '$usDatetime', update the tag to '@param string $euDatetime (description)' or '@param string (description)', the variable name is optional.
 
[function] eudatetounixtimestamp mismatch
1st parameter '$euDate' does not match the documented name '$usDatetime', update the tag to '@param string $euDate (description)' or '@param string (description)', the variable name is optional.
 
[function] monthstringtonumber mismatch
2nd parameter type '$zeroFill' does match the the documented type 'bool', possible error consider an update to '@param string $zeroFill if set to TRUE, the return value is a 2 char string. default is FALSE.' or '@param string if set to TRUE, the return value is a 2 char string. default is FALSE.', the variable name is optional.
 
[function] monthtoint missing
1st parameter '$month' is not documented add '@param (object objectname|type) [description]' to the end of the @param[eter] list.
 
[function] monthtoint missing
2nd parameter '$zeroFill' is not documented add '@param string [description]' to the end of the @param[eter] list.
 
 

C:/usr/local/lib/php/blueshoes-4.2/core/db/Bs_ArrayDb.class.php

1 Warning(s).
 
[functions] $_tablename mismatch
@see referrs to the function 'createRandomTableName()' which is not defined in the class. Entry gets ignored.
 
 

C:/usr/local/lib/php/blueshoes-4.2/core/db/Bs_Db.class.php

31 Warning(s).
 
[functions] read mismatch
@see referrs to the function 'rsRead()' which is not defined in the class. Entry gets ignored.
 
[functions] countread mismatch
@see referrs to the function 'rsRead()' which is not defined in the class. Entry gets ignored.
 
[functions] $_dsninfo mismatch
@see referrs to the function 'getDsn()' which is not defined in the class. Entry gets ignored.
 
[function] &getdbobject mismatch
1st parameter type '$dsn' does match the the documented type 'array', possible error consider an update to '@param string $dsn (a hash, see Bs_Form->dbDsn for a description)' or '@param string (a hash, see Bs_Form->dbDsn for a description)', the variable name is optional.
 
[function] provides missing
1st parameter '$feature' is not documented add '@param (object objectname|type) [description]' to the end of the @param[eter] list.
 
[function] getnumrecords mismatch
2nd parameter type '$ignoreLimit' does match the the documented type 'bool', possible error consider an update to '@param string $ignoreLimit (opt) Default TRUE. If TRUE, a limit x,y in the given query is ignored.' or '@param string (opt) Default TRUE. If TRUE, a limit x,y in the given query is ignored.', the variable name is optional.
 
[function] getfieldvalue mismatch
5th parameter type '$caseSensitive' does match the the documented type 'bool', possible error consider an update to '@param string $caseSensitive (opt) if the compare in the db should be made case sensitive or no. default is TRUE.' or '@param string (opt) if the compare in the db should be made case sensitive or no. default is TRUE.', the variable name is optional.
 
[function] &getone mismatch
2nd parameter type '$row' does match the the documented type 'int', possible error consider an update to '@param integer $row the row number' or '@param integer the row number', the variable name is optional.
 
[function] &getrow mismatch
2nd parameter type '$row' does match the the documented type 'int', possible error consider an update to '@param integer $row IF >=0 will move internal row pointer to abs. position befor fetching the data. Default is -1.' or '@param integer IF >=0 will move internal row pointer to abs. position befor fetching the data. Default is -1.', the variable name is optional.
 
[function] &getrow mismatch
3th parameter type '$fetchMode' does match the the documented type 'int', possible error consider an update to '@param string $fetchMode (opt) (default BS_DB_FETCHMODE_ASSOC) see above.' or '@param string (opt) (default BS_DB_FETCHMODE_ASSOC) see above.', the variable name is optional.
 
[function] &getcol mismatch
3th parameter type '$startRow' does match the the documented type 'int', possible error consider an update to '@param integer $startRow the row number at which we start, *including* that row. default is 0.' or '@param integer the row number at which we start, *including* that row. default is 0.', the variable name is optional.
 
[function] &getcol mismatch
4th parameter type '$amount' does match the the documented type 'int', possible error consider an update to '@param integer $amount the row number at which we stop, *including* that row. default is -1 which means loop until the end.' or '@param integer the row number at which we stop, *including* that row. default is -1 which means loop until the end.', the variable name is optional.
 
[function] &getassoc mismatch
2nd parameter type '$forceArray' does match the the documented type 'bool', possible error consider an update to '@param string $forceArray (opt) used only when the query returns exactly two columns. If true, the values of the returned array will be one-element arrays instead of scalars.' or '@param string (opt) used only when the query returns exactly two columns. If true, the values of the returned array will be one-element arrays instead of scalars.', the variable name is optional.
 
[function] &getassoc mismatch
3th parameter type '$hashInsteadOfVector' does match the the documented type 'bool', possible error consider an update to '@param string $hashInsteadOfVector (default is FALSE. if set to true then the values will be returned in a hash (with field names) instead of a vector. see example 3 above.)' or '@param string (default is FALSE. if set to true then the values will be returned in a hash (with field names) instead of a vector. see example 3 above.)', the variable name is optional.
 
[function] &getassoc2 mismatch
2nd parameter type '$forceArray' does match the the documented type 'bool', possible error consider an update to '@param string $forceArray used only when the query returns exactly 1 column. If true, the values of the returned array will be one-element arrays instead of scalars.' or '@param string used only when the query returns exactly 1 column. If true, the values of the returned array will be one-element arrays instead of scalars.', the variable name is optional.
 
[function] &getall mismatch
2nd parameter type '$fetchMode' does match the the documented type 'int', possible error consider an update to '@param string $fetchMode (opt) (default BS_DB_FETCHMODE_ASSOC) see getRow.' or '@param string (opt) (default BS_DB_FETCHMODE_ASSOC) see getRow.', the variable name is optional.
 
[function] assertextension missing
1st parameter '$name' is not documented add '@param (object objectname|type) [description]' to the end of the @param[eter] list.
 
[function] formattimestampfordb mismatch
1st parameter '$timestamp' does not match the documented name '$datetime', update the tag to '@param string $timestamp (yyyy-mm-dd hh:mm:ss)' or '@param string (yyyy-mm-dd hh:mm:ss)', the variable name is optional.
 
[function] &_raiseerror mismatch
1st parameter type '$code' does match the the documented type 'long', possible error consider an update to '@param string $code (description)' or '@param string (description)', the variable name is optional.
 
[function] &_raiseerror mismatch
2nd parameter type '$nativeCode' does match the the documented type 'long', possible error consider an update to '@param string $nativeCode (description)' or '@param string (description)', the variable name is optional.
 
[function] &_raiseerror mismatch
5th parameter type '$line' does match the the documented type 'int', possible error consider an update to '@param string $line (use __LINE__)' or '@param string (use __LINE__)', the variable name is optional.
 
[function] parsedsn missing
1st parameter '$dsn' is not documented add '@param (object objectname|type) [description]' to the end of the @param[eter] list.
 
[function] autocommit mismatch
1st parameter type '$on' does match the the documented type 'bool', possible error consider an update to '@param string $on (opt) If TRUE turn on else off (default TRUE)' or '@param string (opt) If TRUE turn on else off (default TRUE)', the variable name is optional.
 
[function] setpointer mismatch
1st parameter '$result' does not match the documented name '$absolutPos', update the tag to '@param int $result the row number, which starts at position 0.' or '@param int the row number, which starts at position 0.', the variable name is optional.
 
[function] setpointer missing
2nd parameter '$absolutPos' is not documented add '@param (object objectname|type) [description]' to the end of the @param[eter] list.
 
[function] fetchrow missing
1st parameter '$result' is not documented add '@param (object objectname|type) [description]' to the end of the @param[eter] list.
 
[function] fetchrow missing
2nd parameter '$fetchMode' is not documented add '@param string [description]' to the end of the @param[eter] list.
 
[function] freeresult missing
1st parameter '$result' is not documented add '@param (object objectname|type) [description]' to the end of the @param[eter] list.
 
[function] numcols missing
1st parameter '$result' is not documented add '@param (object objectname|type) [description]' to the end of the @param[eter] list.
 
[function] numrows missing
1st parameter '$result' is not documented add '@param (object objectname|type) [description]' to the end of the @param[eter] list.
 
[function] fetchdbnames missing
1st parameter '$cached' is not documented add '@param string [description]' to the end of the @param[eter] list.
 
 

C:/usr/local/lib/php/blueshoes-4.2/core/db/Bs_MsSql.class.php

74 Warning(s).
 
[variables] commit mismatch
@see referrs to the variable '$this' which is not defined in the class. Entry gets ignored.
 
[variables] rollback mismatch
@see referrs to the variable '$this' which is not defined in the class. Entry gets ignored.
 
[variables] fieldflags mismatch
@see referrs to the variable '$this' which is not defined in the class. Entry gets ignored.
 
[variables] hasfieldflag mismatch
@see referrs to the variable '$this' which is not defined in the class. Entry gets ignored.
 
[variables] isvalidname mismatch
@see referrs to the variable '$this' which is not defined in the class. Entry gets ignored.
 
[variables] isreservedword mismatch
@see referrs to the variable '$this' which is not defined in the class. Entry gets ignored.
 
[variables] $_currentlyopentransactionid mismatch
@see referrs to the variable '$this' which is not defined in the class. Entry gets ignored.
 
[functions] _query mismatch
@see referrs to the function 'read()' which is not defined in the class. Entry gets ignored.
 
[functions] _query mismatch
@see referrs to the function 'countRead()' which is not defined in the class. Entry gets ignored.
 
[functions] _query mismatch
@see referrs to the function 'write()' which is not defined in the class. Entry gets ignored.
 
[functions] _query mismatch
@see referrs to the function 'countWrite()' which is not defined in the class. Entry gets ignored.
 
[functions] _query mismatch
@see referrs to the function 'idWrite()' which is not defined in the class. Entry gets ignored.
 
[functions] fieldname mismatch
@see referrs to the function 'fetchFieldNames()' which is not defined in the class. Entry gets ignored.
 
[functions] tablename mismatch
@see referrs to the function 'fetchTableNames()' which is not defined in the class. Entry gets ignored.
 
[functions] tablename2 mismatch
@see referrs to the function 'fetchTableNames()' which is not defined in the class. Entry gets ignored.
 
[functions] databasename mismatch
@see referrs to the function 'fetchDatabaseNames()' which is not defined in the class. Entry gets ignored.
 
[functions] listdatabases mismatch
@see referrs to the function 'fetchDatabaseNames()' which is not defined in the class. Entry gets ignored.
 
[functions] listtables mismatch
@see referrs to the function 'fetchTableNames()' which is not defined in the class. Entry gets ignored.
 
[functions] listfields mismatch
@see referrs to the function 'fetchFieldNames()' which is not defined in the class. Entry gets ignored.
 
[functions] &fetchdatabasenames mismatch
@see referrs to the function 'fetchFieldNames()' which is not defined in the class. Entry gets ignored.
 
[functions] &fetchdatabasenames mismatch
@see referrs to the function 'fetchTableNames()' which is not defined in the class. Entry gets ignored.
 
[functions] &fetchtablenames mismatch
@see referrs to the function 'fetchFieldNames()' which is not defined in the class. Entry gets ignored.
 
[functions] &fetchtablenames mismatch
@see referrs to the function 'fetchDbNames()' which is not defined in the class. Entry gets ignored.
 
[functions] &fetchfieldnames mismatch
@see referrs to the function 'fetchTableNames()' which is not defined in the class. Entry gets ignored.
 
[functions] &fetchfieldnames mismatch
@see referrs to the function 'fetchDbNames()' which is not defined in the class. Entry gets ignored.
 
[functions] &getdbstructure mismatch
@see referrs to the function 'fetchTableNames()' which is not defined in the class. Entry gets ignored.
 
[functions] &getdbstructure mismatch
@see referrs to the function 'fetchDbNames()' which is not defined in the class. Entry gets ignored.
 
[functions] getopentables mismatch
@see referrs to the function 'fetchTableNames()' which is not defined in the class. Entry gets ignored.
 
[function] autocommit mismatch
1st parameter type '$on' does match the the documented type 'bool', possible error consider an update to '@param string $on (opt) If TRUE turn on else off (default TRUE)' or '@param string (opt) If TRUE turn on else off (default TRUE)', the variable name is optional.
 
[function] connect missing
2nd parameter '$persistent' is not documented add '@param string [description]' to the end of the @param[eter] list.
 
[function] &fetchrow mismatch
1st parameter '$result' does not match the documented name '$fetchMode', update the tag to '@param int $result (opt) (default BS_DB_FETCHMODE_ASSOC) see above.' or '@param int (opt) (default BS_DB_FETCHMODE_ASSOC) see above.', the variable name is optional.
 
[function] &fetchrow missing
2nd parameter '$fetchMode' is not documented add '@param string [description]' to the end of the @param[eter] list.
 
[function] numcols missing
1st parameter '$result' is not documented add '@param (object objectname|type) [description]' to the end of the @param[eter] list.
 
[function] numrows missing
1st parameter '$result' is not documented add '@param (object objectname|type) [description]' to the end of the @param[eter] list.
 
[function] freeresult missing
1st parameter '$result' is not documented add '@param (object objectname|type) [description]' to the end of the @param[eter] list.
 
[function] fieldname mismatch
1st parameter '$result' does not match the documented name '$offset', update the tag to '@param int $result fieled offset in result beginning with 0.' or '@param int fieled offset in result beginning with 0.', the variable name is optional.
 
[function] fieldname missing
2nd parameter '$offset' is not documented add '@param (object objectname|type) [description]' to the end of the @param[eter] list.
 
[function] tablename mismatch
1st parameter '$result' does not match the documented name '$offset', update the tag to '@param int $result fieled offset in result beginning with 0.' or '@param int fieled offset in result beginning with 0.', the variable name is optional.
 
[function] tablename missing
2nd parameter '$offset' is not documented add '@param (object objectname|type) [description]' to the end of the @param[eter] list.
 
[function] tablename2 mismatch
1st parameter '$result' does not match the documented name '$offset', update the tag to '@param int $result fieled offset in result beginning with 0.' or '@param int fieled offset in result beginning with 0.', the variable name is optional.
 
[function] tablename2 missing
2nd parameter '$offset' is not documented add '@param (object objectname|type) [description]' to the end of the @param[eter] list.
 
[function] databasename mismatch
1st parameter '$result' does not match the documented name '$offset', update the tag to '@param int $result fieled offset in result beginning with 0.' or '@param int fieled offset in result beginning with 0.', the variable name is optional.
 
[function] databasename missing
2nd parameter '$offset' is not documented add '@param (object objectname|type) [description]' to the end of the @param[eter] list.
 
[function] fieldlen mismatch
1st parameter '$result' does not match the documented name '$offset', update the tag to '@param int $result fieled offset in result beginning with 0.' or '@param int fieled offset in result beginning with 0.', the variable name is optional.
 
[function] fieldlen missing
2nd parameter '$offset' is not documented add '@param (object objectname|type) [description]' to the end of the @param[eter] list.
 
[function] fieldflags mismatch
1st parameter '$result' does not match the documented name '$offset', update the tag to '@param int $result fieled offset in result beginning with 0.' or '@param int fieled offset in result beginning with 0.', the variable name is optional.
 
[function] fieldflags mismatch
2nd parameter '$offset' does not match the documented name '$format', update the tag to '@param string $offset the return type, can be 'string', 'array' or 'assoc'.' or '@param string the return type, can be 'string', 'array' or 'assoc'.', the variable name is optional.
 
[function] fieldflags missing
3th parameter '$format' is not documented add '@param string [description]' to the end of the @param[eter] list.
 
[function] hasfieldflag mismatch
1st parameter '$result' does not match the documented name '$offset', update the tag to '@param int $result fieled offset in result beginning with 0.' or '@param int fieled offset in result beginning with 0.', the variable name is optional.
 
[function] hasfieldflag mismatch
2nd parameter '$offset' does not match the documented name '$flag', update the tag to '@param string $offset the flag name.' or '@param string the flag name.', the variable name is optional.
 
[function] hasfieldflag missing
3th parameter '$flag' is not documented add '@param (object objectname|type) [description]' to the end of the @param[eter] list.
 
[function] fieldtype mismatch
1st parameter '$result' does not match the documented name '$offset', update the tag to '@param int $result fieled offset in result beginning with 0. default is 0.' or '@param int fieled offset in result beginning with 0. default is 0.', the variable name is optional.
 
[function] fieldtype missing
2nd parameter '$offset' is not documented add '@param integer [description]' to the end of the @param[eter] list.
 
[function] &fetchdatabasenames mismatch
2nd parameter type '$useCache' does match the the documented type 'bool', possible error consider an update to '@param string $useCache default is TRUE. if set to true and the method has been executed successfully before, the previous result will be used/returned.' or '@param string default is TRUE. if set to true and the method has been executed successfully before, the previous result will be used/returned.', the variable name is optional.
 
[function] &fetchtablenames mismatch
3th parameter type '$useCache' does match the the documented type 'bool', possible error consider an update to '@param string $useCache default is TRUE. if set to true and the method has been executed successfully before for this db, the previous result will be used/returned.' or '@param string default is TRUE. if set to true and the method has been executed successfully before for this db, the previous result will be used/returned.', the variable name is optional.
 
[function] &fetchfieldnames mismatch
4th parameter type '$useCache' does match the the documented type 'bool', possible error consider an update to '@param string $useCache If TRUE (default) and the method has been executed successfully before for this db table, the previous result will be used/returned.' or '@param string If TRUE (default) and the method has been executed successfully before for this db table, the previous result will be used/returned.', the variable name is optional.
 
[function] &getdbstructure mismatch
2nd parameter type '$useCache' does match the the documented type 'bool', possible error consider an update to '@param string $useCache If TRUE (default) and the method has been executed successfully before for this db table, the previous result will be returned.' or '@param string If TRUE (default) and the method has been executed successfully before for this db table, the previous result will be returned.', the variable name is optional.
 
[function] fetchfield mismatch
1st parameter '$result' does not match the documented name '$offset', update the tag to '@param int $result if not given, the next field (that wasn't yet retrieved) will be used.' or '@param int if not given, the next field (that wasn't yet retrieved) will be used.', the variable name is optional.
 
[function] fetchfield missing
2nd parameter '$offset' is not documented add '@param string [description]' to the end of the @param[eter] list.
 
[function] fieldexists mismatch
4th parameter type '$useCache' does match the the documented type 'bool', possible error consider an update to '@param string $useCache default is TRUE. see note II.' or '@param string default is TRUE. see note II.', the variable name is optional.
 
[function] tableexists mismatch
3th parameter type '$useCache' does match the the documented type 'bool', possible error consider an update to '@param string $useCache default is TRUE. see note II.' or '@param string default is TRUE. see note II.', the variable name is optional.
 
[function] databaseexists mismatch
2nd parameter type '$useCache' does match the the documented type 'bool', possible error consider an update to '@param string $useCache default is TRUE. see note II.' or '@param string default is TRUE. see note II.', the variable name is optional.
 
[function] getinivar mismatch
2nd parameter type '$useCache' does match the the documented type 'bool', possible error consider an update to '@param string $useCache default is TRUE. if set to true and the method has been executed successfully before *for any key*, the previous result will be used.' or '@param string default is TRUE. if set to true and the method has been executed successfully before *for any key*, the previous result will be used.', the variable name is optional.
 
[function] getstatusvar mismatch
2nd parameter type '$useCache' does match the the documented type 'bool', possible error consider an update to '@param string $useCache default is TRUE. if set to true and the method has been executed successfully before *for any key*, the previous result will be used.' or '@param string default is TRUE. if set to true and the method has been executed successfully before *for any key*, the previous result will be used.', the variable name is optional.
 
[function] setpointer mismatch
1st parameter '$result' does not match the documented name '$absolutPos', update the tag to '@param int $result the row number, which starts at position 0.' or '@param int the row number, which starts at position 0.', the variable name is optional.
 
[function] setpointer missing
2nd parameter '$absolutPos' is not documented add '@param (object objectname|type) [description]' to the end of the @param[eter] list.
 
[function] _mssqlraiseerror mismatch
1st parameter type '$errNo' does match the the documented type 'int', possible error consider an update to '@param string $errNo a bs-dbErrorCode please.' or '@param string a bs-dbErrorCode please.', the variable name is optional.
 
[function] _mssqlraiseerror mismatch
3th parameter type '$line' does match the the documented type 'int', possible error consider an update to '@param string $line just use __LINE__' or '@param string just use __LINE__', the variable name is optional.
 
[function] gettableproperties missing
1st parameter '$tblName' is not documented add '@param (object objectname|type) [description]' to the end of the @param[eter] list.
 
[function] gettableproperties missing
2nd parameter '$dbName' is not documented add '@param string [description]' to the end of the @param[eter] list.
 
[function] tableinfo missing
1st parameter '$result' is not documented add '@param (object objectname|type) [description]' to the end of the @param[eter] list.
 
[function] tableinfo missing
2nd parameter '$mode' is not documented add '@param string [description]' to the end of the @param[eter] list.
 
[function] switchuser missing
1st parameter '$user' is not documented add '@param (object objectname|type) [description]' to the end of the @param[eter] list.
 
[function] switchuser missing
2nd parameter '$pass' is not documented add '@param (object objectname|type) [description]' to the end of the @param[eter] list.
 
 

C:/usr/local/lib/php/blueshoes-4.2/core/db/Bs_MySql.class.php

942 Warning(s).
 
[variables] commit mismatch
@see referrs to the variable '$this' which is not defined in the class. Entry gets ignored.
 
[variables] rollback mismatch
@see referrs to the variable '$this' which is not defined in the class. Entry gets ignored.
 
[variables] fieldflags mismatch
@see referrs to the variable '$this' which is not defined in the class. Entry gets ignored.
 
[variables] hasfieldflag mismatch
@see referrs to the variable '$this' which is not defined in the class. Entry gets ignored.
 
[variables] isvalidname mismatch
@see referrs to the variable '$this' which is not defined in the class. Entry gets ignored.
 
[variables] isreservedword mismatch
@see referrs to the variable '$this' which is not defined in the class. Entry gets ignored.
 
[variables] $_currentlyopentransactionid mismatch
@see referrs to the variable '$this' which is not defined in the class. Entry gets ignored.
 
[functions] disconnect mismatch
@see referrs to the function '_disconnect()' which is not defined in the class. Entry gets ignored.
 
[functions] _query mismatch
@see referrs to the function 'read()' which is not defined in the class. Entry gets ignored.
 
[functions] _query mismatch
@see referrs to the function 'countRead()' which is not defined in the class. Entry gets ignored.
 
[functions] _query mismatch
@see referrs to the function 'write()' which is not defined in the class. Entry gets ignored.
 
[functions] _query mismatch
@see referrs to the function 'countWrite()' which is not defined in the class. Entry gets ignored.
 
[functions] _query mismatch
@see referrs to the function 'idWrite()' which is not defined in the class. Entry gets ignored.
 
[functions] fieldname mismatch
@see referrs to the function 'fetchFieldNames()' which is not defined in the class. Entry gets ignored.
 
[functions] tablename mismatch
@see referrs to the function 'fetchTableNames()' which is not defined in the class. Entry gets ignored.
 
[functions] tablename2 mismatch
@see referrs to the function 'fetchTableNames()' which is not defined in the class. Entry gets ignored.
 
[functions] databasename mismatch
@see referrs to the function 'fetchDatabaseNames()' which is not defined in the class. Entry gets ignored.
 
[functions] listdatabases mismatch
@see referrs to the function 'fetchDatabaseNames()' which is not defined in the class. Entry gets ignored.
 
[functions] listtables mismatch
@see referrs to the function 'fetchTableNames()' which is not defined in the class. Entry gets ignored.
 
[functions] listfields mismatch
@see referrs to the function 'fetchFieldNames()' which is not defined in the class. Entry gets ignored.
 
[functions] &fetchdatabasenames mismatch
@see referrs to the function 'fetchFieldNames()' which is not defined in the class. Entry gets ignored.
 
[functions] &fetchdatabasenames mismatch
@see referrs to the function 'fetchTableNames()' which is not defined in the class. Entry gets ignored.
 
[functions] &fetchtablenames mismatch
@see referrs to the function 'fetchFieldNames()' which is not defined in the class. Entry gets ignored.
 
[functions] &fetchtablenames mismatch
@see referrs to the function 'fetchDbNames()' which is not defined in the class. Entry gets ignored.
 
[functions] &fetchfieldnames mismatch
@see referrs to the function 'fetchTableNames()' which is not defined in the class. Entry gets ignored.
 
[functions] &fetchfieldnames mismatch
@see referrs to the function 'fetchDbNames()' which is not defined in the class. Entry gets ignored.
 
[functions] &getdbstructure mismatch
@see referrs to the function 'fetchTableNames()' which is not defined in the class. Entry gets ignored.
 
[functions] &getdbstructure mismatch
@see referrs to the function 'fetchDbNames()' which is not defined in the class. Entry gets ignored.
 
[functions] getopentables mismatch
@see referrs to the function 'fetchTableNames()' which is not defined in the class. Entry gets ignored.
 
[functions] nativeerrorcode mismatch
@see referrs to the function 'nativeErrorMsg()' which is not defined in the class. Entry gets ignored.
 
[functions] nativeerrorcode mismatch
@see referrs to the function 'nativeError()' which is not defined in the class. Entry gets ignored.
 
[functions] &nativeerrormsg mismatch
@see referrs to the function 'nativeError()' which is not defined in the class. Entry gets ignored.
 
[functions] &nativeerror mismatch
@see referrs to the function 'nativeErrorMsg()' which is not defined in the class. Entry gets ignored.
 
[functions] $format mismatch
@see referrs to the function 'formatDateForDb()' which is not defined in the class. Entry gets ignored.
 
[functions] $format mismatch
@see referrs to the function 'formatDatetimeForDb()' which is not defined in the class. Entry gets ignored.
 
[functions] $format mismatch
@see referrs to the function 'formatTimestampForDb()' which is not defined in the class. Entry gets ignored.
 
[function] autocommit mismatch
1st parameter type '$on' does match the the documented type 'bool', possible error consider an update to '@param string $on (opt) If TRUE turn on else off (default TRUE)' or '@param string (opt) If TRUE turn on else off (default TRUE)', the variable name is optional.
 
[function] connect missing
2nd parameter '$persistent' is not documented add '@param string [description]' to the end of the @param[eter] list.
 
[function] &fetchrow mismatch
1st parameter '$result' does not match the documented name '$fetchMode', update the tag to '@param int $result (opt) (default BS_DB_FETCHMODE_ASSOC) see above.' or '@param int (opt) (default BS_DB_FETCHMODE_ASSOC) see above.', the variable name is optional.
 
[function] &fetchrow missing
2nd parameter '$fetchMode' is not documented add '@param string [description]' to the end of the @param[eter] list.
 
[function] numcols missing
1st parameter '$result' is not documented add '@param (object objectname|type) [description]' to the end of the @param[eter] list.
 
[function] numrows missing
1st parameter '$result' is not documented add '@param (object objectname|type) [description]' to the end of the @param[eter] list.
 
[function] freeresult missing
1st parameter '$result' is not documented add '@param (object objectname|type) [description]' to the end of the @param[eter] list.
 
[function] fieldname mismatch
1st parameter '$result' does not match the documented name '$offset', update the tag to '@param int $result fieled offset in result beginning with 0.' or '@param int fieled offset in result beginning with 0.', the variable name is optional.
 
[function] fieldname missing
2nd parameter '$offset' is not documented add '@param (object objectname|type) [description]' to the end of the @param[eter] list.
 
[function] tablename mismatch
1st parameter '$result' does not match the documented name '$offset', update the tag to '@param int $result fieled offset in result beginning with 0.' or '@param int fieled offset in result beginning with 0.', the variable name is optional.
 
[function] tablename missing
2nd parameter '$offset' is not documented add '@param (object objectname|type) [description]' to the end of the @param[eter] list.
 
[function] tablename2 mismatch
1st parameter '$result' does not match the documented name '$offset', update the tag to '@param int $result fieled offset in result beginning with 0.' or '@param int fieled offset in result beginning with 0.', the variable name is optional.
 
[function] tablename2 missing
2nd parameter '$offset' is not documented add '@param (object objectname|type) [description]' to the end of the @param[eter] list.
 
[function] databasename mismatch
1st parameter '$result' does not match the documented name '$offset', update the tag to '@param int $result fieled offset in result beginning with 0.' or '@param int fieled offset in result beginning with 0.', the variable name is optional.
 
[function] databasename missing
2nd parameter '$offset' is not documented add '@param (object objectname|type) [description]' to the end of the @param[eter] list.
 
[function] fieldlen mismatch
1st parameter '$result' does not match the documented name '$offset', update the tag to '@param int $result fieled offset in result beginning with 0.' or '@param int fieled offset in result beginning with 0.', the variable name is optional.
 
[function] fieldlen missing
2nd parameter '$offset' is not documented add '@param (object objectname|type) [description]' to the end of the @param[eter] list.
 
[function] fieldflags mismatch
1st parameter '$result' does not match the documented name '$offset', update the tag to '@param int $result fieled offset in result beginning with 0.' or '@param int fieled offset in result beginning with 0.', the variable name is optional.
 
[function] fieldflags mismatch
2nd parameter '$offset' does not match the documented name '$format', update the tag to '@param string $offset the return type, can be 'string', 'array' or 'assoc'.' or '@param string the return type, can be 'string', 'array' or 'assoc'.', the variable name is optional.
 
[function] fieldflags missing
3th parameter '$format' is not documented add '@param string [description]' to the end of the @param[eter] list.
 
[function] hasfieldflag mismatch
1st parameter '$result' does not match the documented name '$offset', update the tag to '@param int $result fieled offset in result beginning with 0.' or '@param int fieled offset in result beginning with 0.', the variable name is optional.
 
[function] hasfieldflag mismatch
2nd parameter '$offset' does not match the documented name '$flag', update the tag to '@param string $offset the flag name.' or '@param string the flag name.', the variable name is optional.
 
[function] hasfieldflag missing
3th parameter '$flag' is not documented add '@param (object objectname|type) [description]' to the end of the @param[eter] list.
 
[function] fieldtype mismatch
1st parameter '$result' does not match the documented name '$offset', update the tag to '@param int $result fieled offset in result beginning with 0. default is 0.' or '@param int fieled offset in result beginning with 0. default is 0.', the variable name is optional.
 
[function] fieldtype missing
2nd parameter '$offset' is not documented add '@param integer [description]' to the end of the @param[eter] list.
 
[function] &fetchdatabasenames mismatch
2nd parameter type '$useCache' does match the the documented type 'bool', possible error consider an update to '@param string $useCache default is TRUE. if set to true and the method has been executed successfully before, the previous result will be used/returned.' or '@param string default is TRUE. if set to true and the method has been executed successfully before, the previous result will be used/returned.', the variable name is optional.
 
[function] &fetchtablenames mismatch
3th parameter type '$useCache' does match the the documented type 'bool', possible error consider an update to '@param string $useCache default is TRUE. if set to true and the method has been executed successfully before for this db, the previous result will be used/returned.' or '@param string default is TRUE. if set to true and the method has been executed successfully before for this db, the previous result will be used/returned.', the variable name is optional.
 
[function] &fetchfieldnames mismatch
4th parameter type '$useCache' does match the the documented type 'bool', possible error consider an update to '@param string $useCache If TRUE (default) and the method has been executed successfully before for this db table, the previous result will be used/returned.' or '@param string If TRUE (default) and the method has been executed successfully before for this db table, the previous result will be used/returned.', the variable name is optional.
 
[function] &getdbstructure mismatch
2nd parameter type '$useCache' does match the the documented type 'bool', possible error consider an update to '@param string $useCache If TRUE (default) and the method has been executed successfully before for this db table, the previous result will be returned.' or '@param string If TRUE (default) and the method has been executed successfully before for this db table, the previous result will be returned.', the variable name is optional.
 
[function] fetchfield mismatch
1st parameter '$result' does not match the documented name '$offset', update the tag to '@param int $result if not given, the next field (that wasn't yet retrieved) will be used.' or '@param int if not given, the next field (that wasn't yet retrieved) will be used.', the variable name is optional.
 
[function] fetchfield missing
2nd parameter '$offset' is not documented add '@param string [description]' to the end of the @param[eter] list.
 
[function] fieldexists mismatch
4th parameter type '$useCache' does match the the documented type 'bool', possible error consider an update to '@param string $useCache default is TRUE. see note II.' or '@param string default is TRUE. see note II.', the variable name is optional.
 
[function] tableexists mismatch
3th parameter type '$useCache' does match the the documented type 'bool', possible error consider an update to '@param string $useCache default is TRUE. see note II.' or '@param string default is TRUE. see note II.', the variable name is optional.
 
[function] databaseexists mismatch
2nd parameter type '$useCache' does match the the documented type 'bool', possible error consider an update to '@param string $useCache default is TRUE. see note II.' or '@param string default is TRUE. see note II.', the variable name is optional.
 
[function] updatetablestructure mismatch
4th parameter type '$shrink' does match the the documented type 'int', possible error consider an update to '@param integer $shrink (see above.)' or '@param integer (see above.)', the variable name is optional.
 
[function] getinivar mismatch
2nd parameter type '$useCache' does match the the documented type 'bool', possible error consider an update to '@param string $useCache default is TRUE. if set to true and the method has been executed successfully before *for any key*, the previous result will be used.' or '@param string default is TRUE. if set to true and the method has been executed successfully before *for any key*, the previous result will be used.', the variable name is optional.
 
[function] getstatusvar mismatch
2nd parameter type '$useCache' does match the the documented type 'bool', possible error consider an update to '@param string $useCache default is TRUE. if set to true and the method has been executed successfully before *for any key*, the previous result will be used.' or '@param string default is TRUE. if set to true and the method has been executed successfully before *for any key*, the previous result will be used.', the variable name is optional.
 
[function] setpointer mismatch
1st parameter '$result' does not match the documented name '$absolutPos', update the tag to '@param int $result the row number, which starts at position 0.' or '@param int the row number, which starts at position 0.', the variable name is optional.
 
[function] setpointer missing
2nd parameter '$absolutPos' is not documented add '@param (object objectname|type) [description]' to the end of the @param[eter] list.
 
[function] _mysqlraiseerror mismatch
1st parameter type '$errNo' does match the the documented type 'int', possible error consider an update to '@param string $errNo a bs-dbErrorCode please.' or '@param string a bs-dbErrorCode please.', the variable name is optional.
 
[function] _mysqlraiseerror mismatch
3th parameter type '$line' does match the the documented type 'int', possible error consider an update to '@param string $line just use __LINE__' or '@param string just use __LINE__', the variable name is optional.
 
[function] fetchcell missing
1st parameter '$result' is not documented add '@param (object objectname|type) [description]' to the end of the @param[eter] list.
 
[function] fetchcell missing
2nd parameter '$row' is not documented add '@param (object objectname|type) [description]' to the end of the @param[eter] list.
 
[function] fetchcell missing
3th parameter '$this' is not documented add '@param (object objectname|type) [description]' to the end of the @param[eter] list.
 
[function] fetchcell missing
4th parameter '$this' is not documented add '@param (object objectname|type) [description]' to the end of the @param[eter] list.
 
[function] fetchcell missing
5th parameter '$this' is not documented add '@param (object objectname|type) [description]' to the end of the @param[eter] list.
 
[function] fetchcell missing
6th parameter '$this' is not documented add '@param (object objectname|type) [description]' to the end of the @param[eter] list.
 
[function] fetchcell missing
7th parameter '$this' is not documented add '@param (object objectname|type) [description]' to the end of the @param[eter] list.
 
[function] fetchcell missing
8th parameter '$this' is not documented add '@param (object objectname|type) [description]' to the end of the @param[eter] list.
 
[function] fetchcell missing
9th parameter '$this' is not documented add '@param (object objectname|type) [description]' to the end of the @param[eter] list.
 
[function] fetchcell missing
10th parameter '$this' is not documented add '@param (object objectname|type) [description]' to the end of the @param[eter] list.
 
[function] fetchcell missing
11st parameter '$this' is not documented add '@param (object objectname|type) [description]' to the end of the @param[eter] list.
 
[function] fetchcell missing
12nd parameter '$this' is not documented add '@param (object objectname|type) [description]' to the end of the @param[eter] list.
 
[function] fetchcell missing
13th parameter '$this' is not documented add '@param (object objectname|type) [description]' to the end of the @param[eter] list.
 
[function] fetchcell missing
14th parameter '$this' is not documented add '@param (object objectname|type) [description]' to the end of the @param[eter] list.
 
[function] fetchcell missing
15th parameter '$this' is not documented add '@param (object objectname|type) [description]' to the end of the @param[eter] list.
 
[function] fetchcell missing
16th parameter '$this' is not documented add '@param (object objectname|type) [description]' to the end of the @param[eter] list.
 
[function] fetchcell missing
17th parameter '$this' is not documented add '@param (object objectname|type) [description]' to the end of the @param[eter] list.
 
[function] fetchcell missing
18th parameter '$this' is not documented add '@param (object objectname|type) [description]' to the end of the @param[eter] list.
 
[function] fetchcell missing
19th parameter '$this' is not documented add '@param (object objectname|type) [description]' to the end of the @param[eter] list.
 
[function] fetchcell missing
20th parameter '$this' is not documented add '@param (object objectname|type) [description]' to the end of the @param[eter] list.
 
[function] fetchcell missing
21st parameter '$this' is not documented add '@param (object objectname|type) [description]' to the end of the @param[eter] list.
 
[function] fetchcell missing
22nd parameter '$this' is not documented add '@param (object objectname|type) [description]' to the end of the @param[eter] list.
 
[function] fetchcell missing
23th parameter '$this' is not documented add '@param (object objectname|type) [description]' to the end of the @param[eter] list.
 
[function] fetchcell missing
24th parameter '$this' is not documented add '@param (object objectname|type) [description]' to the end of the @param[eter] list.
 
[function] fetchcell missing
25th parameter '$this' is not documented add '@param (object objectname|type) [description]' to the end of the @param[eter] list.
 
[function] fetchcell missing
26th parameter '$this' is not documented add '@param (object objectname|type) [description]' to the end of the @param[eter] list.
 
[function] fetchcell missing
27th parameter '$this' is not documented add '@param (object objectname|type) [description]' to the end of the @param[eter] list.
 
[function] fetchcell missing
28th parameter '$this' is not documented add '@param (object objectname|type) [description]' to the end of the @param[eter] list.
 
[function] fetchcell missing
29th parameter '$this' is not documented add '@param (object objectname|type) [description]' to the end of the @param[eter] list.
 
[function] fetchcell missing
30th parameter '$this' is not documented add '@param (object objectname|type) [description]' to the end of the @param[eter] list.
 
[function] fetchcell missing
31st parameter '$this' is not documented add '@param (object objectname|type) [description]' to the end of the @param[eter] list.
 
[function] fetchcell missing
32nd parameter '$this' is not documented add '@param (object objectname|type) [description]' to the end of the @param[eter] list.
 
[function] fetchcell missing
33th parameter '$this' is not documented add '@param (object objectname|type) [description]' to the end of the @param[eter] list.
 
[function] fetchcell missing
34th parameter '$this' is not documented add '@param (object objectname|type) [description]' to the end of the @param[eter] list.
 
[function] fetchcell missing
35th parameter '$this' is not documented add '@param (object objectname|type) [description]' to the end of the @param[eter] list.
 
[function] fetchcell missing
36th parameter '$this' is not documented add '@param (object objectname|type) [description]' to the end of the @param[eter] list.
 
[function] fetchcell missing
37th parameter '$this' is not documented add '@param (object objectname|type) [description]' to the end of the @param[eter] list.
 
[function] fetchcell missing
38th parameter '$this' is not documented add '@param (object objectname|type) [description]' to the end of the @param[eter] list.
 
[function] fetchcell missing
39th parameter '$this' is not documented add '@param (object objectname|type) [description]' to the end of the @param[eter] list.
 
[function] fetchcell missing
40th parameter '$this' is not documented add '@param (object objectname|type) [description]' to the end of the @param[eter] list.
 
[function] fetchcell missing
41st parameter '$this' is not documented add '@param (object objectname|type) [description]' to the end of the @param[eter] list.
 
[function] fetchcell missing
42nd parameter '$this' is not documented add '@param (object objectname|type) [description]' to the end of the @param[eter] list.
 
[function] fetchcell missing
43th parameter '$this' is not documented add '@param (object objectname|type) [description]' to the end of the @param[eter] list.
 
[function] fetchcell missing
44th parameter '$this' is not documented add '@param (object objectname|type) [description]' to the end of the @param[eter] list.
 
[function] fetchcell missing
45th parameter '$this' is not documented add '@param (object objectname|type) [description]' to the end of the @param[eter] list.
 
[function] fetchcell missing
46th parameter '$this' is not documented add '@param (object objectname|type) [description]' to the end of the @param[eter] list.
 
[function] fetchcell missing
47th parameter '$this' is not documented add '@param (object objectname|type) [description]' to the end of the @param[eter] list.
 
[function] fetchcell missing
48th parameter '$this' is not documented add '@param (object objectname|type) [description]' to the end of the @param[eter] list.
 
[function] fetchcell missing
49th parameter '$this' is not documented add '@param (object objectname|type) [description]' to the end of the @param[eter] list.
 
[function] fetchcell missing
50th parameter '$this' is not documented add '@param (object objectname|type) [description]' to the end of the @param[eter] list.
 
[function] fetchcell missing
51st parameter '$this' is not documented add '@param (object objectname|type) [description]' to the end of the @param[eter] list.
 
[function] fetchcell missing
52nd parameter '$this' is not documented add '@param (object objectname|type) [description]' to the end of the @param[eter] list.
 
[function] fetchcell missing
53th parameter '$this' is not documented add '@param (object objectname|type) [description]' to the end of the @param[eter] list.
 
[function] fetchcell missing
54th parameter '$this' is not documented add '@param (object objectname|type) [description]' to the end of the @param[eter] list.
 
[function] fetchcell missing
55th parameter '$this' is not documented add '@param (object objectname|type) [description]' to the end of the @param[eter] list.
 
[function] fetchcell missing
56th parameter '$this' is not documented add '@param (object objectname|type) [description]' to the end of the @param[eter] list.
 
[function] fetchcell missing
57th parameter '$this' is not documented add '@param (object objectname|type) [description]' to the end of the @param[eter] list.
 
[function] fetchcell missing
58th parameter '$this' is not documented add '@param (object objectname|type) [description]' to the end of the @param[eter] list.
 
[function] fetchcell missing
59th parameter '$this' is not documented add '@param (object objectname|type) [description]' to the end of the @param[eter] list.
 
[function] fetchcell missing
60th parameter '$this' is not documented add '@param (object objectname|type) [description]' to the end of the @param[eter] list.
 
[function] fetchcell missing
61st parameter '$this' is not documented add '@param (object objectname|type) [description]' to the end of the @param[eter] list.
 
[function] fetchcell missing
62nd parameter '$this' is not documented add '@param (object objectname|type) [description]' to the end of the @param[eter] list.
 
[function] fetchcell missing
63th parameter '$this' is not documented add '@param (object objectname|type) [description]' to the end of the @param[eter] list.
 
[function] fetchcell missing
64th parameter '$this' is not documented add '@param (object objectname|type) [description]' to the end of the @param[eter] list.
 
[function] fetchcell missing
65th parameter '$this' is not documented add '@param (object objectname|type) [description]' to the end of the @param[eter] list.
 
[function] fetchcell missing
66th parameter '$this' is not documented add '@param (object objectname|type) [description]' to the end of the @param[eter] list.
 
[function] fetchcell missing
67th parameter '$this' is not documented add '@param (object objectname|type) [description]' to the end of the @param[eter] list.
 
[function] fetchcell missing
68th parameter '$this' is not documented add '@param (object objectname|type) [description]' to the end of the @param[eter] list.
 
[function] fetchcell missing
69th parameter '$this' is not documented add '@param (object objectname|type) [description]' to the end of the @param[eter] list.
 
[function] fetchcell missing
70th parameter '$this' is not documented add '@param (object objectname|type) [description]' to the end of the @param[eter] list.
 
[function] fetchcell missing
71st parameter '$this' is not documented add '@param (object objectname|type) [description]' to the end of the @param[eter] list.
 
[function] fetchcell missing
72nd parameter '$this' is not documented add '@param (object objectname|type) [description]' to the end of the @param[eter] list.
 
[function] fetchcell missing
73th parameter '$this' is not documented add '@param (object objectname|type) [description]' to the end of the @param[eter] list.
 
[function] fetchcell missing
74th parameter '$this' is not documented add '@param (object objectname|type) [description]' to the end of the @param[eter] list.
 
[function] fetchcell missing
75th parameter '$this' is not documented add '@param (object objectname|type) [description]' to the end of the @param[eter] list.
 
[function] fetchcell missing
76th parameter '$this' is not documented add '@param (object objectname|type) [description]' to the end of the @param[eter] list.
 
[function] fetchcell missing
77th parameter '$this' is not documented add '@param (object objectname|type) [description]' to the end of the @param[eter] list.
 
[function] fetchcell missing
78th parameter '$this' is not documented add '@param (object objectname|type) [description]' to the end of the @param[eter] list.
 
[function] fetchcell missing
79th parameter '$this' is not documented add '@param (object objectname|type) [description]' to the end of the @param[eter] list.
 
[function] fetchcell missing
80th parameter '$this' is not documented add '@param (object objectname|type) [description]' to the end of the @param[eter] list.
 
[function] fetchcell missing