AppStateESS/InternshipInventory

View on GitHub

Showing 6,675 of 6,675 total issues

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

        $group_by = $this->db->group_by;
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 moduleLink from undeclared class \PHPWS_Text
Open

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

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

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

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

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

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

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

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

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

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

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

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

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

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

            $search = preg_replace('/\s/', '|', $this->search);
Severity: Minor
Found in class/SubselectPager.php by phan

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

            $this->total_pages = ceil($this->total_rows / $this->limit);
Severity: Minor
Found in class/SubselectPager.php by phan

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

        $this->display_rows = & $result;
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

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

        $this->default_order_dir = $direction;
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->total_pages
Open

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

Call to method moduleLink from undeclared class \PHPWS_Text
Open

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

Call to method get from undeclared class \Icon
Open

                $button = Icon::get('sort');
Severity: Critical
Found in class/SubselectPager.php by phan
Severity
Category
Status
Source
Language