AppStateESS/InternshipInventory

View on GitHub

Showing 6,675 of 6,675 total issues

Reference to undeclared property \Intern\SubselectDatabase->table_as
Open

                $this->table_as[$as] = $table;
Severity: Minor
Found in class/SubselectDatabase.php by phan

Call to method setJoin from undeclared class \PHPWS_DB_Where
Open

                    $where->setJoin(true);
Severity: Critical
Found in class/SubselectDatabase.php by phan

Variable $join_to is undeclared
Open

            if ($result = $this->_getJoinOn($join_on_1, $join_on_2, $join_from, $join_to, $ignore_tables)) {
Severity: Minor
Found in class/SubselectDatabase.php by phan

Reference to undeclared property \Intern\SubselectDatabase->table_as
Open

            if (isset($this->table_as[$join_to])) {
Severity: Minor
Found in class/SubselectDatabase.php by phan

Variable $allJoin was undeclared, but array fields are being added to it.
Open

                $allJoin[] = strtoupper($join_type) . ' JOIN ' . "$join_to $join_on";
Severity: Info
Found in class/SubselectDatabase.php by phan

Reference to undeclared property \Intern\SubselectDatabase->tables (Did you mean expr->table_as or $table)
Open

        foreach($this->tables as $table){
Severity: Minor
Found in class/SubselectDatabase.php by phan

Reference to undeclared property \Intern\SubselectDatabase->group_by
Open

            if (empty($this->group_by)) {
Severity: Minor
Found in class/SubselectDatabase.php by phan

Call to method logDB from undeclared class \PHPWS_DB
Open

        PHPWS_DB::logDB($sql);
Severity: Critical
Found in class/SubselectDatabase.php by phan

Call to method setOperator from undeclared class \PHPWS_DB_Where
Open

        $where->setOperator($operator);
Severity: Critical
Found in class/SubselectDatabase.php by phan

Reference to undeclared property \Intern\SubselectDatabase->_columnInfo
Open

                return $this->parsePearCol($this->_columnInfo[$col_name], true);
Severity: Minor
Found in class/SubselectDatabase.php by phan

Reference to undeclared property \Intern\SubselectDatabase->_allColumns
Open

            return $this->_allColumns;
Severity: Minor
Found in class/SubselectDatabase.php by phan

Reference to undeclared property \Intern\SubselectDatabase->_join_tables
Open

        foreach ($this->_join_tables as $join_array) {
Severity: Minor
Found in class/SubselectDatabase.php by phan

Variable $join_on_1 is undeclared
Open

            if ($result = $this->_getJoinOn($join_on_1, $join_on_2, $join_from, $join_to, $ignore_tables)) {
Severity: Minor
Found in class/SubselectDatabase.php by phan

Reference to undeclared property \Intern\SubselectDatabase->tables (Did you mean expr->table_as)
Open

        if (empty($this->tables) && empty($this->table_as)) {
Severity: Minor
Found in class/SubselectDatabase.php by phan

Call to method get from undeclared class \PHPWS_Error
Open

            return PHPWS_Error::get(PHPWS_DB_ERROR_TABLE, 'core', 'PHPWS_DB::getTable');
Severity: Critical
Found in class/SubselectDatabase.php by phan

Reference to undeclared property \Intern\SubselectDatabase->tables (Did you mean expr->table_as)
Open

        if (isset($this->tables[0])) {
Severity: Minor
Found in class/SubselectDatabase.php by phan

Reference to undeclared property \Intern\SubselectDatabase->qwhere (Did you mean $where)
Open

        $this->qwhere['where'] = $where;
Severity: Minor
Found in class/SubselectDatabase.php by phan

Reference to undeclared property \Intern\SubselectDatabase->_columnInfo
Open

        if (!isset($this->_columnInfo)) {
Severity: Minor
Found in class/SubselectDatabase.php by phan

Reference to undeclared property \Intern\SubselectDatabase->_columnInfo
Open

            return $this->_columnInfo;
Severity: Minor
Found in class/SubselectDatabase.php by phan

Reference to undeclared property \Intern\SubselectDatabase->_allColumns
Open

        $this->_allColumns = null;
Severity: Minor
Found in class/SubselectDatabase.php by phan
Severity
Category
Status
Source
Language