AppStateESS/InternshipInventory

View on GitHub

Showing 6,675 of 6,675 total issues

Reference to undeclared property \Intern\SubselectPager->class
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

Reference to undeclared property \Intern\SubselectPager->row_tags
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

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

                            $rowitem['TOGGLE'] = $this->toggles[0];
Severity: Minor
Found in class/SubselectPager.php by phan

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

                        $rowitem['TOGGLE'] = $this->toggles[$count];
Severity: Minor
Found in class/SubselectPager.php by phan

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

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

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

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

Reference to undeclared property \Intern\SubselectPager->report_type
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->template
Open

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

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

                $orderby = implode('.', $this->sub_order[$col_name]);
Severity: Minor
Found in class/SubselectPager.php by phan

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

            $this->db->addOrder($this->default_order . ' ' . $this->default_order_dir);
Severity: Minor
Found in class/SubselectPager.php by phan

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

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

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

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

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

            $this->limit = $this->limitList[sizeof($this->limitList)-1];
Severity: Minor
Found in class/SubselectPager.php by phan

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

        $this->db->columns = null;
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

Call to method get from undeclared class \Icon
Open

                    $button = Icon::get('sort-up');
Severity: Critical
Found in class/SubselectPager.php by phan

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

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

Call to method getTemplate from undeclared class \PHPWS_Form
Open

        $template = $form->getTemplate();
Severity: Critical
Found in class/SubselectPager.php by phan

Class extends undeclared class \DBPager
Open

class SubselectPager extends \DBPager {
Severity: Critical
Found in class/SubselectPager.php by phan

Call to method toString on non-class type true
Open

                throw new \Exception ($result->toString());
Severity: Critical
Found in class/SubselectPager.php by phan
Severity
Category
Status
Source
Language