AppStateESS/InternshipInventory

View on GitHub

Showing 6,675 of 6,675 total issues

Call to method moduleLink from undeclared class \PHPWS_Text
Open

            $link = \PHPWS_Text::moduleLink($button_string, $module, $values, null, $alt);
Severity: Critical
Found in class/SubselectPager.php by phan

Call to method moduleLink from undeclared class \PHPWS_Text
Open

            $part = \PHPWS_Text::moduleLink(_('Partial'), $module, $values, null, _('Download a partial CSV file'));
Severity: Critical
Found in class/SubselectPager.php by phan

Suspicious array access to null
Open

                    $template[$count][strtoupper($key)] = $value;
Severity: Minor
Found in class/SubselectPager.php by phan

Call to method logIfError from undeclared class \PHPWS_Error
Open

            if (PHPWS_Error::logIfError($db->update())) {
Severity: Critical
Found in class/SubselectDatabase.php by phan

Call to method get from undeclared class \PHPWS_Error
Open

            return PHPWS_Error::get(DBPAGER_TEMPLATE_NOT_SET, 'core', 'DBPager::get');
Severity: Critical
Found in class/SubselectPager.php by phan

Reference to undeclared constant \CSV_FULL
Open

            if ($this->report_type == XML_FULL || $this->report_type == CSV_FULL) {
Severity: Minor
Found in class/SubselectPager.php by phan

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

                empty($this->search) && isset($_SESSION['DB_Cache'][$this->module][$this->cache_identifier])) {
Severity: Minor
Found in class/SubselectPager.php by phan

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

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

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

            $result = $this->db->getObjects($this->class);
Severity: Minor
Found in class/SubselectPager.php by phan

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

        $this->row_query = $this->db->lastQuery();
Severity: Minor
Found in class/SubselectPager.php by phan

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

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

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

            $group_by = $this->db->group_by;
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 property \Intern\SubselectPager->page_turner_left
Open

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

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

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

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

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

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

        $start = ($this->current_page - 1) * $this->limit;
Severity: Minor
Found in class/SubselectPager.php by phan

Call to method moduleLink from undeclared class \PHPWS_Text
Open

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

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

            $sort_columns = array_keys($this->sort_headers);
Severity: Minor
Found in class/SubselectPager.php by phan

Reference to undeclared constant \DBPAGER_NO_METHOD
Open

                        return PHPWS_Error::get(DBPAGER_NO_METHOD, 'core', 'DBPager::getPageRows', $this->class . ':' . $this->row_tags['method']);
Severity: Minor
Found in class/SubselectPager.php by phan
Severity
Category
Status
Source
Language