AppStateESS/InternshipInventory

View on GitHub

Showing 6,675 of 6,675 total issues

Reference to undeclared property \Intern\SubselectPager->db
Open

            if (count($this->db->tables) > 1) {
Severity: Minor
Found in class/SubselectPager.php by phan

Reference to undeclared property \Intern\SubselectPager->sub_result
Open

        $this->sub_result['dbp' . $index] = array('sc' => $source_column,
Severity: Minor
Found in class/SubselectPager.php by phan

Reference to undeclared property \Intern\SubselectPager->anchor
Open

            return '#' . $this->anchor;
Severity: Minor
Found in class/SubselectPager.php by phan

Reference to undeclared property \Intern\SubselectPager->orderby_dir
Open

        $this->orderby_dir = $direction;
Severity: Minor
Found in class/SubselectPager.php by phan

Reference to undeclared property \Intern\SubselectPager->page_turner_right
Open

        $this->page_turner_right = $turner;
Severity: Minor
Found in class/SubselectPager.php by phan

Reference to undeclared property \Intern\SubselectPager->report_row (Did you mean $report_row)
Open

        $this->report_row = $report_row;
Severity: Minor
Found in class/SubselectPager.php by phan

Reference to undeclared property \Intern\SubselectPager->run_function
Open

                $this->run_function = $function;
Severity: Minor
Found in class/SubselectPager.php by phan

Reference to undeclared property \Intern\SubselectPager->current_page
Open

            $current_page = $this->current_page;
Severity: Minor
Found in class/SubselectPager.php by phan

Call to method moduleLink from undeclared class \PHPWS_Text
Open

            $pageList[] = \PHPWS_Text::moduleLink('<', $module, $values, null, _('Back one page'));
Severity: Critical
Found in class/SubselectPager.php by phan

Argument 2 (pieces) is ?array|?array<int>|?array<int>|?array<int>|?array<int>|?array{}</int></int></int></int> but \implode() takes string[] when argument 1 is string
Open

        return implode(' ', $pageList);
Severity: Minor
Found in class/SubselectPager.php by phan

Reference to undeclared property \Intern\SubselectPager->sort_headers
Open

                if (!empty($this->sort_headers[$varname]['hover'])) {
Severity: Minor
Found in class/SubselectPager.php by phan

Reference to undeclared property \Intern\SubselectPager->orderby_dir
Open

                if ($this->orderby_dir == 'desc') {
Severity: Minor
Found in class/SubselectPager.php by phan

Reference to undeclared property \Intern\SubselectPager->sort_headers
Open

        $this->sort_headers[$header]['hover'] = $hover;
Severity: Minor
Found in class/SubselectPager.php by phan

Reference to undeclared property \Intern\SubselectPager->toggle_func_number
Open

                if (!($count % $this->toggle_func_number)) {
Severity: Minor
Found in class/SubselectPager.php by phan

Reference to undeclared property \Intern\SubselectPager->toggle_function
Open

            $this->toggle_function = $function;
Severity: Minor
Found in class/SubselectPager.php by phan

Reference to undeclared property \Intern\SubselectPager->_methods (Did you mean $method)
Open

        if (!in_array(strtolower($method), $this->_methods)) {
Severity: Minor
Found in class/SubselectPager.php by phan

Reference to undeclared property \Intern\SubselectPager->db
Open

        $columns = $this->db->columns;
Severity: Minor
Found in class/SubselectPager.php by phan

Reference to undeclared property \Intern\SubselectPager->db
Open

        $this->db->columns = $columns;
Severity: Minor
Found in class/SubselectPager.php by phan

Reference to undeclared constant \DBPAGER_PAGE_LIMIT
Open

                        $front_skip = floor($total_pages / (DBPAGER_PAGE_LIMIT - 1));
Severity: Minor
Found in class/SubselectPager.php by phan

Call to method moduleLink from undeclared class \PHPWS_Text
Open

                    $pageList[] = \PHPWS_Text::moduleLink($j, $module, $values, null, sprintf(_('Go to page %s'), $j));
Severity: Critical
Found in class/SubselectPager.php by phan
Severity
Category
Status
Source
Language