ReadDb/ReadDb_MySQL.php 3

Type Line Description
error 84 No summary for method ""
error 88 No summary for method ""
error 81 No summary for property $instance

SyncDb/SyncDb_MySQL.php 79

Type Line Description
error 101 No summary for method ""
error 124 No summary for method ""
error 128 No summary for method ""
error 137 Argument $dbManager is missing from the Docblock of DoSync()
error 137 Argument $newDbStructure is missing from the Docblock of DoSync()
error 137 Argument $backupTables is missing from the Docblock of DoSync()
error 137 Argument $doInsert is missing from the Docblock of DoSync()
error 137 Argument $doUpdate is missing from the Docblock of DoSync()
error 137 Argument $doDelete is missing from the Docblock of DoSync()
error 137 Argument $debugMode is missing from the Docblock of DoSync()
error 137 No summary for method ""
error 304 No summary for method ""
error 316 Argument $newDbStructure is missing from the Docblock of InsertNewFields()
error 316 Argument $tableName is missing from the Docblock of InsertNewFields()
error 316 No summary for method ""
error 332 Argument $tableName is missing from the Docblock of CheckForFieldUpdates()
error 332 Argument $currentField is missing from the Docblock of CheckForFieldUpdates()
error 332 Argument $newField is missing from the Docblock of CheckForFieldUpdates()
error 332 No summary for method ""
error 442 Argument $tableName is missing from the Docblock of BackupTable()
error 442 No summary for method ""
error 456 Argument $tableName is missing from the Docblock of AddPrimaryKey()
error 456 Argument $fieldName is missing from the Docblock of AddPrimaryKey()
error 456 No summary for method ""
error 467 Argument $tableName is missing from the Docblock of AddIndex()
error 467 Argument $fieldName is missing from the Docblock of AddIndex()
error 467 Argument $unique is missing from the Docblock of AddIndex()
error 467 No summary for method ""
error 482 Argument $tableName is missing from the Docblock of AddFulltextIndex()
error 482 Argument $fieldName is missing from the Docblock of AddFulltextIndex()
error 482 No summary for method ""
error 493 Argument $tableName is missing from the Docblock of DropPrimaryKey()
error 493 No summary for method ""
error 504 Argument $tableName is missing from the Docblock of DropIndex()
error 504 Argument $fieldName is missing from the Docblock of DropIndex()
error 504 No summary for method ""
error 515 Argument $tableName is missing from the Docblock of DropFulltextIndex()
error 515 Argument $fieldName is missing from the Docblock of DropFulltextIndex()
error 515 No summary for method ""
error 519 Argument $tableName is missing from the Docblock of CreateTable()
error 519 Argument $fields is missing from the Docblock of CreateTable()
error 519 No summary for method ""
error 530 Argument $tableName is missing from the Docblock of InsertField()
error 530 Argument $newDbField is missing from the Docblock of InsertField()
error 530 No summary for method ""
error 564 Argument $tableName is missing from the Docblock of DeleteField()
error 564 Argument $fieldName is missing from the Docblock of DeleteField()
error 564 No summary for method ""
error 576 Argument $tableName is missing from the Docblock of UpdateField()
error 576 Argument $newDbField is missing from the Docblock of UpdateField()
error 576 Argument $includeAutoIncrement is missing from the Docblock of UpdateField()
error 576 No summary for method ""
error 616 Argument $dataType is missing from the Docblock of IsValidCollation()
error 616 No summary for method ""
error 627 Argument $dbField is missing from the Docblock of GetCollationSql()
error 627 No summary for method ""
error 650 Argument $tableName is missing from the Docblock of BackupTableIfNeeded()
error 650 No summary for method ""
error 656 Argument $sql is missing from the Docblock of Query()
error 656 No summary for method ""
error 660 Argument $str is missing from the Docblock of Message()
error 660 No summary for method ""
error 86 No summary for property $_dbManager
error 88 No summary for property $_tablesBackedUp
error 89 No summary for property $_tablesCreated
error 91 No summary for property $_keysToAdd
error 92 No summary for property $_indexesToAdd
error 93 No summary for property $_fulltextToAdd
error 94 No summary for property $_keysToDrop
error 95 No summary for property $_indexesToDrop
error 96 No summary for property $_fieldsToUpdate
error 98 No summary for property $_lastSyncResults
error 99 No summary for property $_lastSyncResultsMessage
error 114 No summary for property $_backupTables
error 115 No summary for property $_doInsert
error 116 No summary for property $_doUpdate
error 117 No summary for property $_doDelete
error 118 No summary for property $_debugMode
error 121 No summary for property $instance

SmartDatabase.php 2

Type Line Description
error 638 No summary for method ""
error 729 No summary for method ""

DbManagers/DbManager.php 90

Type Line Description
error 19 Argument $server is missing from the Docblock of __construct()
error 19 Argument $user is missing from the Docblock of __construct()
error 19 Argument $password is missing from the Docblock of __construct()
error 19 Argument $databaseName is missing from the Docblock of __construct()
error 19 Argument $extra_params is missing from the Docblock of __construct()
error 19 No summary for method ""
error 21 Argument $databaseName is missing from the Docblock of SetDatabaseName()
error 21 Argument $options is missing from the Docblock of SetDatabaseName()
error 21 No summary for method ""
error 22 No summary for method ""
error 24 Argument $array_select_fields is missing from the Docblock of Select()
error 24 Argument $table is missing from the Docblock of Select()
error 24 Argument $array_where is missing from the Docblock of Select()
error 24 Argument $array_order is missing from the Docblock of Select()
error 24 Argument $limit is missing from the Docblock of Select()
error 24 Argument $options is missing from the Docblock of Select()
error 24 No summary for method ""
error 25 Argument $table is missing from the Docblock of Insert()
error 25 Argument $array is missing from the Docblock of Insert()
error 25 Argument $options is missing from the Docblock of Insert()
error 25 No summary for method ""
error 26 Argument $table is missing from the Docblock of Update()
error 26 Argument $array is missing from the Docblock of Update()
error 26 Argument $array_where is missing from the Docblock of Update()
error 26 Argument $limit is missing from the Docblock of Update()
error 26 Argument $options is missing from the Docblock of Update()
error 26 No summary for method ""
error 27 Argument $table is missing from the Docblock of Delete()
error 27 Argument $array_where is missing from the Docblock of Delete()
error 27 Argument $limit is missing from the Docblock of Delete()
error 27 Argument $options is missing from the Docblock of Delete()
error 27 No summary for method ""
error 28 Argument $query is missing from the Docblock of Query()
error 28 Argument $options is missing from the Docblock of Query()
error 28 No summary for method ""
error 29 No summary for method ""
error 30 No summary for method ""
error 31 No summary for method ""
error 32 No summary for method ""
error 33 No summary for method ""
error 34 No summary for method ""
error 35 No summary for method ""
error 36 No summary for method ""
error 37 No summary for method ""
error 38 No summary for method ""
error 39 Argument $options is missing from the Docblock of OpenConnection()
error 39 No summary for method ""
error 40 No summary for method ""
error 43 Argument $keyword is missing from the Docblock of IsOperator()
error 43 No summary for method ""
error 44 Argument $keyword is missing from the Docblock of IsCondition()
error 44 No summary for method ""
error 45 Argument $keyword is missing from the Docblock of IsKeyword()
error 45 No summary for method ""
error 48 Argument $databaseName is missing from the Docblock of DatabaseExists()
error 48 No summary for method ""
error 49 Argument $databaseName is missing from the Docblock of CreateDatabase()
error 49 No summary for method ""
error 50 Argument $databaseName is missing from the Docblock of DropDatabase()
error 50 No summary for method ""
error 51 Argument $srouceDatabaseName is missing from the Docblock of CopyDatabase()
error 51 Argument $destDatabaseName is missing from the Docblock of CopyDatabase()
error 51 Argument $options is missing from the Docblock of CopyDatabase()
error 51 No summary for method ""
error 52 Argument $username is missing from the Docblock of UserExists()
error 52 Argument $host is missing from the Docblock of UserExists()
error 52 No summary for method ""
error 53 Argument $username is missing from the Docblock of CreateUser()
error 53 Argument $password is missing from the Docblock of CreateUser()
error 53 Argument $host is missing from the Docblock of CreateUser()
error 53 No summary for method ""
error 54 Argument $username is missing from the Docblock of DropUser()
error 54 No summary for method ""
error 55 Argument $databaseName is missing from the Docblock of TableExists()
error 55 Argument $tableName is missing from the Docblock of TableExists()
error 55 No summary for method ""
error 56 Argument $databaseName is missing from the Docblock of DropTable()
error 56 Argument $tableName is missing from the Docblock of DropTable()
error 56 No summary for method ""
error 57 Argument $databaseName is missing from the Docblock of GrantUserPermissions()
error 57 Argument $uesrname is missing from the Docblock of GrantUserPermissions()
error 57 Argument $host is missing from the Docblock of GrantUserPermissions()
error 57 No summary for method ""
error 58 Argument $username is missing from the Docblock of GrantGlobalFilePermissions()
error 58 Argument $host is missing from the Docblock of GrantGlobalFilePermissions()
error 58 No summary for method ""
error 59 Argument $databaseName is missing from the Docblock of RevokeUserPermissions()
error 59 Argument $uesrname is missing from the Docblock of RevokeUserPermissions()
error 59 Argument $host is missing from the Docblock of RevokeUserPermissions()
error 59 No summary for method ""

DbManagers/DbManager_MySQL.php 13

Type Line Description
error 1658 Argument $key is missing from the Docblock of PadEncryptKey()
error 23 No summary for property $_connection
error 24 No summary for property $_lastResult
error 25 No summary for property $_databaseName
error 26 No summary for property $_isConnected
error 27 No summary for property $_isDbSelected
error 29 No summary for property $_server
error 30 No summary for property $_user
error 31 No summary for property $_password
error 32 No summary for property $_connectParams
error 34 No summary for property $_driver
error 38 No summary for property $PHP_INT_MAX
error 39 No summary for property $PHP_INT_MAX_HALF

SmartTable.php 18

Type Line Description
error 731 Argument $sqlResult is missing from the Docblock of ReturnSmartRows()
error 731 Argument $keyColumnName is missing from the Docblock of ReturnSmartRows()
error 731 Argument $returnAssoc is missing from the Docblock of ReturnSmartRows()
error 731 Argument $returnNextRow is missing from the Docblock of ReturnSmartRows()
error 731 No summary for method ""
error 91 No summary for property $_columns
error 92 No summary for property $_columnAliases
error 94 No summary for property $_keyColumns
error 95 No summary for property $_nonKeyColumns
error 96 No summary for property $_autoIncrementKeyColumns
error 97 No summary for property $_nonAutoIncrementKeyColumns
error 99 No summary for property $_storedDbManagers
error 101 No summary for property $_primaryKeyExists
error 102 No summary for property $_primaryKeyIsComposite
error 103 No summary for property $_primaryKeyIsNonComposite
error 104 No summary for property $_primaryKeyIsNonCompositeAutoIncrement
error 105 No summary for property $_primaryKeyIsNonCompositeNonAutoIncrement
error 438 No summary for property $_arrayMaxDepth

SmartRow.php 18

Type Line Description
error 126 No summary for property $_cells
error 128 No summary for property $_isDirty
error 129 No summary for property $_existsInDb
error 130 No summary for property $_initialized
error 1129 No summary for property $_onBeforeCommit
error 1130 No summary for property $_onAfterCommit
error 1131 No summary for property $_onBeforeInsert
error 1132 No summary for property $_onAfterInsert
error 1133 No summary for property $_onBeforeUpdate
error 1134 No summary for property $_onAfterUpdate
error 1135 No summary for property $_onBeforeDelete
error 1136 No summary for property $_onAfterDelete
error 1138 No summary for property $_onSetAnyCellValue
error 1139 No summary for property $_onBeforeAnyCellValueChanged
error 1140 No summary for property $_onAfterAnyCellValueChanged
error 1335 No summary for property $_onSetCellValueCallbackInitialized
error 1336 No summary for property $_onBeforeAnyCellValueChangedCallbackInitialized
error 1337 No summary for property $_onAfterAnyCellValueChangedCallbackInitialized

SmartColumn.php 4

Type Line Description
error 433 Argument $value is missing from the Docblock of AppendTimezone()
error 433 No summary for method ""
error 704 Argument $options is missing from the Docblock of VerifyValueType()
error 949 No summary for property $_possibleValuesCache

SmartCell.php 4

Type Line Description
error 50 No summary for property $_value
error 380 No summary for property $_onSetValue
error 381 No summary for property $_onBeforeValueChanged
error 382 No summary for property $_onAfterValueChanged